aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2011-12-06 07:17:23 -0500
committerTakashi Iwai <tiwai@suse.de>2011-12-06 07:21:43 -0500
commita020428364485751b607105c8f5a608f9b1fd38b (patch)
treefe1e8ce0b9e9aa8d579cda6cdc0ca3fc70b063a6 /sound
parentb5212878abdd9f9396705a5c84d622e78abc538c (diff)
ALSA: hda - Fix remaining VREF mute-LED NID check in post-3.1 changes
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_sigmatel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index ea1f157ca38..eeb25d529e3 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 }