From: Matthew Ranostay Date: Mon, 10 Mar 2008 10:30:04 +0000 (+0100) Subject: [ALSA] hda: Reorganized DAC outputs X-Git-Tag: v2.6.26-rc1~1087^2~137 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7747ecceb523d7b00c8dfe568154d0b4e70e0800;p=karo-tx-linux.git [ALSA] hda: Reorganized DAC outputs Changed so that internal speakers point to the Front mixer instead of Surround. Signed-off-by: Matthew Ranostay Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 6c85e7e81034..bf6142f54539 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c @@ -538,8 +538,8 @@ static struct hda_verb dell_m6_core_init[] = { /* set master volume and direct control */ { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff}, /* setup audio connections */ - { 0x0a, AC_VERB_SET_CONNECT_SEL, 0x00}, - { 0x0d, AC_VERB_SET_CONNECT_SEL, 0x01}, + { 0x0d, AC_VERB_SET_CONNECT_SEL, 0x00}, + { 0x0a, AC_VERB_SET_CONNECT_SEL, 0x01}, { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x02}, /* setup adcs to point to mixer */ { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},