Commits

Daniel Baluta committed cefd59abe18
MLK-17734-1: ASoC: fsl: imx-ak5558: Fix TDM mode for 8kHz / 16Khz In order for TDM to correctly work we need that MCLK and BCLK to follow the values in Table 9. Thus, * TDM128: BCLK = 128fs, MCLK = 128-1024fs * TDM256: BCLK = 256fs, MCLK = 256-1024fs * TDM512: BCLK = 512fs, MCLK = 512-1024fs We assume only support TDM256 for the moment. Reviewed-by: Shengjiu Wang <shengjiu.wang@nxp.com> Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com> (cherry picked from commit 63d9fd2177a0199f0565091a8e64126d411a8717)