]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: hda - Fix duplicated DAC assignments for Realtek
authorTakashi Iwai <tiwai@suse.de>
Wed, 27 Jul 2011 14:41:57 +0000 (16:41 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 5 Aug 2011 04:58:37 +0000 (21:58 -0700)
commitcb1d0a1e91079d22cedc6d66d9c94d53ce0b0199
tree4481e1751c0597b21d13616842f20883639e8518
parent2415d01c0cb11b5471ee640b0ba5a1254be9a708
ALSA: hda - Fix duplicated DAC assignments for Realtek

commit c48a8fb0d31d6147d8d76b8e2ad7f51a2fbb5c4d upstream.

Copying hp_pins and speaker_pins from line_out_pins may confuse the
parser, and it can lead to duplicated initializations for the same pin
with a wrong DAC assignment.  The problem appears in 3.0 kernel code.

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