From bfca1da4097a8dcfc567de3c5bedfef3546a4582 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Mon, 9 Dec 2013 16:03:28 +0000 Subject: [PATCH] Quick patch to fix TX channel strings --- module_usb_audio/endpoint0/descriptors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_usb_audio/endpoint0/descriptors.h b/module_usb_audio/endpoint0/descriptors.h index ef8a0b6e..a88031d4 100644 --- a/module_usb_audio/endpoint0/descriptors.h +++ b/module_usb_audio/endpoint0/descriptors.h @@ -1429,7 +1429,7 @@ unsigned char cfgDesc_Audio2[] = #define DFU_NUM_STRS 0 #endif -#define STR_INDEX_OUT_CHAN (10 + SPDIF_RX_NUM_STRS + ADAT_RX_NUM_STRS + MIDI_NUM_STRS + DFU_NUM_STRS) +#define STR_INDEX_OUT_CHAN (15 + SPDIF_RX_NUM_STRS + ADAT_RX_NUM_STRS + MIDI_NUM_STRS + DFU_NUM_STRS) #define STR_INDEX_IN_CHAN (STR_INDEX_OUT_CHAN + NUM_USB_CHAN_OUT) #define APPEND_VENDOR_STR(x) VENDOR_STR" "#x