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

2003-08-14 Thread Takashi Iwai
At Sat, 2 Aug 2003 20:06:21 +0100 (BST), Chris Rankin wrote: --- 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. fixed now. Cheers, Chris P.S.

[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

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.