MLK-14447: ASoC: fsl_ssi: Fix Capture and Playback with i2s mode
authorShengjiu Wang <shengjiu.wang@freescale.com>
Tue, 14 Mar 2017 05:09:55 +0000 (13:09 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:21:58 +0000 (15:21 -0500)
commit5a5122c1cde48d8a15451d3c0d85a2d7ddfdb5a1
tree66606609fd9801efbd0925fa8aa7f1b4c4864fcc
parent4773cacb0bf66ba0cd3cec8936d5c631266f462a
MLK-14447: ASoC: fsl_ssi: Fix Capture and Playback with i2s mode

Fixes: 95461157dea0 ("MLK-14316 ASoC: fsl_ssi: Fix playback and capture
with mono stream")

This commit (95461157dea0) cause a side effect for i2s mode, for it clears
the setting of I2S_MODE, the basic idea is the set_fmt() function should
not touch the I2S_MODE and NET mode of SCR.

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