Update of /cvsroot/alsa/alsa-driver/isa/sb
In directory sc8-pr-cvs1:/tmp/cvs-serv27494/isa/sb

Modified Files:
        es968.c sb16.c sbawe.c 
Log Message:
- fixed the compilation for 2.6 kernels.







Index: es968.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/isa/sb/es968.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- es968.c     7 Apr 2003 14:38:32 -0000       1.3
+++ es968.c     13 Nov 2003 17:08:06 -0000      1.4
@@ -1,5 +1,7 @@
 #include "../../alsa-kernel/isa/sb/es968.c"
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
 #ifndef __isapnp_now__
 #include "es968.isapnp"
 #endif
 EXPORT_NO_SYMBOLS;
+#endif

Index: sb16.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/isa/sb/sb16.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sb16.c      7 Apr 2003 14:38:33 -0000       1.3
+++ sb16.c      13 Nov 2003 17:08:06 -0000      1.4
@@ -1,5 +1,7 @@
 #include "../../alsa-kernel/isa/sb/sb16.c"
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
 #ifndef __isapnp_now__
 #include "sb16.isapnp"
 #endif
 EXPORT_NO_SYMBOLS;
+#endif

Index: sbawe.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/isa/sb/sbawe.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sbawe.c     7 Apr 2003 14:38:33 -0000       1.2
+++ sbawe.c     13 Nov 2003 17:08:06 -0000      1.3
@@ -1,4 +1,6 @@
 #include "../../alsa-kernel/isa/sb/sbawe.c"
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
 #ifndef __isapnp_now__
 #include "sbawe.isapnp"
+#endif
 #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

Reply via email to