All USB class drivers are now automatically included when LUFA/Drivers/USB.h is inclu...
[pub/lufa.git] / LUFA / Drivers / USB / Class / Audio.h
index b281338..5216e0d 100644 (file)
@@ -38,7 +38,7 @@
  */
 
 /** \ingroup Group_USBClassDrivers
- *  @defgroup Group_USBClassAudio Audio Class Driver - LUFA/Drivers/Class/Audio.h
+ *  @defgroup Group_USBClassAudio Audio Class Driver
  *
  *  \section Sec_Dependencies Module Source Dependencies
  *  The following files must be built with any user project that uses this module:
 #define _AUDIO_CLASS_H_
 
        /* Macros: */
-               #define __INCLUDE_FROM_AUDIO_DRIVER
                #define __INCLUDE_FROM_USB_DRIVER
+               #define __INCLUDE_FROM_AUDIO_DRIVER
 
        /* Includes: */
                #include "../HighLevel/USBMode.h"
 
-               #if defined(NO_STREAM_CALLBACKS)
-                       #error The NO_STREAM_CALLBACKS compile time option cannot be used in projects using the library Class drivers.
-               #endif
-
                #if defined(USB_CAN_BE_DEVICE)
                        #include "Device/Audio.h"
                #endif