Commits

Shengjiu Wang committed 6ce4e9c184b
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> (cherry picked from commit 52a91e870b8cc95cbceeda205761134e25626863)