All of lore.kernel.org
 help / color / mirror / Atom feed
* ALSA: hda - add speaker and fix headphone switch for ALC883
@ 2009-09-15 13:16 okias
  2009-09-15 19:13 ` okias
  0 siblings, 1 reply; 5+ messages in thread
From: okias @ 2009-09-15 13:16 UTC (permalink / raw)
  To: alsa-devel

[-- Attachment #1: Type: text/plain, Size: 1473 bytes --]

ALSA: hda - add speaker and fix headphone switch for ALC883

This patch changing "Headphone Playback Switch" from 0x1b to 0x14
(documentation says "Port-D", 3,5 jack) and adding "Speaker Playback
Switch" 0x1b (Port-E, LINE2).

Signed-off-by: David Heidelberger <d.okias@gmail.com>

---

--- a/sound/pci/hda/patch_realtek.c	2009-09-15 14:54:37.067310114 +0200
+++ b/sound/pci/hda/patch_realtek.c	2009-09-15 14:54:43.444437970 +0200
@@ -7979,6 +7979,8 @@
 static struct snd_kcontrol_new alc883_base_mixer[] = {
 	HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
 	HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
+	HDA_CODEC_MUTE("Headphone Playback Switch", 0x14, 0x0, HDA_OUTPUT),
+	HDA_CODEC_MUTE("Speaker Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
 	HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
 	HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
 	HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
@@ -7987,7 +7989,6 @@
 	HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
 	HDA_CODEC_VOLUME("Side Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
 	HDA_BIND_MUTE("Side Playback Switch", 0x0f, 2, HDA_INPUT),
-	HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
 	HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
 	HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
 	HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),

[-- Attachment #2: alc883_speaker-headphone_fix.patch --]
[-- Type: application/octet-stream, Size: 1474 bytes --]

ALSA: hda - add speaker and fix headphone switch for ALC883 

This patch changing "Headphone Playback Switch" from 0x1b to 0x14 (documentation says "Port-D", 3,5 jack) and adding "Speaker Playback Switch" 0x1b (Port-E, LINE2).

Signed-off-by: David Heidelberger <d.okias@gmail.com>

---

--- a/sound/pci/hda/patch_realtek.c	2009-09-15 14:54:37.067310114 +0200
+++ b/sound/pci/hda/patch_realtek.c	2009-09-15 14:54:43.444437970 +0200
@@ -7979,6 +7979,8 @@
 static struct snd_kcontrol_new alc883_base_mixer[] = {
 	HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
 	HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
+	HDA_CODEC_MUTE("Headphone Playback Switch", 0x14, 0x0, HDA_OUTPUT),
+	HDA_CODEC_MUTE("Speaker Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
 	HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
 	HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
 	HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
@@ -7987,7 +7989,6 @@
 	HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
 	HDA_CODEC_VOLUME("Side Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
 	HDA_BIND_MUTE("Side Playback Switch", 0x0f, 2, HDA_INPUT),
-	HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
 	HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
 	HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
 	HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),

[-- Attachment #3: Type: text/plain, Size: 160 bytes --]

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

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

* ALSA: hda - add speaker and fix headphone switch for ALC883
  2009-09-15 13:16 ALSA: hda - add speaker and fix headphone switch for ALC883 okias
@ 2009-09-15 19:13 ` okias
  2009-09-16  6:12   ` Takashi Iwai
  0 siblings, 1 reply; 5+ messages in thread
From: okias @ 2009-09-15 19:13 UTC (permalink / raw)
  To: alsa-devel

[-- Attachment #1: Type: text/plain, Size: 1642 bytes --]

ALSA: hda - add speaker and fix headphone switch for ALC883

This patch changing "Headphone Playback Switch" from 0x1b to 0x14
(documentation says "Port-D", 3,5 jack) and adding "Speaker Playback
Switch" 0x1b (Port-E, LINE2).

Signed-off-by: David Heidelberger <d.okias@gmail.com>

---

--- a/sound/pci/hda/patch_realtek.c     2009-09-15 14:54:37.067310114 +0200
+++ b/sound/pci/hda/patch_realtek.c     2009-09-15 14:54:43.444437970 +0200
@@ -7979,6 +7979,8 @@
 static struct snd_kcontrol_new alc883_base_mixer[] = {
       HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
       HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
+       HDA_CODEC_MUTE("Headphone Playback Switch", 0x14, 0x0, HDA_OUTPUT),
+       HDA_CODEC_MUTE("Speaker Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
       HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
       HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
       HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0,
HDA_OUTPUT),
@@ -7987,7 +7989,6 @@
       HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
       HDA_CODEC_VOLUME("Side Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
       HDA_BIND_MUTE("Side Playback Switch", 0x0f, 2, HDA_INPUT),
-       HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
       HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
       HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
       HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),

[-- Attachment #2: alc883_speaker-headphone_fix.patch --]
[-- Type: application/octet-stream, Size: 1474 bytes --]

ALSA: hda - add speaker and fix headphone switch for ALC883 

This patch changing "Headphone Playback Switch" from 0x1b to 0x14 (documentation says "Port-D", 3,5 jack) and adding "Speaker Playback Switch" 0x1b (Port-E, LINE2).

Signed-off-by: David Heidelberger <d.okias@gmail.com>

---

--- a/sound/pci/hda/patch_realtek.c	2009-09-15 14:54:37.067310114 +0200
+++ b/sound/pci/hda/patch_realtek.c	2009-09-15 14:54:43.444437970 +0200
@@ -7979,6 +7979,8 @@
 static struct snd_kcontrol_new alc883_base_mixer[] = {
 	HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
 	HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
+	HDA_CODEC_MUTE("Headphone Playback Switch", 0x14, 0x0, HDA_OUTPUT),
+	HDA_CODEC_MUTE("Speaker Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
 	HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
 	HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
 	HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
@@ -7987,7 +7989,6 @@
 	HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
 	HDA_CODEC_VOLUME("Side Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
 	HDA_BIND_MUTE("Side Playback Switch", 0x0f, 2, HDA_INPUT),
-	HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
 	HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
 	HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
 	HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),

[-- Attachment #3: Type: text/plain, Size: 160 bytes --]

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

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

* Re: ALSA: hda - add speaker and fix headphone switch for ALC883
  2009-09-15 19:13 ` okias
