Re: [PATCH] ASoC: fsl: imx-pcm-fiq: omit fiq counter to avoid harm in unbalanced situations

2013-11-14 Thread Mark Brown
On Tue, Nov 12, 2013 at 03:46:38PM +, Oskar Schirmer wrote: > Unbalanced calls to snd_imx_pcm_trigger() may result in endless > FIQ activity and thus provoke eternal sound. While on the first glance, > the switch statement looks pretty symmetric, the SUSPEND/RESUME Applied, thanks. signature

[PATCH] ASoC: fsl: imx-pcm-fiq: omit fiq counter to avoid harm in unbalanced situations

2013-11-12 Thread Oskar Schirmer
Unbalanced calls to snd_imx_pcm_trigger() may result in endless FIQ activity and thus provoke eternal sound. While on the first glance, the switch statement looks pretty symmetric, the SUSPEND/RESUME pair is not: the suspend case comes along snd_pcm_suspend_all(), which for fsl/imx-pcm-fiq is calle