ASoC: samsung: dmaengine: Allow to specify custom DMA device
[platform/kernel/linux-exynos.git] / sound / soc / samsung / s3c2412-i2s.c
index cc0840f..67dfa27 100644 (file)
@@ -177,7 +177,7 @@ static int s3c2412_iis_dev_probe(struct platform_device *pdev)
 
        ret = samsung_asoc_dma_platform_register(&pdev->dev,
                                                 pdata->dma_filter,
-                                                NULL, NULL);
+                                                NULL, NULL, NULL);
        if (ret) {
                pr_err("failed to register the DMA: %d\n", ret);
                return ret;