Browse Source

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>
Sascha Hauer 13 years ago
parent
commit
c0fa6c8af7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      sound/soc/imx/imx-pcm-dma-mx2.c

+ 1 - 0
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;