Update app_test_i2s_loopback for latest API related to TDM

This commit is contained in:
xross
2022-07-11 12:35:07 +01:00
parent 2a8f3b11d9
commit 1ad26f6bac
2 changed files with 5 additions and 5 deletions

View File

@@ -203,7 +203,7 @@ void slave_mode_clk_setup(const unsigned samFreq, const unsigned chans_per_frame
#endif
#if I2S_MODE_TDM
#if (XUA_PCM_FORMAT == XUA_PCM_FORMAT_TDM)
const int i2s_tdm_mode = 8;
#else
const int i2s_tdm_mode = 2;