Basic addition of ADAT tx core.

This commit is contained in:
Ross Owen
2015-01-29 18:33:45 +00:00
parent ab8e0d8af7
commit 6816278557
3 changed files with 78 additions and 6 deletions

View File

@@ -231,6 +231,21 @@
#undef SPDIF
#endif
/**
* @brief Enables ADAT Tx. Default: 0 (Disabled)
*/
#ifndef ADAT_TX
#define ADAT_TX (0)
#endif
/* Tidy up old SPDIF usage */
#if defined(ADAT_TX) && (ADAT_TX == 0)
#undef ADAT_TX
#endif
/**
* @brief Defines which output channels (stereo) should be output on S/PDIF. Note, Output channels indexed from 0.
*