aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/imx
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-01-09 10:32:48 +0100
committerVinod Koul <vinod.koul@linux.intel.com>2012-01-30 14:34:11 +0530
commitc0fa6c8af7ab4f5d69d512a0d5fc3de512f337ae (patch)
tree1116476809c026e3f936f4475aaf844c0b1517ba /sound/soc/imx
parentmmc: mxcmmc: add missing dma_async_issue_pending (diff)
downloadlinux-dev-c0fa6c8af7ab4f5d69d512a0d5fc3de512f337ae.tar.xz
linux-dev-c0fa6c8af7ab4f5d69d512a0d5fc3de512f337ae.zip
ASoC: i.MX: Add missing dma_async_issue_pending
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
Diffstat (limited to 'sound/soc/imx')
-rw-r--r--sound/soc/imx/imx-pcm-dma-mx2.c1
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 5780c9b9d569..1acfd25e107d 100644
--- a/sound/soc/imx/imx-pcm-dma-mx2.c
+++ b/sound/soc/imx/imx-pcm-dma-mx2.c
@@ -206,6 +206,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;