xmos/lib_i2s

Slave examples set mclk_bclk_ratio

Closed this issue · 0 comments

xross commented

The slave implementation(s) do not use (and do not need to use) mclk_bclk_ratio in i2s_config_t. However, the examples set it as follows:

i2s_config.mclk_bclk_ratio = (MASTER_CLOCK_FREQUENCY/SAMPLE_FREQUENCY)/64;