]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: hda/realtek - Apply the coef-setup only to ALC269VB
authorKailang Yang <kailang@realtek.com>
Wed, 7 Mar 2012 07:25:20 +0000 (08:25 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Mar 2012 16:02:18 +0000 (09:02 -0700)
commit46bf2e14af13fece62ff6f4f294f6658578f1600
tree6b40d40a69c0dabf870dc5f2219e95d8e559db96
parent4bfcbebdbe00810c14579ddcf73f33805676b129
ALSA: hda/realtek - Apply the coef-setup only to ALC269VB

commit 526af6eb4dc71302f59806e2ccac7793963a7fe0 upstream.

The coef setup in alc269_fill_coef() was designed only for ALC269VB
model, and this has some bad effects for other ALC269 variants, such
as turning off the external mic input.  Apply it only to ALC269VB.

Signed-off-by: Kailang Yang <kailang@realtek.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/patch_realtek.c