[alsa-devel] [PATCH] hda: Reorganized DAC outputs.

Matthew Ranostay mranostay at embeddedalley.com
Sun Mar 9 02:41:58 CET 2008


Changed so that internal speakers point to the Front mixer instead of Surround.

Signed-off-by: Matthew Ranostay <mranostay at embeddedalley.com>
---
diff -r 3f01993fbc3d pci/hda/patch_sigmatel.c
--- a/pci/hda/patch_sigmatel.c	Sat Mar 08 11:08:32 2008 +0100
+++ b/pci/hda/patch_sigmatel.c	Sat Mar 08 20:37:27 2008 -0500
@@ -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},


More information about the Alsa-devel mailing list