Update of /cvsroot/alsa/alsa-driver/usb
In directory sc8-pr-cvs1:/tmp/cvs-serv30455

Modified Files:
        Makefile usbaudio.inc1 usbcompat.c 
Log Message:
fixed the compilation on 2.2 and 2.6 kernels.

us428 driver has bunch of ifdefs, so far.
we'll need to clean up later (maybe after integration with
the core usbaudio.c).



Index: Makefile
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/usb/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Makefile    8 Sep 2003 10:57:41 -0000       1.9
+++ Makefile    24 Sep 2003 16:45:10 -0000      1.10
@@ -11,7 +11,7 @@
 extra-subdir-y := us428
 extra-subdir-m := $(extra-subdir-y)
 
-export-objs := usbmidi.o
+export-objs := usbaudio.o usbmidi.o
 
 TOPDIR = $(MAINSRCDIR)
 

Index: usbaudio.inc1
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/usb/usbaudio.inc1,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- usbaudio.inc1       8 Sep 2003 10:57:41 -0000       1.3
+++ usbaudio.inc1       24 Sep 2003 16:45:10 -0000      1.4
@@ -109,4 +109,6 @@
 /*
  * symbols
  */
-// EXPORT_NO_SYMBOLS;
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 5, 24)
+EXPORT_SYMBOL(snd_hack_usb_set_interface);
+#endif

Index: usbcompat.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/usb/usbcompat.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- usbcompat.c 8 Mar 2003 14:23:04 -0000       1.1
+++ usbcompat.c 24 Sep 2003 16:45:10 -0000      1.2
@@ -161,8 +161,3 @@
 }
 
 #endif /* LINUX_VERSION < 2.3.0 */
-
-/*
- * symbols
- */
-EXPORT_NO_SYMBOLS;



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to