[PATCH 2/4] ASoC: i.MX: Add missing dma_async_issue_pending
Sascha Hauer
s.hauer at pengutronix.de
Mon Jan 9 04:32:48 EST 2012
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
sound/soc/imx/imx-pcm-dma-mx2.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/sound/soc/imx/imx-pcm-dma-mx2.c b/sound/soc/imx/imx-pcm-dma-mx2.c
index 43fdc24f..88aa95c 100644
--- a/sound/soc/imx/imx-pcm-dma-mx2.c
+++ b/sound/soc/imx/imx-pcm-dma-mx2.c
@@ -204,6 +204,7 @@ static int snd_imx_pcm_trigger(struct snd_pcm_substream *substream, int cmd)
case SNDRV_PCM_TRIGGER_RESUME:
case SNDRV_PCM_TRIGGER_PAUSE_RELEASE:
dmaengine_submit(iprtd->desc);
+ dma_async_issue_pending(iprtd->dma_chan);
break;
--
1.7.7.3
More information about the linux-arm-kernel
mailing list