Update of /cvsroot/alsa/alsa-driver/isa/opti9xx
In directory sc8-pr-cvs1:/tmp/cvs-serv27494/isa/opti9xx
Modified Files:
opti92x-ad1848.c opti92x-cs4231.c opti93x.c
Log Message:
- fixed the compilation for 2.6 kernels.
Index: opti92x-ad1848.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/isa/opti9xx/opti92x-ad1848.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- opti92x-ad1848.c 31 Oct 2003 16:32:18 -0000 1.6
+++ opti92x-ad1848.c 13 Nov 2003 17:08:06 -0000 1.7
@@ -11,7 +11,9 @@
#endif
#include "../../alsa-kernel/isa/opti9xx/opti92x-ad1848.c"
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
#ifndef __isapnp_now__
#include "opti92x-ad1848.isapnp"
#endif
EXPORT_NO_SYMBOLS;
+#endif
Index: opti92x-cs4231.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/isa/opti9xx/opti92x-cs4231.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- opti92x-cs4231.c 31 Oct 2003 16:32:18 -0000 1.3
+++ opti92x-cs4231.c 13 Nov 2003 17:08:06 -0000 1.4
@@ -1,5 +1,7 @@
#include "../../alsa-kernel/isa/opti9xx/opti92x-cs4231.c"
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
#ifndef __isapnp_now__
#include "opti92x-cs4231.isapnp"
#endif
EXPORT_NO_SYMBOLS;
+#endif
Index: opti93x.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/isa/opti9xx/opti93x.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- opti93x.c 31 Oct 2003 16:32:18 -0000 1.3
+++ opti93x.c 13 Nov 2003 17:08:06 -0000 1.4
@@ -1,5 +1,7 @@
#include "../../alsa-kernel/isa/opti9xx/opti93x.c"
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
#ifndef __isapnp_now__
#include "opti93x.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