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

Modified Files:
        cs4232.c cs4236.c 
Log Message:
- fixed the compilation for 2.6 kernels.







Index: cs4232.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/isa/cs423x/cs4232.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cs4232.c    9 Apr 2003 11:27:35 -0000       1.2
+++ cs4232.c    13 Nov 2003 17:08:05 -0000      1.3
@@ -1,4 +1,6 @@
 #include "../../alsa-kernel/isa/cs423x/cs4232.c"
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
 #ifndef __isapnp_now__
 #include "cs4232.isapnp"
+#endif
 #endif

Index: cs4236.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/isa/cs423x/cs4236.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cs4236.c    9 Apr 2003 11:27:35 -0000       1.3
+++ cs4236.c    13 Nov 2003 17:08:05 -0000      1.4
@@ -1,5 +1,7 @@
 #include "../../alsa-kernel/isa/cs423x/cs4236.c"
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
 #ifndef __isapnp_now__
 #include "cs4236.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

Reply via email to