All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hda: Reorganized DAC outputs.
@ 2008-03-09  1:41 Matthew Ranostay
  2008-03-10 10:26 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew Ranostay @ 2008-03-09  1:41 UTC (permalink / raw)
  To: alsa-devel; +Cc: Takashi Iwai, Tellman, Steven

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

Signed-off-by: Matthew Ranostay <mranostay@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},

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] hda: Reorganized DAC outputs.
  2008-03-09  1:41 [PATCH] hda: Reorganized DAC outputs Matthew Ranostay
@ 2008-03-10 10:26 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2008-03-10 10:26 UTC (permalink / raw)
  To: Matthew Ranostay; +Cc: alsa-devel, Tellman, Steven

At Sat, 08 Mar 2008 20:41:58 -0500,
Matthew Ranostay wrote:
> 
> Changed so that internal speakers point to the Front mixer instead of Surround.
> 
> Signed-off-by: Matthew Ranostay <mranostay@embeddedalley.com>

Applied to HG tree now.  Thanks.


Takashi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-10 10:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-09  1:41 [PATCH] hda: Reorganized DAC outputs Matthew Ranostay
2008-03-10 10:26 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.