diff options
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index a1b4c9496d47..a915f404f654 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -4666,9 +4666,9 @@ static int stac92xx_hp_check_power_status(struct hda_codec *codec, | |||
4666 | if (nid == 0x10) { | 4666 | if (nid == 0x10) { |
4667 | if (snd_hda_codec_amp_read(codec, nid, 0, HDA_OUTPUT, 0) & | 4667 | if (snd_hda_codec_amp_read(codec, nid, 0, HDA_OUTPUT, 0) & |
4668 | HDA_AMP_MUTE) | 4668 | HDA_AMP_MUTE) |
4669 | spec->gpio_data |= spec->gpio_led; /* white */ | ||
4670 | else | ||
4671 | spec->gpio_data &= ~spec->gpio_led; /* orange */ | 4669 | spec->gpio_data &= ~spec->gpio_led; /* orange */ |
4670 | else | ||
4671 | spec->gpio_data |= spec->gpio_led; /* white */ | ||
4672 | 4672 | ||
4673 | stac_gpio_set(codec, spec->gpio_mask, | 4673 | stac_gpio_set(codec, spec->gpio_mask, |
4674 | spec->gpio_dir, | 4674 | spec->gpio_dir, |