Commits
Shengjiu Wang committed 52a91e870b8
MLK-15068: ASoC: fsl_ssi: fix the noise issue with S20_3LE Mono bitsream In master mode, clock of S20_3LE mono bistream is calculated by formula "2 * params_width * params_rate", and this clock can't be divided from clock soure, so switch to use the "2 * params_physical_width * params_rate" formula to fix this issue. Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>