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
|
supported sample frequencies
|
||||||
* FIXED: Incorrect internal input EP count for input only devices
|
* FIXED: Incorrect internal input EP count for input only devices
|
||||||
* ADDED: MIDI unit and subsystem tests
|
* ADDED: MIDI unit and subsystem tests
|
||||||
|
* FIXED: ADAT Tx called too frequently
|
||||||
|
|
||||||
4.0.0
|
4.0.0
|
||||||
-----
|
-----
|
||||||
|
|||||||
@@ -375,12 +375,11 @@ unsigned static AudioHub_MainLoop(chanend ?c_out, chanend ?c_spd_out
|
|||||||
}
|
}
|
||||||
#endif // (I2S_CHANS_DAC != 0)
|
#endif // (I2S_CHANS_DAC != 0)
|
||||||
|
|
||||||
#if (XUA_ADAT_TX_EN)
|
|
||||||
TransferAdatTxSamples(c_adat_out, samplesOut, adatSmuxMode, 1);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
if(frameCount == 0)
|
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)
|
#if (XUA_SPDIF_RX_EN || XUA_ADAT_RX_EN)
|
||||||
/* Sync with clockgen */
|
/* Sync with clockgen */
|
||||||
|
|||||||
Reference in New Issue
Block a user