]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: fsl_sai: Remove unnecessary FIFO reset in ISR
authorShengjiu Wang <shengjiu.wang@nxp.com>
Wed, 17 Aug 2022 05:24:27 +0000 (13:24 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 17 Aug 2022 17:05:52 +0000 (18:05 +0100)
commit7a6baf639a5ca99ab4cfb6d9a02afba0ba49d39d
tree03a38496f6f9839bbcda536910fa82fe868935be
parent3204a4bc800f2cec07a22312690d366d304893a8
ASoC: fsl_sai: Remove unnecessary FIFO reset in ISR

The FIFO reset drops the words in the FIFO, which may cause
channel swap when SAI module is running, especially when the
DMA speed is low. So it is not good to do FIFO reset in ISR,
then remove the operation.

Fixes: eec9718ec8d1 ("ASoC: fsl_sai: Add isr to deal with error flag")
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Link: https://lore.kernel.org/r/1660713867-26921-1-git-send-email-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_sai.c