From 02fe59bc84d2ffb3a4a9708910c68b8fea5c4ae9 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Mon, 2 Mar 2015 23:42:25 +0000 Subject: [PATCH] Created new SPDIF_TX define (based on old SPDIF define). Helps with auto generating channel strings. --- module_usb_audio/devicedefines.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/module_usb_audio/devicedefines.h b/module_usb_audio/devicedefines.h index 3f8f7e82..39d247ef 100644 --- a/module_usb_audio/devicedefines.h +++ b/module_usb_audio/devicedefines.h @@ -231,6 +231,10 @@ #undef SPDIF #endif +#ifdef SPDIF +#define SPDIF_TX 1 +#endif + /** * @brief Defines which output channels (stereo) should be output on S/PDIF. Note, Output channels indexed from 0. *