Re: [Alsa-user] es1968 - AC97 debugged

2003-02-10 Thread Takashi Iwai
At Fri, 7 Feb 2003 23:18:52 +0100, Voluspa wrote: > > Btw :-) CVS still has issues: ... > alsactl.c: In function `get_controls': > alsactl.c:485: `SND_CTL_READONLY' undeclared (first use in this function) > alsactl.c:485: (Each undeclared identifier is reported only once > alsactl.c:485: for each

Re: [Alsa-user] es1968 - AC97 debugged

2003-02-07 Thread Voluspa
On Fri, 07 Feb 2003 12:46:49 +0100 Takashi Iwai wrote: > thanks, could you test the latest cvs version? Couldn't stay a chicken for the rest of my life... installed CVS and pulled. The fix you made works flawlessly here. Thanks. Btw :-) CVS still has issues: Making all in include make[1]: Ente

Re: [Alsa-user] es1968 - AC97 debugged

2003-02-07 Thread Takashi Iwai
At Fri, 7 Feb 2003 16:03:05 +0100, Voluspa wrote: > > On Fri, 07 Feb 2003 12:46:49 +0100 > Takashi Iwai wrote: > > > > Sure, this is the Asahi Kasei AK4540 (also identified as such by the > > > normal OSS driver: AC97 Codec detected: v: 0x414b4d00 caps: 0x0 pwr: > > > 0xf) > > > > thanks, could

Re: [Alsa-user] es1968 - AC97 debugged

2003-02-07 Thread Voluspa
On Fri, 07 Feb 2003 12:46:49 +0100 Takashi Iwai wrote: > > Sure, this is the Asahi Kasei AK4540 (also identified as such by the > > normal OSS driver: AC97 Codec detected: v: 0x414b4d00 caps: 0x0 pwr: > > 0xf) > > thanks, could you test the latest cvs version? Thank you for the quick work. Ehe

Re: [Alsa-user] es1968 - AC97 debugged

2003-02-07 Thread Takashi Iwai
At Wed, 5 Feb 2003 19:13:40 +0100, Voluspa wrote: > > On Wed, 05 Feb 2003 18:52:36 +0100 > Takashi Iwai <[EMAIL PROTECTED]> wrote: > > > could you tell me which ac97 codec is detected on your machine? > > please check /proc/asound/card0/ac97#0. > > Sure, this is the Asahi Kasei AK4540 (also iden

Re: [Alsa-user] es1968 - AC97 debugged

2003-02-05 Thread Voluspa
On Wed, 05 Feb 2003 18:52:36 +0100 Takashi Iwai <[EMAIL PROTECTED]> wrote: > could you tell me which ac97 codec is detected on your machine? > please check /proc/asound/card0/ac97#0. Sure, this is the Asahi Kasei AK4540 (also identified as such by the normal OSS driver: AC97 Codec detected: v: 0

Re: [Alsa-user] es1968 - AC97 debugged

2003-02-05 Thread Takashi Iwai
At Wed, 5 Feb 2003 18:40:42 +0100, Voluspa wrote: > > > By deleting one test done to the ac97 codec, the es1968 driver loads (and works). >With this I've reached the end of my debugging capabilities: ah, thanks! this is something what i've already seen on the kernel oss driver, but didn't know

[Alsa-user] es1968 - AC97 debugged

2003-02-05 Thread Voluspa
By deleting one test done to the ac97 codec, the es1968 driver loads (and works). With this I've reached the end of my debugging capabilities: --- alsa-driver-0.9.0rc6/alsa-kernel/pci/ac97/ac97_codec.c Wed Oct 30 15:20:08 2002 +++ debug-alsa-driver-0.9.0rc6/alsa-kernel/pci/ac97/ac97_codec.