All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hda: fixed hp_nid DAC for DELL_M6
@ 2008-09-13 14:36 Matthew Ranostay
  2008-09-13 14:55 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew Ranostay @ 2008-09-13 14:36 UTC (permalink / raw)
  To: alsa-devel; +Cc: Takashi Iwai

This patch sets the HP out not used by the "Headphone to Line Out" switch to the
hp_nid.

Signed-off-by: Matthew Ranostay <mranostay@embeddedalley.com>
---

diff --git a/pci/hda/patch_sigmatel.c b/pci/hda/patch_sigmatel.c
index f41ba17..0218aa7 100644
--- a/pci/hda/patch_sigmatel.c
+++ b/pci/hda/patch_sigmatel.c
@@ -747,8 +747,8 @@ static struct hda_verb dell_m6_core_init[] = {
 	{ 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec},
 	/* setup audio connections */
 	{ 0x0d, AC_VERB_SET_CONNECT_SEL, 0x00},
-	{ 0x0a, AC_VERB_SET_CONNECT_SEL, 0x01},
-	{ 0x0f, AC_VERB_SET_CONNECT_SEL, 0x02},
+	{ 0x0a, AC_VERB_SET_CONNECT_SEL, 0x02},
+	{ 0x0f, AC_VERB_SET_CONNECT_SEL, 0x01},
 	/* setup adcs to point to mixer */
 	{ 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
 	{ 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},

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

* Re: [PATCH] hda: fixed hp_nid DAC for DELL_M6
  2008-09-13 14:36 [PATCH] hda: fixed hp_nid DAC for DELL_M6 Matthew Ranostay
@ 2008-09-13 14:55 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2008-09-13 14:55 UTC (permalink / raw)
  To: Matthew Ranostay; +Cc: alsa-devel

At Sat, 13 Sep 2008 10:36:58 -0400,
Matthew Ranostay wrote:
> 
> This patch sets the HP out not used by the "Headphone to Line Out" switch to the
> hp_nid.
> 
> Signed-off-by: Matthew Ranostay <mranostay@embeddedalley.com>

Applied.  Thanks.

Takashi

> ---
> 
> diff --git a/pci/hda/patch_sigmatel.c b/pci/hda/patch_sigmatel.c
> index f41ba17..0218aa7 100644
> --- a/pci/hda/patch_sigmatel.c
> +++ b/pci/hda/patch_sigmatel.c
> @@ -747,8 +747,8 @@ static struct hda_verb dell_m6_core_init[] = {
>  	{ 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec},
>  	/* setup audio connections */
>  	{ 0x0d, AC_VERB_SET_CONNECT_SEL, 0x00},
> -	{ 0x0a, AC_VERB_SET_CONNECT_SEL, 0x01},
> -	{ 0x0f, AC_VERB_SET_CONNECT_SEL, 0x02},
> +	{ 0x0a, AC_VERB_SET_CONNECT_SEL, 0x02},
> +	{ 0x0f, AC_VERB_SET_CONNECT_SEL, 0x01},
>  	/* setup adcs to point to mixer */
>  	{ 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
>  	{ 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
> 

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

end of thread, other threads:[~2008-09-13 14:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-13 14:36 [PATCH] hda: fixed hp_nid DAC for DELL_M6 Matthew Ranostay
2008-09-13 14:55 ` 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.