]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[ALSA] hda-codec - Fix DAC assignment order in ALC883
authorHerton Ronaldo Krzesinski <herton@mandriva.com>
Tue, 18 Mar 2008 08:27:08 +0000 (09:27 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 24 Apr 2008 10:00:26 +0000 (12:00 +0200)
commitf32a19e3e7e72cc896d02c3d104f58dc972d43ea
tree5121eab3c3e0a46e58ff82bea96e80e772676fe8
parent9ecaedae0de906f0b5f8dbc09cd610f7056ba975
[ALSA] hda-codec - Fix DAC assignment order in ALC883

Actually clfe and surround DACs are inverted in alc883_dac_nids array
(see ALC883 datasheet). I discovered this while testing multi-channel
setup (using 3stack-6ch-dig model) on MSI 945GCM5 V2 motherboard that
has an ALC883 codec. Simply Rear Left/Right and Center/LFE were swapped
in 6 channel mode (also in 4 channel mode you didn't get rear left/right
output). Other models also were affected by this bug, as can be seen by
the mixer layouts that "workaround" this (the real bug was not noticed,
and some other models simply played with mixer and initial verbs). Thus
along with fixing the order of dac nids, also change the models that
relied on previous dac ordering properly.

Signed-off-by: Herton Ronaldo Krzesinski <herton@mandriva.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c