aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_analog.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-01-23 08:18:11 -0500
committerTakashi Iwai <tiwai@suse.de>2009-01-23 08:18:11 -0500
commit70040c07402ef5a3fad2133daffb7ee61b0d4641 (patch)
treefef794f8005c6b2124a46d70226cc7f6fe106a27 /sound/pci/hda/patch_analog.c
parent4cfb91c6d764b18e81bfb6e6779e07bcecbb197c (diff)
ALSA: hda - Fix wrong initial verb for AD1984 thinkpad model
The docking mic-boost (0x25) has no mute bit. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_analog.c')
-rw-r--r--sound/pci/hda/patch_analog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c
index a7298d28a0d4..e934e2c187d0 100644
--- a/sound/pci/hda/patch_analog.c
+++ b/sound/pci/hda/patch_analog.c
@@ -3337,7 +3337,7 @@ static struct hda_verb ad1984_thinkpad_init_verbs[] = {
3337 {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80}, 3337 {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
3338 {0x1c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, 3338 {0x1c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
3339 /* docking mic boost */ 3339 /* docking mic boost */
3340 {0x25, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, 3340 {0x25, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_ZERO},
3341 /* Analog mixer - docking mic; mute as default */ 3341 /* Analog mixer - docking mic; mute as default */
3342 {0x20, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)}, 3342 {0x20, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
3343 /* enable EAPD bit */ 3343 /* enable EAPD bit */