[Alsa-devel] ALSA CVS is broken for Linux 2.4

2003-08-02 Thread Chris Rankin
Hi, These breakages have existed for a day or two. In alsa-driver: gcc -D__KERNEL__ -DMODULE=1 -I/home/chris/Programs/alsa/alsa-driver/include -I/home/chris/linux-2.4.21/include -O2 -mpreferred-stack-boundary=2 -march=i686 -D__SMP__ -DCONFIG_SMP -DLINUX -Wall -Wstrict-prototypes

[Alsa-devel] emu10k1 module compile error with latest cvs

2003-08-02 Thread Jaakko Prattala
gcc -D__KERNEL__ -DMODULE=1 -I/home/jaakko/downloads/alsa020803/alsa-driver/include -I/lib/modules/2.4.20-8/build/include -O2 -mpreferred-stack-boundary=2 -march=athlon -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -DALSA_BUILD

[Alsa-devel] hdsp cardbus coldboot bug workaround

2003-08-02 Thread Thomas Charbonnel
Hi, It has already been reported on this list that the hdsp cardbus card is not detected correctly at boot time after a cold boot. When this happens here's what dmesg says about it: cs: cb_alloc(bus 3): vendor 0x, device 0x PCI: device 03:00.0 has unknown header type 7f, ignoring. This

Re: [Alsa-devel] emu10k1 module compile error with latest cvs

2003-08-02 Thread Nicola Orru'
On 02 Aug 2003 12:54:16 +0300 Jaakko Prattala [EMAIL PROTECTED] wrote: gcc -D__KERNEL__ -DMODULE=1 -I/home/jaakko/downloads/alsa020803/alsa-driver/include -I/lib/modules/2.4.20-8/build/include -O2 -mpreferred-stack-boundary=2 -march=athlon -DLINUX -Wall -Wstrict-prototypes

Re: [Alsa-devel] emu10k1 module compile error with latest cvs

2003-08-02 Thread Chris Rankin
--- Nicola Orru' [EMAIL PROTECTED] wrote: It looks like a typo. Try and open emufx.c and replace EMU10K1_GRP_* with EMU10k1_GPR_*. Yup, a typo. Changing .._GRP_.. to .._GPR_.. fixed it. Cheers, Chris P.S. alsa-lib is still broken, though.

[Alsa-devel] ICH4 audio driver, SPDIF issues. I need your help!

2003-08-02 Thread pony wang
What I want to do? I want to play a wave file (22050Hz, 2-ch) via SPDIF channel. Whats my problem? I think the ICH4 audio controller cant convert PCM data of 22050Hz to 48KHz. And the Codec cant either (codec generally accept 3 sample rates: 32K, 44.1K, 48K). Whats