1
0
Fork 0

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>
wifi-calibration
Sascha Hauer 2012-01-09 10:32:48 +01:00 committed by Vinod Koul
parent 439aa0efd7
commit c0fa6c8af7
1 changed files with 1 additions and 0 deletions

View File

@ -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;