18 Nov
2013
18 Nov
'13
3:45 a.m.
DMAEngine will stall without this patch
Signed-off-by: Kuninori Morimoto kuninori.morimoto.gx@renesas.com --- sound/soc/sh/rcar/core.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sound/soc/sh/rcar/core.c b/sound/soc/sh/rcar/core.c index 78c35b4..f57e519 100644 --- a/sound/soc/sh/rcar/core.c +++ b/sound/soc/sh/rcar/core.c @@ -200,9 +200,8 @@ static void rsnd_dma_do_work(struct work_struct *work) return; }
+ dma_async_issue_pending(dma->chan); } - - dma_async_issue_pending(dma->chan); }
int rsnd_dma_available(struct rsnd_dma *dma)
--
1.7.9.5