aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/sh/rcar/core.c3
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
207int rsnd_dma_available(struct rsnd_dma *dma) 206int rsnd_dma_available(struct rsnd_dma *dma)