@ 2009-09-16  6:12   ` Takashi Iwai
       [not found]     ` <c2673ca60909160516n209702ccvf35fcfcba8f5feb8@mail.gmail.com>
  0 siblings, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2009-09-16  6:12 UTC (permalink / raw)
  To: okias; +Cc: alsa-devel

At Tue, 15 Sep 2009 21:13:00 +0200,
okias wrote:
> 
> ALSA: hda - add speaker and fix headphone switch for ALC883
> 
> This patch changing "Headphone Playback Switch" from 0x1b to 0x14
> (documentation says "Port-D", 3,5 jack) and adding "Speaker Playback
> Switch" 0x1b (Port-E, LINE2).
> 
> Signed-off-by: David Heidelberger <d.okias@gmail.com>

Thanks for the patch.
For which machine is this change necessary?  Could you give
alsa-info.sh output (run with --no-upload option)?

Apart from that your patch is for older codes, it's not good to
change alc88*_base_mixer[].  This definition is for the fixed pin
design.  If it doesn't match with your machine, it means that the
quirk is wrong (or the auto-parser is buggy).  Better to define the
fixed mixer array, and don't change the common definition just for a
single model.


Takashi

> 
> --- a/sound/pci/hda/patch_realtek.c     2009-09-15 14:54:37.067310114 +0200
> +++ b/sound/pci/hda/patch_realtek.c     2009-09-15 14:54:43.444437970 +0200
> @@ -7979,6 +7979,8 @@
>  static struct snd_kcontrol_new alc883_base_mixer[] = {
>        HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
>        HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
> +       HDA_CODEC_MUTE("Headphone Playback Switch", 0x14, 0x0, HDA_OUTPUT),
> +       HDA_CODEC_MUTE("Speaker Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
>        HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
>        HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
>        HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0,
> HDA_OUTPUT),
> @@ -7987,7 +7989,6 @@
>        HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
>        HDA_CODEC_VOLUME("Side Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
>        HDA_BIND_MUTE("Side Playback Switch", 0x0f, 2, HDA_INPUT),
> -       HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
>        HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
>        HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
>        HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
> [2 alc883_speaker-headphone_fix.patch <application/octet-stream (base64)>]
> 
> [3  <text/plain; us-ascii (7bit)>]
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

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

* Re: ALSA: hda - add speaker and fix headphone switch for ALC883
       [not found]     ` <c2673ca60909160516n209702ccvf35fcfcba8f5feb8@mail.gmail.com>
@ 2009-09-16 12:27       ` Takashi Iwai
       [not found]         ` <c2673ca60909160534u39a5b659ie93d8ad1b3c1685e@mail.gmail.com>
  0 siblings, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2009-09-16 12:27 UTC (permalink / raw)
  To: okias; +Cc: alsa-devel

At Wed, 16 Sep 2009 14:16:11 +0200,
okias wrote:
> 
> > At Tue, 15 Sep 2009 21:13:00 +0200,
> > okias wrote:
> >>
> >> ALSA: hda - add speaker and fix headphone switch for ALC883
> >>
> >> This patch changing "Headphone Playback Switch" from 0x1b to 0x14
> >> (documentation says "Port-D", 3,5 jack) and adding "Speaker Playback
> >> Switch" 0x1b (Port-E, LINE2).
> >>
> >> Signed-off-by: David Heidelberger <d.okias@gmail.com>
> >
> > Thanks for the patch.
> > For which machine is this change necessary?  Could you give
> > alsa-info.sh output (run with --no-upload option)?
> >
> 
> yes, attaching to message

Thanks.

Just wondering whether model=auto works properly for your device.
If it does, we can get rid of the quirk entry but let driver parsing
the BIOS pin-configs instead.
So far, the quirk for 8ch mode is used although BIOS tells that there
is no 8-channel outputs.


Takashi

> 
> > Apart from that your patch is for older codes, it's not good to
> > change alc88*_base_mixer[].  This definition is for the fixed pin
> > design.  If it doesn't match with your machine, it means that the
> > quirk is wrong (or the auto-parser is buggy).  Better to define the
> > fixed mixer array, and don't change the common definition just for a
> > single model.
> >
> >
> > Takashi
> >
> >>
> >> --- a/sound/pci/hda/patch_realtek.c     2009-09-15 14:54:37.067310114 +0200
> >> +++ b/sound/pci/hda/patch_realtek.c     2009-09-15 14:54:43.444437970 +0200
> >> @@ -7979,6 +7979,8 @@
> >>  static struct snd_kcontrol_new alc883_base_mixer[] = {
> >>        HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
> >>        HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
> >> +       HDA_CODEC_MUTE("Headphone Playback Switch", 0x14, 0x0, HDA_OUTPUT),
> >> +       HDA_CODEC_MUTE("Speaker Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
> >>        HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
> >>        HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
> >>        HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0,
> >> HDA_OUTPUT),
> >> @@ -7987,7 +7989,6 @@
> >>        HDA_BIND_MUTE_MONO("LFE Playback Switch", 0x0e, 2, 2, HDA_INPUT),
> >>        HDA_CODEC_VOLUME("Side Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
> >>        HDA_BIND_MUTE("Side Playback Switch", 0x0f, 2, HDA_INPUT),
> >> -       HDA_CODEC_MUTE("Headphone Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
> >>        HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
> >>        HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
> >>        HDA_CODEC_VOLUME("Line Playback Volume", 0x0b, 0x02, HDA_INPUT),
> >> [2 alc883_speaker-headphone_fix.patch <application/octet-stream (base64)>]
> >>
> >> [3  <text/plain; us-ascii (7bit)>]
> >> _______________________________________________
> >> Alsa-devel mailing list
> >> Alsa-devel@alsa-project.org
> >> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> >
> [2 alsa-info.txt.Y4QfxkuHwO <application/octet-stream (base64)>]
> 
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

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

* Re: ALSA: hda - add speaker and fix headphone switch for ALC883
       [not found]           ` <c2673ca60909160545v44878ca7ufb87e8d8f5cd3b56@mail.gmail.com>
@ 2009-09-16 14:31             ` Takashi Iwai
  0 siblings, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2009-09-16 14:31 UTC (permalink / raw)
  To: okias; +Cc: alsa-devel

At Wed, 16 Sep 2009 14:45:12 +0200,
okias wrote:
> 
> log is with auto
> 
> so: no channels (even 6ch), only stereo. Speaker switch work
> correctly. Headphone doesn't work (nothing happening, probably
> incorrect value). Disconnecting and connecting headphone jack
> disabling speaker, so this is okey. int. mic works.

The auto model doesn't support multi-channel mode for shared jacks,
so it's expected.

Could you try the patch below with the very latest alsa-driver
snapshot tarball?
    ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/snapshot/alsa-driver-snapshot.tar.gz

Apply it on alsa-driver/alsa-kernel directory with patch -p2 option.


thanks,

Takashi

---
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 7702f15..1296058 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -7927,8 +7927,9 @@ static struct snd_kcontrol_new alc883_fivestack_mixer[] = {
 
 static struct snd_kcontrol_new alc883_targa_mixer[] = {
 	HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
+	HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
 	HDA_CODEC_MUTE("Headphone Playback Switch", 0x14, 0x0, HDA_OUTPUT),
-	HDA_CODEC_MUTE("Front Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
+	HDA_CODEC_MUTE("Speaker Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
 	HDA_CODEC_VOLUME("Surround Playback Volume", 0x0d, 0x0, HDA_OUTPUT),
 	HDA_BIND_MUTE("Surround Playback Switch", 0x0d, 2, HDA_INPUT),
 	HDA_CODEC_VOLUME_MONO("Center Playback Volume", 0x0e, 1, 0x0, HDA_OUTPUT),
@@ -7947,8 +7948,9 @@ static struct snd_kcontrol_new alc883_targa_mixer[] = {
 
 static struct snd_kcontrol_new alc883_targa_2ch_mixer[] = {
 	HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
+	HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
 	HDA_CODEC_MUTE("Headphone Playback Switch", 0x14, 0x0, HDA_OUTPUT),
-	HDA_CODEC_MUTE("Front Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
+	HDA_CODEC_MUTE("Speaker Playback Switch", 0x1b, 0x0, HDA_OUTPUT),
 	HDA_CODEC_VOLUME("CD Playback Volume", 0x0b, 0x04, HDA_INPUT),
 	HDA_CODEC_MUTE("CD Playback Switch", 0x0b, 0x04, HDA_INPUT),
 	HDA_CODEC_VOLUME("Mic Playback Volume", 0x0b, 0x0, HDA_INPUT),
@@ -7960,6 +7962,15 @@ static struct snd_kcontrol_new alc883_targa_2ch_mixer[] = {
 	{ } /* end */
 };
 
+static struct snd_kcontrol_new alc883_targa_8ch_mixer[] = {
+	HDA_CODEC_VOLUME("Side Playback Volume", 0x0f, 0x0, HDA_OUTPUT),
+	HDA_BIND_MUTE("Side Playback Switch", 0x0f, 2, HDA_INPUT),
+	HDA_CODEC_VOLUME("Int Mic Playback Volume", 0x0b, 0x1, HDA_INPUT),
+	HDA_CODEC_VOLUME("Int Mic Boost", 0x19, 0, HDA_INPUT),
+	HDA_CODEC_MUTE("Int Mic Playback Switch", 0x0b, 0x1, HDA_INPUT),
+	{ } /* end */
+};
+
 static struct snd_kcontrol_new alc883_lenovo_101e_2ch_mixer[] = {
 	HDA_CODEC_VOLUME("Front Playback Volume", 0x0c, 0x0, HDA_OUTPUT),
 	HDA_BIND_MUTE("Front Playback Switch", 0x0c, 2, HDA_INPUT),
@@ -9167,7 +9178,8 @@ static struct alc_config_preset alc882_presets[] = {
 		.init_hook = alc882_targa_automute,
 	},
 	[ALC883_TARGA_8ch_DIG] = {
-		.mixers = { alc883_base_mixer, alc883_chmode_mixer },
+		.mixers = { alc883_targa_mixer, alc883_targa_8ch_mixer,
+			    alc883_chmode_mixer },
 		.init_verbs = { alc883_init_verbs, alc880_gpio3_init_verbs,
 				alc883_targa_verbs },
 		.num_dacs = ARRAY_SIZE(alc883_dac_nids),

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

end of thread, other threads:[~2009-09-16 14:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-15 13:16 ALSA: hda - add speaker and fix headphone switch for ALC883 okias
2009-09-15 19:13 ` okias
2009-09-16  6:12   ` Takashi Iwai
     [not found]     ` <c2673ca60909160516n209702ccvf35fcfcba8f5feb8@mail.gmail.com>
2009-09-16 12:27       ` Takashi Iwai
     [not found]         ` <c2673ca60909160534u39a5b659ie93d8ad1b3c1685e@mail.gmail.com>
     [not found]           ` <c2673ca60909160545v44878ca7ufb87e8d8f5cd3b56@mail.gmail.com>
2009-09-16 14:31             ` 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.