From 91816e3642bd3e08cbdcd613b088afb674163d46 Mon Sep 17 00:00:00 2001 From: Daniel T Chen Date: Sat, 19 Dec 2009 18:19:02 -0500 Subject: [PATCH] --- yaml --- r: 178095 b: refs/heads/master c: e2595322a3a353a59cecd7f57e7aa421ecb02d12 h: refs/heads/master i: 178093: 849832cfab2257117e843de3948767a7424374fc 178091: 50b9c03d1a2ad9197bc9e6678f10bb08c164dba7 178087: ff7d8c5e431379a4f7ae4e220d25787d6c24c6bc 178079: 587488ee0866cf11ed073cb821b6f8644952916a v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/patch_realtek.c | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 462864f36e0b..16f97d5be3e3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2fef62c825f09e29d2f52dc187ddf6f99e28c7f1 +refs/heads/master: e2595322a3a353a59cecd7f57e7aa421ecb02d12 diff --git a/trunk/sound/pci/hda/patch_realtek.c b/trunk/sound/pci/hda/patch_realtek.c index 84bc2c7c4421..1554c3a6fd2e 100644 --- a/trunk/sound/pci/hda/patch_realtek.c +++ b/trunk/sound/pci/hda/patch_realtek.c @@ -10686,6 +10686,13 @@ static struct hda_verb alc262_lenovo_3000_unsol_verbs[] = { {} }; +static struct hda_verb alc262_lenovo_3000_init_verbs[] = { + /* Front Mic pin: input vref at 50% */ + {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF50}, + {0x19, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, + {} +}; + static struct hda_input_mux alc262_fujitsu_capture_source = { .num_items = 3, .items = { @@ -11728,7 +11735,8 @@ static struct alc_config_preset alc262_presets[] = { [ALC262_LENOVO_3000] = { .mixers = { alc262_lenovo_3000_mixer }, .init_verbs = { alc262_init_verbs, alc262_EAPD_verbs, - alc262_lenovo_3000_unsol_verbs }, + alc262_lenovo_3000_unsol_verbs, + alc262_lenovo_3000_init_verbs }, .num_dacs = ARRAY_SIZE(alc262_dac_nids), .dac_nids = alc262_dac_nids, .hp_nid = 0x03,