Update of /cvsroot/alsa/alsa-driver/isa In directory sc8-pr-cvs1:/tmp/cvs-serv27494/isa
Modified Files: als100.c azt2320.c cmi8330.c dt019x.c es18xx.c opl3sa2.c sscape.c Log Message: - fixed the compilation for 2.6 kernels. Index: als100.c =================================================================== RCS file: /cvsroot/alsa/alsa-driver/isa/als100.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- als100.c 7 Apr 2003 14:38:26 -0000 1.4 +++ als100.c 13 Nov 2003 17:08:05 -0000 1.5 @@ -1,5 +1,7 @@ #include "../alsa-kernel/isa/als100.c" +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0) #ifndef __isapnp_now__ #include "als100.isapnp" #endif EXPORT_NO_SYMBOLS; +#endif Index: azt2320.c =================================================================== RCS file: /cvsroot/alsa/alsa-driver/isa/azt2320.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- azt2320.c 7 Apr 2003 14:38:27 -0000 1.3 +++ azt2320.c 13 Nov 2003 17:08:05 -0000 1.4 @@ -1,5 +1,7 @@ #include "../alsa-kernel/isa/azt2320.c" +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0) #ifndef __isapnp_now__ #include "azt2320.isapnp" #endif EXPORT_NO_SYMBOLS; +#endif Index: cmi8330.c =================================================================== RCS file: /cvsroot/alsa/alsa-driver/isa/cmi8330.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cmi8330.c 7 Apr 2003 18:51:34 -0000 1.3 +++ cmi8330.c 13 Nov 2003 17:08:05 -0000 1.4 @@ -1,5 +1,7 @@ #include "../alsa-kernel/isa/cmi8330.c" +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0) #ifndef __isapnp_now__ #include "cmi8330.isapnp" #endif EXPORT_NO_SYMBOLS; +#endif Index: dt019x.c =================================================================== RCS file: /cvsroot/alsa/alsa-driver/isa/dt019x.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- dt019x.c 7 Apr 2003 14:38:27 -0000 1.2 +++ dt019x.c 13 Nov 2003 17:08:05 -0000 1.3 @@ -1,5 +1,7 @@ #include "../alsa-kernel/isa/dt019x.c" +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0) #ifndef __isapnp_now__ #include "dt019x.isapnp" #endif EXPORT_NO_SYMBOLS; +#endif Index: es18xx.c =================================================================== RCS file: /cvsroot/alsa/alsa-driver/isa/es18xx.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- es18xx.c 7 Apr 2003 18:51:35 -0000 1.3 +++ es18xx.c 13 Nov 2003 17:08:05 -0000 1.4 @@ -1,5 +1,7 @@ #include "../alsa-kernel/isa/es18xx.c" +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0) #ifndef __isapnp_now__ #include "es18xx.isapnp" #endif EXPORT_NO_SYMBOLS; +#endif Index: opl3sa2.c =================================================================== RCS file: /cvsroot/alsa/alsa-driver/isa/opl3sa2.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- opl3sa2.c 7 Apr 2003 15:53:47 -0000 1.3 +++ opl3sa2.c 13 Nov 2003 17:08:05 -0000 1.4 @@ -1,5 +1,7 @@ #include "../alsa-kernel/isa/opl3sa2.c" +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0) #ifndef __isapnp_now__ #include "opl3sa2.isapnp" #endif EXPORT_NO_SYMBOLS; +#endif Index: sscape.c =================================================================== RCS file: /cvsroot/alsa/alsa-driver/isa/sscape.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sscape.c 20 May 2003 12:42:45 -0000 1.17 +++ sscape.c 13 Nov 2003 17:08:05 -0000 1.18 @@ -1,5 +1,7 @@ #include "../alsa-kernel/isa/sscape.c" +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0) #ifndef __isapnp_now__ #include "sscape.isapnp" #endif EXPORT_NO_SYMBOLS; +#endif ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog