Update of /cvsroot/alsa/alsa-driver/include
In directory sc8-pr-cvs1:/tmp/cvs-serv13829/include

Modified Files:
        compat_22.h 
Log Message:
USB - fixed compilation trouble for 2.2 kernels.


Index: compat_22.h
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/include/compat_22.h,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- compat_22.h 5 Mar 2003 11:37:00 -0000       1.47
+++ compat_22.h 8 Mar 2003 14:23:04 -0000       1.48
@@ -473,6 +473,11 @@
 void snd_compat_usb_deregister(struct snd_compat_usb_driver *);
 void snd_compat_usb_driver_claim_interface(struct snd_compat_usb_driver *, struct 
usb_interface *iface, void *ptr);
 
+#undef usb_driver
+#undef usb_register
+#undef usb_deregister
+#undef usb_driver_claim_interface
+
 #define usb_driver snd_compat_usb_driver
 #define usb_device_id snd_compat_usb_device_id
 #define usb_register(drv) snd_compat_usb_register(drv)



-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to