Re: [PATCH] ASoC: fsl_sai: Remove expensive print in irq handler

2019-01-18 Thread Nicolin Chen
On Fri, Jan 18, 2019 at 02:26:46PM +, Daniel Baluta wrote: > From: Shengjiu Wang > > 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

[PATCH] ASoC: fsl_sai: Remove expensive print in irq handler

2019-01-18 Thread Daniel Baluta
From: Shengjiu Wang 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