All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Stephen Warren <SWarren@nvidia.com>
Cc: alsa-devel@lists.sourceforge.net
Subject: Re: azx: New board, can't get rear IO connectors to work.
Date: Fri, 17 Dec 2004 16:06:26 +0100	[thread overview]
Message-ID: <s5hvfb1vua5.wl@alsa2.suse.de> (raw)
In-Reply-To: <s5hy8fxvuxy.wl@alsa2.suse.de>

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

At Fri, 17 Dec 2004 15:52:09 +0100,
I wrote:
> 
> I tested the test board here (which has 3-stack + front-panel) and
> found that the surround doesn't work here, too.
> It's because the wrong initialization sequence when switched to the
> 6-channel mode.  After fixing it, the surround seems working well with
> 6-ch mode.  The patch is below (already committed to CVS).

More patch to correct comments...


Takashi

[-- Attachment #2: Type: text/plain, Size: 2753 bytes --]

Index: alsa-driver/pci/azx/patch_realtek.c
===================================================================
RCS file: /suse/tiwai/cvs/alsa/alsa-driver/pci/azx/patch_realtek.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- alsa-driver/pci/azx/patch_realtek.c	17 Dec 2004 14:50:34 -0000	1.6
+++ alsa-driver/pci/azx/patch_realtek.c	17 Dec 2004 15:03:28 -0000	1.7
@@ -439,13 +439,13 @@
  */
 
 static struct hda_verb alc880_init_verbs_three_stack[] = {
-	/* Line In pin widget(nid=0x1a) for input */
+	/* Line In pin widget for input */
 	{0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
-	/* CD pin widget(nid=0x1C) for input */
+	/* CD pin widget for input */
 	{0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
-	/* Mic1 (rear panel) pin widget(nid=0x18) for input and vref at 80% */
+	/* Mic1 (rear panel) pin widget for input and vref at 80% */
 	{0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
-	/* Mic2 (front panel) pin widget(nid=0x1B) for input and vref at 80% */
+	/* Mic2 (front panel) pin widget for input and vref at 80% */
 	{0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
 	/* unmute amp left and right */
 	{0x07, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000},
@@ -514,13 +514,13 @@
 };
 
 static struct hda_verb alc880_init_verbs_five_stack[] = {
-	/* Line In pin widget(nid=0x14) for input */
+	/* Line In pin widget for input */
 	{0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
-	/* CD pin widget(nid=0x1C) for input */
+	/* CD pin widget for input */
 	{0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
-	/* Mic1 (rear panel) pin widget(nid=0x18) for input and vref at 80% */
+	/* Mic1 (rear panel) pin widget for input and vref at 80% */
 	{0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
-	/* Mic2 (front panel) pin widget(nid=0x1B) for input and vref at 80% */
+	/* Mic2 (front panel) pin widget for input and vref at 80% */
 	{0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
 	/* unmute amp left and right */
 	{0x07, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000},
@@ -1078,13 +1078,13 @@
 };
 
 static struct hda_verb alc260_init_verbs[] = {
-	/* Line In pin widget(nid=0x14) for input */
+	/* Line In pin widget for input */
 	{0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
-	/* CD pin widget(nid=0x1C) for input */
+	/* CD pin widget for input */
 	{0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20},
-	/* Mic1 (rear panel) pin widget(nid=0x18) for input and vref at 80% */
+	/* Mic1 (rear panel) pin widget for input and vref at 80% */
 	{0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
-	/* Mic2 (front panel) pin widget(nid=0x1B) for input and vref at 80% */
+	/* Mic2 (front panel) pin widget for input and vref at 80% */
 	{0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24},
 	/* unmute amp left and right */
 	{0x04, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000},

  reply	other threads:[~2004-12-17 15:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-16 21:17 azx: New board, can't get rear IO connectors to work Stephen Warren
2004-12-17 14:52 ` Takashi Iwai
2004-12-17 15:06   ` Takashi Iwai [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-12-17 16:39 Stephen Warren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=s5hvfb1vua5.wl@alsa2.suse.de \
    --to=tiwai@suse.de \
    --cc=SWarren@nvidia.com \
    --cc=alsa-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.