diff options
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_analog.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c index f486eb16a386..e0a605adde42 100644 --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c | |||
@@ -3740,6 +3740,9 @@ static struct hda_verb ad1984a_thinkpad_verbs[] = { | |||
3740 | {0x11, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | AD1884A_HP_EVENT}, | 3740 | {0x11, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | AD1884A_HP_EVENT}, |
3741 | /* internal mic - dmic */ | 3741 | /* internal mic - dmic */ |
3742 | {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN}, | 3742 | {0x17, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN}, |
3743 | /* set magic COEFs for dmic */ | ||
3744 | {0x01, AC_VERB_SET_COEF_INDEX, 0x13f7}, | ||
3745 | {0x01, AC_VERB_SET_PROC_COEF, 0x08}, | ||
3743 | { } /* end */ | 3746 | { } /* end */ |
3744 | }; | 3747 | }; |
3745 | 3748 | ||