* VIA 8233A with ALC650 codec
@ 2003-02-24 7:34 p z oooo
2003-02-25 17:02 ` Takashi Iwai
0 siblings, 1 reply; 3+ messages in thread
From: p z oooo @ 2003-02-24 7:34 UTC (permalink / raw)
To: alsa-devel
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
Peter Zubaj
____________________________________
http://www.pobox.sk/ - urcujeme trendy
-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: VIA 8233A with ALC650 codec
2003-02-24 7:34 VIA 8233A with ALC650 codec p z oooo
@ 2003-02-25 17:02 ` Takashi Iwai
0 siblings, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2003-02-25 17:02 UTC (permalink / raw)
To: p z oooo; +Cc: alsa-devel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: VIA 8233A with ALC650 codec
@ 2003-02-27 6:31 p z oooo
0 siblings, 0 replies; 3+ messages in thread
From: p z oooo @ 2003-02-27 6:31 UTC (permalink / raw)
To: tiwai; +Cc: alsa-devel
CVS 26.02.2003 works OK.
Thanks
Peter Zubaj
____________________________________
http://www.pobox.sk/ - urcujeme trendy
-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-02-27 6:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-24 7:34 VIA 8233A with ALC650 codec p z oooo
2003-02-25 17:02 ` Takashi Iwai
-- strict thread matches above, loose matches on Subject: below --
2003-02-27 6:31 p z oooo
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.