diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-11-17 21:45:16 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-11-19 14:07:15 -0500 |
commit | a0d32bca511fd6b570e964ca38a0c3dcd9eacafb (patch) | |
tree | 5ae78179176e9cd3aafc05b8e52dc10c004179b1 /sound/soc/sh | |
parent | b5f3d7af286a28e2fcc92debaba40844cb32bfb4 (diff) |
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>
Diffstat (limited to 'sound/soc/sh')
-rw-r--r-- | sound/soc/sh/rcar/core.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/sh/rcar/core.c b/sound/soc/sh/rcar/core.c index 2e09ee8d2500..4e55f9d9ef43 100644 --- a/sound/soc/sh/rcar/core.c +++ b/sound/soc/sh/rcar/core.c | |||
@@ -199,9 +199,8 @@ static void rsnd_dma_do_work(struct work_struct *work) | |||
199 | return; | 199 | return; |
200 | } | 200 | } |
201 | 201 | ||
202 | dma_async_issue_pending(dma->chan); | ||
202 | } | 203 | } |
203 | |||
204 | dma_async_issue_pending(dma->chan); | ||
205 | } | 204 | } |
206 | 205 | ||
207 | int rsnd_dma_available(struct rsnd_dma *dma) | 206 | int rsnd_dma_available(struct rsnd_dma *dma) |