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
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to