Re: [Alsa-devel] VIA 8233A with ALC650 codec

2003-02-26 Thread p z oooo
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 recei

Re: [Alsa-devel] VIA 8233A with ALC650 codec

2003-02-25 Thread Takashi Iwai
At Mon, 24 Feb 2003 08:34:15 +0100, p z 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;

Re: [Alsa-devel] VIA 8233A, 8235 with ALC650 codec

2003-02-25 Thread Takashi Iwai
At Mon, 24 Feb 2003 00:50:27 +0300, Anton Worshevsky wrote: > > >> All working fine with this for VIA8235 + ALC650 > >> It does not affect on VIA8233A as you remembered. =) > >> What chip combination is working wrong with this ? > > TI> no idea. i hope both via8233 and 8233c follow to the same r

Re: [Alsa-devel] VIA 8233A, 8235 with ALC650 codec

2003-02-23 Thread Anton Worshevsky
Dear Takashi Iwai, Thursday, February 20, 2003, 12:08:57 PM, you wrote: >> Now i made tests with last cvs for 4 channel too : >> VIA8235 + ALC650 >> 0x6a.14=0 : 4ch - OK; 5.1 - swaped >> 0x6a.14=1 : 4ch - swaped; 5.1 - OK >> >> As you see - setting bit 14 of 0x6a reg is not an option. >> >> We ne

Re: [Alsa-devel] VIA 8233A, 8235 with ALC650 codec

2003-02-20 Thread Takashi Iwai
At Thu, 20 Feb 2003 05:51:01 +0300, Anton Worshevsky wrote: > > Now i made tests with last cvs for 4 channel too : > VIA8235 + ALC650 > 0x6a.14=0 : 4ch - OK; 5.1 - swaped > 0x6a.14=1 : 4ch - swaped; 5.1 - OK > > As you see - setting bit 14 of 0x6a reg is not an option. > > We need to apply follo

Re: [Alsa-devel] VIA 8233A, 8235 with ALC650 codec

2003-02-20 Thread Takashi Iwai
At Thu, 20 Feb 2003 07:19:03 +0100, p z wrote: > > I tink, there is still small bug (I think) - via82xx.c > > else >/* slot mapping: 3,4,6,9,7,8 */ >val = 0x4000; >snd_ac97_update_bits(chip->ac97, AC97_ALC650_MULTICH, 0xc000, val); > > is this correct ??? > val = 0x4000; (I thi

Re: [Alsa-devel] VIA 8233A, 8235 with ALC650 codec

2003-02-19 Thread p z oooo
I tink, there is still small bug (I think) - via82xx.c else /* slot mapping: 3,4,6,9,7,8 */ val = 0x4000; snd_ac97_update_bits(chip->ac97, AC97_ALC650_MULTICH, 0xc000, val); is this correct ??? val = 0x4000; (I think, that there should be 0xc000) try change this Peter Zubaj _

Re: [Alsa-devel] VIA 8233A, 8235 with ALC650 codec

2003-02-19 Thread Anton Worshevsky
Dear Takashi Iwai, Tuesday, February 18, 2003, 8:03:56 PM, you wrote: TI> At Tue, 18 Feb 2003 07:43:26 +0300, TI> Anton Worshevsky wrote: >> >> >> When I changed VIA_REV_8233A to TYPE_VIA8233A my onboard soundcard >> >> (VIA8233A + ALC650) works (2 channel, 4 cannel). >> >> 5.1 has problem - swap

Re: [Alsa-devel] VIA 8233A, 8235 with ALC650 codec

2003-02-19 Thread Takashi Iwai
At Wed, 19 Feb 2003 10:43:07 +0100, Peter Zubaj, Ing <[EMAIL PROTECTED]> wrote: > > Wait. My english is bad. > > Do not change slots mapping. > Code from rc7 works good for 8233, 8233C and 8235 and I think is good. > I want say, that it seems, that 8233A can not change slots > mapping(outl(0xff00

Re: [Alsa-devel] VIA 8233A, 8235 with ALC650 codec

2003-02-19 Thread Takashi Iwai
At Wed, 19 Feb 2003 07:51:56 +0100, p z wrote: > > I played with 8233A ALC650 and: > > 1) this part of code is not working: > > switch (runtime->channels) { > case 1: slots = (1<<0) | (1<<4); break; > case 2: slots = (1<<0) | (2<<4); break; > case 3: slots = (1<<0) | (2<<4

Re: [Alsa-devel] VIA 8233A, 8235 with ALC650 codec

2003-02-18 Thread p z oooo
I played with 8233A ALC650 and: 1) this part of code is not working: switch (runtime->channels) { case 1: slots = (1<<0) | (1<<4); break; case 2: slots = (1<<0) | (2<<4); break; case 3: slots = (1<<0) | (2<<4) | (5<<8); break; case 4: slots = (1<<0) | (2<<4) | (3<<

Re: [Alsa-devel] VIA 8233A, 8235 with ALC650 codec

2003-02-18 Thread Takashi Iwai
At Tue, 18 Feb 2003 07:43:26 +0300, Anton Worshevsky wrote: > > Dear Takashi Iwai, > > Monday, February 10, 2003, 12:14:59 PM, you wrote: > > >> When I changed VIA_REV_8233A to TYPE_VIA8233A my onboard soundcard > >> (VIA8233A + ALC650) works (2 channel, 4 cannel). > >> > >> 5.1 has problem - sw

Re: [Alsa-devel] VIA 8233A, 8235 with ALC650 codec

2003-02-17 Thread Anton Worshevsky
Dear Takashi Iwai, Monday, February 10, 2003, 12:14:59 PM, you wrote: >> When I changed VIA_REV_8233A to TYPE_VIA8233A my onboard soundcard >> (VIA8233A + ALC650) works (2 channel, 4 cannel). >> >> 5.1 has problem - swaped channels. (LF, RF, Center - OK, LS - Woofer, >> RS - LS, Woofer - RS. TI>

Re: [Alsa-devel] VIA 8233A

2003-02-10 Thread Takashi Iwai
At Mon, 10 Feb 2003 07:21:47 +0100, p z wrote: > > Hi, > > There is bug in via82xx.c. VIA8233A is wrongly detected as VIA8233 > and then not working. ... > But chip_type is compared to VIA_REV_8233A, but must be comparet to > TYPE_VIA8233A. ouch, my bad. thanks for spotting this out! fi

Re: [Alsa-devel] VIA 8233A - Patch included

2003-02-10 Thread Tais M. Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 10 February 2003 07:21, p z wrote: > There is bug in via82xx.c. VIA8233A is wrongly detected as VIA8233 > and then not working. You're the man! You've found the bug I've been cursing for days now. Takashi, I've attached a patch for you