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