diff options
author | Matthew Ranostay <mranostay@embeddedalley.com> | 2008-03-10 06:30:04 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-04-24 06:00:23 -0400 |
commit | 7747ecceb523d7b00c8dfe568154d0b4e70e0800 (patch) | |
tree | fe868ea6ae5d2829cf8f492309ced560836539f4 /sound/pci/hda/patch_sigmatel.c | |
parent | 85bfb8fe5d26b316ccd4892d1834778ec5fc17c3 (diff) |
[ALSA] hda: Reorganized DAC outputs
Changed so that internal speakers point to the Front mixer instead of Surround.
Signed-off-by: Matthew Ranostay <mranostay@embeddedalley.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_sigmatel.c')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 4 |
1 files changed, 2 insertions, 2 deletions
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[] = { | |||
538 | /* set master volume and direct control */ | 538 | /* set master volume and direct control */ |
539 | { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff}, | 539 | { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff}, |
540 | /* setup audio connections */ | 540 | /* setup audio connections */ |
541 | { 0x0a, AC_VERB_SET_CONNECT_SEL, 0x00}, | 541 | { 0x0d, AC_VERB_SET_CONNECT_SEL, 0x00}, |
542 | { 0x0d, AC_VERB_SET_CONNECT_SEL, 0x01}, | 542 | { 0x0a, AC_VERB_SET_CONNECT_SEL, 0x01}, |
543 | { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x02}, | 543 | { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x02}, |
544 | /* setup adcs to point to mixer */ | 544 | /* setup adcs to point to mixer */ |
545 | { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b}, | 545 | { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b}, |