Re: [PATCH v2] ASoC: fsl_esai: Disable exception interrupt before scheduling tasklet

2020-04-27 Thread Mark Brown
On Mon, 27 Apr 2020 14:23:21 +0800, Shengjiu Wang wrote: > Disable exception interrupt before scheduling tasklet, otherwise if > the tasklet isn't handled immediately, there will be endless xrun > interrupt. > > Fixes: 7ccafa2b3879 ("ASoC: fsl_esai: recover the channel swap after xrun") > Signed-o

Re: [PATCH v2] ASoC: fsl_esai: Disable exception interrupt before scheduling tasklet

2020-04-27 Thread Nicolin Chen
On Mon, Apr 27, 2020 at 02:23:21PM +0800, Shengjiu Wang wrote: > Disable exception interrupt before scheduling tasklet, otherwise if > the tasklet isn't handled immediately, there will be endless xrun > interrupt. > > Fixes: 7ccafa2b3879 ("ASoC: fsl_esai: recover the channel swap after xrun") > Si

[PATCH v2] ASoC: fsl_esai: Disable exception interrupt before scheduling tasklet

2020-04-26 Thread Shengjiu Wang
Disable exception interrupt before scheduling tasklet, otherwise if the tasklet isn't handled immediately, there will be endless xrun interrupt. Fixes: 7ccafa2b3879 ("ASoC: fsl_esai: recover the channel swap after xrun") Signed-off-by: Shengjiu Wang --- changes in v2 - Disable exception interrupt