ASoC: samsung: Specify DMA channels through struct snd_dmaengine_pcm_config
[linux-2.6-microblaze.git] / sound / soc / samsung / s3c2412-i2s.c
index 204029d..d45dffb 100644 (file)
@@ -177,7 +177,8 @@ static int s3c2412_iis_dev_probe(struct platform_device *pdev)
        }
 
        ret = samsung_asoc_dma_platform_register(&pdev->dev,
-                                                pdata->dma_filter);
+                                                pdata->dma_filter,
+                                                NULL, NULL);
        if (ret)
                pr_err("failed to register the DMA: %d\n", ret);