Merge branch 'feature/guard_adat_tx' into feature/correct_ep_for_in_only

# Conflicts:
#	CHANGELOG.rst
This commit is contained in:
Ed
2024-05-03 15:26:58 +01:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

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