projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cfb91c
)
ALSA: hda - Fix wrong initial verb for AD1984 thinkpad model
author
Takashi Iwai
<tiwai@suse.de>
Fri, 23 Jan 2009 13:18:11 +0000
(14:18 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Fri, 23 Jan 2009 13:18:11 +0000
(14:18 +0100)
The docking mic-boost (0x25) has no mute bit.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_analog.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/patch_analog.c
b/sound/pci/hda/patch_analog.c
index a7298d28a0d417a0021f5b0fdd90a51ddb1524ad..e934e2c187d040895f7aa67343b911a6b9a595e8 100644
(file)
--- 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[] = {
{0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80},
{0x1c, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},
/* docking mic boost */
- {0x25, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_
MUTE
},
+ {0x25, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_
ZERO
},
/* Analog mixer - docking mic; mute as default */
{0x20, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(4)},
/* enable EAPD bit */