OK I tried with ./configure --with-cards=cs46xx --with-sequencer=yes
and I get this arror at the end:
In file included from memalloc.inc:11,
from memalloc.c:1:
/home/jlp/alsa/alsa-driver/include/adriver.h:200: error: redefinition of `irqreturn_t'
/usr/src/linux/include/linux/interrupt.h:16: error: `irqreturn_t' previously declared here
make[1]: *** [memalloc.o] Error 1
make[1]: Leaving directory `/home/jlp/alsa/alsa-driver/acore'
make: *** [compile] Error 1
I tried again today with just ./cvscompile and it appears that compile goes thru just fine. Now it only complains when I run depmod. It is telling me about some unresolved symols. My kernel and kernel sources are of the same version (2.4.22-5mdk) and I don't know why this could be happening.
