From: Takashi Iwai Date: Fri, 21 Oct 2011 13:07:42 +0000 (+0200) Subject: ALSA: hda/realtek - Fix DAC assignments of multiple speakers X-Git-Tag: v3.2-rc1~127^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=716eef032cdc7604ae3a1a5ad80521f4afa4b3e6;p=pandora-kernel.git ALSA: hda/realtek - Fix DAC assignments of multiple speakers When a device has multiple speakers and still has the auto-mute support, the driver copies line_outs[] to speaker_outs[]. And then it tries to assign DACs for both. This ended up with the assignment only to the primary DAC to all speakers. This patch fixes the situation by checking the duplicated LO/SPK case appropriately. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed