Skip to content

Commit a0d32bc

Browse files
morimotobroonie
authored andcommitted
ASoC: rcar: fixup dma_async_issue_pending() timing
DMAEngine will stall without this patch Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@linaro.org>
1 parent b5f3d7a commit a0d32bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sound/soc/sh/rcar/core.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,8 @@ static void rsnd_dma_do_work(struct work_struct *work)
199199
return;
200200
}
201201

202+
dma_async_issue_pending(dma->chan);
202203
}
203-
204-
dma_async_issue_pending(dma->chan);
205204
}
206205

207206
int rsnd_dma_available(struct rsnd_dma *dma)

0 commit comments

Comments
 (0)