100-compile_fix.patch 600 B

12345678910111213141516171819
  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. /* workarounds for USB API */
  8. -#if defined(SND_NEED_USB_WRAPPER) && (defined(CONFIG_USB) || defined(CONFIG_USB_MODULE))
  9. +#if 1
  10. #include <linux/usb.h>
  11. @@ -1360,4 +1360,5 @@
  12. #endif
  13. #endif
  14. +#undef info /* used in several structs */
  15. #endif /* __SOUND_LOCAL_DRIVER_H */