Created new SPDIF_TX define (based on old SPDIF define). Helps with auto generating channel strings.

This commit is contained in:
Ross Owen
2015-03-02 23:42:25 +00:00
parent bcf229fdbe
commit 02fe59bc84

View File

@@ -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.
*