aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/imx/imx-ssi.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sound/soc/imx/imx-ssi.c b/sound/soc/imx/imx-ssi.c
index bc92ec620004..c331d65587d8 100644
--- a/sound/soc/imx/imx-ssi.c
+++ b/sound/soc/imx/imx-ssi.c
@@ -667,12 +667,6 @@ static int imx_ssi_probe(struct platform_device *pdev)
667 if (res) 667 if (res)
668 ssi->dma_params_rx.dma = res->start; 668 ssi->dma_params_rx.dma = res->start;
669 669
670 if ((cpu_is_mx27() || cpu_is_mx21()) &&
671 !(ssi->flags & IMX_SSI_USE_AC97) &&
672 (ssi->flags & IMX_SSI_DMA)) {
673 ssi->flags |= IMX_SSI_DMA;
674 }
675
676 platform_set_drvdata(pdev, ssi); 670 platform_set_drvdata(pdev, ssi);
677 671
678 ret = snd_soc_register_dai(&pdev->dev, dai); 672 ret = snd_soc_register_dai(&pdev->dev, dai);