diff options
author | Markus Pargmann <[email protected]> | 2013-06-20 15:20:20 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2013-07-15 11:10:36 +0100 |
commit | c364796a473db467b9201ea31a096bc0cf23547a (patch) | |
tree | 906cf3ae60023e7b7e7bd3ddf23d40cf057ae8c3 | |
parent | 7464dcd061045e664723acbf6be49e3ff53d97d8 (diff) |
ASoC: imx-pcm-dma: DT support
This patch removes the NO_DT flag. The pdev pointer may have a proper
of_node with the dmas property, so we can use it to request DMA
channels.
Signed-off-by: Markus Pargmann <[email protected]>
Tested-by: Shawn Guo <[email protected]>
Acked-by: Timur Tabi <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | sound/soc/fsl/imx-pcm-dma.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/fsl/imx-pcm-dma.c b/sound/soc/fsl/imx-pcm-dma.c index fde4d2ea68c8..f323ce09f881 100644 --- a/sound/soc/fsl/imx-pcm-dma.c +++ b/sound/soc/fsl/imx-pcm-dma.c @@ -64,7 +64,6 @@ int imx_pcm_dma_init(struct platform_device *pdev) { return snd_dmaengine_pcm_register(&pdev->dev, &imx_dmaengine_pcm_config, SND_DMAENGINE_PCM_FLAG_NO_RESIDUE | - SND_DMAENGINE_PCM_FLAG_NO_DT | SND_DMAENGINE_PCM_FLAG_COMPAT); } EXPORT_SYMBOL_GPL(imx_pcm_dma_init); |