diff options
| -rw-r--r-- | sound/pci/hda/patch_realtek.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 4c35490cf119..34b7bdb510c7 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
| @@ -5613,9 +5613,9 @@ static void alc662_led_gpio1_mute_hook(void *private_data, int enabled) | |||
| 5613 | unsigned int oldval = spec->gpio_led; | 5613 | unsigned int oldval = spec->gpio_led; |
| 5614 | 5614 | ||
| 5615 | if (enabled) | 5615 | if (enabled) |
| 5616 | spec->gpio_led &= ~0x01; | ||
| 5617 | else | ||
| 5618 | spec->gpio_led |= 0x01; | 5616 | spec->gpio_led |= 0x01; |
| 5617 | else | ||
| 5618 | spec->gpio_led &= ~0x01; | ||
| 5619 | if (spec->gpio_led != oldval) | 5619 | if (spec->gpio_led != oldval) |
| 5620 | snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, | 5620 | snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA, |
| 5621 | spec->gpio_led); | 5621 | spec->gpio_led); |
