diff options
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index ea1f157ca38b..eeb25d529e30 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -4442,7 +4442,7 @@ static int stac92xx_init(struct hda_codec *codec) | |||
4442 | /* power on when no jack detection is available */ | 4442 | /* power on when no jack detection is available */ |
4443 | /* or when the VREF is used for controlling LED */ | 4443 | /* or when the VREF is used for controlling LED */ |
4444 | if (!spec->hp_detect || | 4444 | if (!spec->hp_detect || |
4445 | (spec->gpio_led > 8 && spec->gpio_led == nid)) { | 4445 | spec->vref_mute_led_nid == nid) { |
4446 | stac_toggle_power_map(codec, nid, 1); | 4446 | stac_toggle_power_map(codec, nid, 1); |
4447 | continue; | 4447 | continue; |
4448 | } | 4448 | } |