commit | c96350a298cf5ffab6eb340ced92418cbb699da4 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Jan 12 17:50:03 2010 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Jan 12 17:50:03 2010 +0100 |
tree | 079a1d43512d938b5c030477ae187d0812e78ef8 | |
parent | dba9532388b00d591d87c638a47dcc7ba3763fc5 [diff] | |
parent | 9c0afc861a7228f718cb6a79fa7f9d46bf9ff300 [diff] |
Merge branch 'fix/hda' into for-linus
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index c746505..e3caa78 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c
@@ -15493,7 +15493,7 @@ static int alc861vd_auto_create_input_ctls(struct hda_codec *codec, const struct auto_pin_cfg *cfg) { - return alc_auto_create_input_ctls(codec, cfg, 0x15, 0x09, 0); + return alc_auto_create_input_ctls(codec, cfg, 0x15, 0x22, 0); }