From 44aeb64c23a290d4ff9fbd55eb7e9cdb541f2ac4 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Thu, 27 Mar 2014 11:31:19 +0000 Subject: [PATCH] Actually removed old INTERFACES defines from devicedefines.h this time... --- module_usb_audio/devicedefines.h | 39 +------------------------------- 1 file changed, 1 insertion(+), 38 deletions(-) diff --git a/module_usb_audio/devicedefines.h b/module_usb_audio/devicedefines.h index 1cb6f0eb..97d79265 100644 --- a/module_usb_audio/devicedefines.h +++ b/module_usb_audio/devicedefines.h @@ -8,6 +8,7 @@ #include "customdefines.h" +/* Default tile arrangement */ #ifndef AUDIO_IO_TILE #define AUDIO_IO_TILE 0 #endif @@ -575,44 +576,6 @@ #endif #endif -/* Audio input USB interface count */ -#if defined(INPUT) && (INTPUT != 0) -#define INPUT_INTERFACES (1) -#else -#define INPUT_INTERFACES (0) -#endif - -/* Audio output USB interface count */ -#if defined(OUTPUT) && (OUTPUT != 0) -#define OUTPUT_INTERFACES (1) -#else -#define OUTPUT_INTERFACES (0) -#endif - -/* Total audio USB interface count (+1 for mandatory control interface) */ -#define AUDIO_INTERFACE_COUNT (1 + OUTPUT_INTERFACES + INPUT_INTERFACES) - -/* MIDI USB interface count */ -#if defined(MIDI) -#define MIDI_INTERFACES (2) -#else -#define MIDI_INTERFACES (0) -#endif - -/* iAP USB interface count */ -#if defined(IAP) -#define IAP_INTERFACES (1) -#else -#define IAP_INTERFACES (0) -#endif - -/* HID USB interface count */ -#if defined(HID_CONTROLS) -#define HID_INTERFACES (1) -#else -#define HID_INTERFACES (0) -#endif - /* Endpoint addresses enums */ enum USBEndpointNumber_In {