All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: p z oooo <pzad@pobox.sk>
Cc: alsa-devel@lists.sourceforge.net
Subject: Re: VIA 8233A with ALC650 codec
Date: Tue, 25 Feb 2003 18:02:44 +0100	[thread overview]
Message-ID: <s5hy944xphn.wl@alsa2.suse.de> (raw)
In-Reply-To: <200302240734.IAA27436@www2.pobox.sk>

At Mon, 24 Feb 2003 08:34:15 +0100,
p z oooo wrote:
> 
> This weekend i tested via8233a + alc650.
> Surround output jack is swaped with center/LFE jack (but not controls 
> in mixer - surround control controls volume of center/LFE, ..)
> Please change condition in via82xx.c
> 
> unsigned short val;
> if (runtime->channels > 4)
>     /* slot mapping: 3,4,7,8 */
>     val = 0; 
> 
> to 
> 
> if (runtime->channels < 5)
> 
> then everything works ok.

thanks for the report.

i changed again and the hack above was removed from the kernel
driver.  the bit is controlled via pcm hook of alsa-lib now.

could you update the cvs alsa-kernel and alsa-lib and give a try?


thanks,

Takashi


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

  reply	other threads:[~2003-02-25 17:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-24  7:34 VIA 8233A with ALC650 codec p z oooo
2003-02-25 17:02 ` Takashi Iwai [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-02-27  6:31 p z oooo

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=s5hy944xphn.wl@alsa2.suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@lists.sourceforge.net \
    --cc=pzad@pobox.sk \
    /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.