Basic support for sync mode streaming

This commit is contained in:
xross
2022-06-21 12:11:09 +01:00
parent 22a79d9231
commit ff42c23a6d
6 changed files with 99 additions and 129 deletions

View File

@@ -1460,3 +1460,9 @@ enum USBEndpointNumber_Out
#ifndef XUA_SYNCMODE
#define XUA_SYNCMODE XUA_SYNCMODE_ASYNC
#endif
#if (XUA_SYNCMODE == XUA_SYNCMODE_SYNC)
#if (SPDIF_RX || ADAT_RX)
#error "Digital input streams not supported in Sync mode"
#endif
#endif