]> git.baikalelectronics.ru Git - kernel.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)
committerTakashi Iwai <tiwai@suse.de>
Wed, 27 Jul 2011 14:44:40 +0000 (16:44 +0200)
commit47e5eea92a3df2c8957412c319f04616cd90d71e
tree4afd898435facd1ca0fbba933c0a563d4bbf810a
parentd27fa81dfc039cc811af574d26a9828ba32328aa
ALSA: hda - Fix duplicated DAC assignments for Realtek

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.

Cc: <stable@kernel.org> (for 3.0)
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c