9 Oct
2012
9 Oct
'12
8:46 a.m.
On Wed, Oct 03, 2012 at 02:33:50PM +0200, Guennadi Liakhovetski wrote:
Subject: [PATCH] ASoC: fsi: don't reschedule DMA from an atomic context
shdma doesn't support transfer re-scheduling or triggering from callbacks or from atomic context. The fsi driver issues DMA transfers from a tasklet context, which is a bug. To fix it convert tasklet to a work.
Applied, thanks.