]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: fsl_sai: Remove expensive print in irq handler
authorShengjiu Wang <shengjiu.wang@nxp.com>
Fri, 18 Jan 2019 14:26:46 +0000 (14:26 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 18 Jan 2019 18:09:15 +0000 (18:09 +0000)
commit78dbefc5e3e93943564cbb8e3701476afa262602
treea38879255b15631a8731b3207e8d66a679f3131f
parent56a5b6a52dd8858d7330ade7f09e964db923f654
ASoC: fsl_sai: Remove expensive print in irq handler

When stopping audio, ASoC will first stop DMA then CPU DAI.
Sometimes there is a delay between DMA stop and CPU DAI stop, which
triggers an underrun error. Now, because of the delay introduced
by dev_err another underrun error will occur causing a vicious circle
making impossible to stop CPU DAI.

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_sai.c