At Fri, 18 May 2007 11:05:15 +0200, Gunter Ohrner wrote:
Tobin Davis wrote:
what kernels. The best thing to do is download the alsa-driver-1.0.14rc4.tar.bz2 release from alsa-project.org and use it. It is the most current for that codec.
This driver version does not seem to compile with Linux 2.6.21:
In file included from /usr/src/tmp/alsa-driver-1.0.14rc4/acore/memalloc.inc:13, from /usr/src/tmp/alsa-driver-1.0.14rc4/acore/memalloc.c:1: /usr/src/tmp/alsa-driver-1.0.14rc4/include/adriver.h: In function 'snd_pci_orig_save_state': /usr/src/tmp/alsa-driver-1.0.14rc4/include/adriver.h:1168: error: too many arguments to function 'pci_save_state' /usr/src/tmp/alsa-driver-1.0.14rc4/include/adriver.h: In function 'snd_pci_orig_restore_state': /usr/src/tmp/alsa-driver-1.0.14rc4/include/adriver.h:1172: error: too many arguments to function 'pci_restore_state' make[4]: *** [/usr/src/tmp/alsa-driver-1.0.14rc4/acore/memalloc.o] Fehler 1 make[3]: *** [/usr/src/tmp/alsa-driver-1.0.14rc4/acore] Fehler 2 make[2]: *** [_module_/usr/src/tmp/alsa-driver-1.0.14rc4] Fehler 2
I noticed no errors before this one and no failed includes or similar in paticular.
The configure script couldn't detect some conditions by some reasons on your system. Try to build from the HG version, or daily snapshot at ftp://ftp.suse.com/pub/projects/alsa/snapshot
Takashi