MLK-15985-1: ASoC: fsl_ssi: remove the wrong fix for S20_3LE
authorShengjiu Wang <shengjiu.wang@nxp.com>
Mon, 4 Dec 2017 05:00:50 +0000 (13:00 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Tue, 20 Mar 2018 19:50:00 +0000 (14:50 -0500)
commit958e39c5aea21ef641089a2c6890d1e6e4a319de
treea17b94caeb8dc681fe8a6524e738cb65cb7876f0
parenta4be291402dc6d9baeaeedd220e300dff219ba10
MLK-15985-1: ASoC: fsl_ssi: remove the wrong fix for S20_3LE

This reverts commit 6ce4e9c184b7 ("MLK-15068: ASoC: fsl_ssi: fix the noise
issue with S20_3LE Mono bitsream")

The fix in MLK-15068 can't fix the mono noise issue, for using the
physical width imply that the sample with is 24, but the
CCSR_SSI_SxCCR_WL still using the 20 bit, the unalignment cause noise.
Or if change the CCSR_SSI_SxCCR_WL to 24bit, the volume is lower
for 24bit imply that the sample is shift 4bit right.

So the correct way is to change the mclk frequency in dts.

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
sound/soc/fsl/fsl_ssi.c