Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178095
b: refs/heads/master
c: e259532
h: refs/heads/master
i:
  178093: 849832c
  178091: 50b9c03
  178087: ff7d8c5
  178079: 587488e
v: v3
  • Loading branch information
Daniel T Chen authored and Takashi Iwai committed Dec 21, 2009
1 parent e0f0c93 commit 91816e3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2fef62c825f09e29d2f52dc187ddf6f99e28c7f1
refs/heads/master: e2595322a3a353a59cecd7f57e7aa421ecb02d12
10 changes: 9 additions & 1 deletion trunk/sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 91816e3

Please sign in to comment.