]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: hda - Fix the wrong pincaps set in ALC861VD dallas/hp fixup
authorTakashi Iwai <tiwai@suse.de>
Mon, 17 Dec 2012 19:06:49 +0000 (20:06 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Jan 2013 17:18:32 +0000 (09:18 -0800)
commitdb7a240b19ac3e8bcad0520f3575b3036b44b75b
tree22869b8b118b19a22b0182b58cf2296c2c2db1c8
parent2626d16bbdedcd64c6af3c519aecd5a6f2356e58
ALSA: hda - Fix the wrong pincaps set in ALC861VD dallas/hp fixup

commit b78562b10fa66175e30b76073e32a0ad8d92aa83 upstream.

The workaround to force VREF50 for dallas/hp model with ALC861VD
was introduced in commit 8fdcb6fe4204bdb4c6991652717ab5063751414e,
but it contained wrong pincap override bits.

This patch fixes to exclude VREF80 pincap bit correctly.

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