I2S/TDM ADX Demux

Hi Chris,

Looking at the ADX driver I see it does a …

memset(adx->map, 0, sizeof(adx->map));

… and writes the entire map to the actual RAM map. So I believe you should not have to define any unused entries at the end of the frame.

Yes the ADX support S32_LE as well.

Cheers
Jon

Hi Jon,

Apologies. This is incorrect…

I can confirm that this does not work. It needs the unused entries which perhaps is a bug. I will debug the ADX driver when i get some time.

It does indeed work as described. My mistake was the adx-slot-size being incorrect.

Thanks for your time, Jon. Once i have finally tidied everything up i will share all the drivers etc.

Regards,
Chris

Hi Chris,

Thanks for confirming!

Regards,
Jon