I'm having some problems compiling the alsa-source on my debian box
running 2.4final. I got it to work with 2.4-test12, but the prerelease
and final causes it to bomb. This is what I'm getting now when I do a
make-kpkg modules_image:


make[5]: Entering directory `/usr/src/modules/alsa-driver/lowlevel/isa'
gcc   -DALSA_BUILD -D__KERNEL__ -O2 -m486 -malign-loops=2
-malign-jumps=2 -malign-functions=2 -DCPU=686 -DLINUX -Wall
-Wstrict-prototypes -fomit-frame-pointer -pipe
-I/opt/kernel/linux/include -I../.. -DEXPORT_SYMTAB -c wavefront.c
wavefront.c: In function `wavefront_wait':
wavefront.c:307: structure has no member named `loops_per_sec'
{standard input}: Assembler messages:
{standard input}:8: Warning: Ignoring changed section attributes for
.modinfo
make[5]: *** [wavefront.o] Error 1
make[5]: Leaving directory `/usr/src/modules/alsa-driver/lowlevel/isa'
make[4]: *** [all] Error 1
make[4]: Leaving directory `/usr/src/modules/alsa-driver/lowlevel'
make[3]: *** [compile] Error 1
make[3]: Leaving directory `/usr/src/modules/alsa-driver'
make[2]: *** [install-modules] Error 2
make[2]: Leaving directory `/usr/src/modules/alsa-driver'
make[1]: *** [kdist_image] Error 2
make[1]: Leaving directory `/usr/src/modules/alsa-driver'
Module /usr/src/modules/alsa-driver failed.
Hit return to Continue

Any ideas?