add packages_10.03.2 in preparation for the 10.03.2 interim release
[10.03/packages.git] / sound / alsa / patches / 100-compile_fix.patch
1 Index: alsa-driver-1.0.14rc1/include/adriver.h
2 ===================================================================
3 --- alsa-driver-1.0.14rc1.orig/include/adriver.h        2007-06-04 13:22:44.887031416 +0200
4 +++ alsa-driver-1.0.14rc1/include/adriver.h     2007-06-04 13:22:44.956020928 +0200
5 @@ -514,7 +514,7 @@
6  #endif /* < 2.6.0 */
7  
8  /* workarounds for USB API */
9 -#if defined(SND_NEED_USB_WRAPPER) && (defined(CONFIG_USB) || defined(CONFIG_USB_MODULE))
10 +#if 1
11  
12  #include <linux/usb.h>
13  
14 @@ -1360,4 +1360,5 @@
15  #endif
16  #endif
17  
18 +#undef info /* used in several structs */
19  #endif /* __SOUND_LOCAL_DRIVER_H */