forked from PAWPAW-Mirror/lib_xua
Merge branch 'feature/guard_adat_tx' into feature/correct_ep_for_in_only
# Conflicts: # CHANGELOG.rst
This commit is contained in:
@@ -9,6 +9,7 @@ UNRELEASED
|
||||
supported sample frequencies
|
||||
* FIXED: Incorrect internal input EP count for input only devices
|
||||
* ADDED: MIDI unit and subsystem tests
|
||||
* FIXED: ADAT Tx called too frequently
|
||||
|
||||
4.0.0
|
||||
-----
|
||||
|
||||
@@ -375,12 +375,11 @@ unsigned static AudioHub_MainLoop(chanend ?c_out, chanend ?c_spd_out
|
||||
}
|
||||
#endif // (I2S_CHANS_DAC != 0)
|
||||
|
||||
#if (XUA_ADAT_TX_EN)
|
||||
TransferAdatTxSamples(c_adat_out, samplesOut, adatSmuxMode, 1);
|
||||
#endif
|
||||
|
||||
if(frameCount == 0)
|
||||
{
|
||||
#if (XUA_ADAT_TX_EN)
|
||||
TransferAdatTxSamples(c_adat_out, samplesOut, adatSmuxMode, 1);
|
||||
#endif
|
||||
|
||||
#if (XUA_SPDIF_RX_EN || XUA_ADAT_RX_EN)
|
||||
/* Sync with clockgen */
|
||||
|
||||
Reference in New Issue
Block a user