|
@@ -594,7 +594,7 @@ static int s3c_pcm_dev_probe(struct platform_device *pdev)
|
|
|
goto err5;
|
|
|
}
|
|
|
|
|
|
- ret = asoc_dma_platform_register(&pdev->dev);
|
|
|
+ ret = samsung_asoc_dma_platform_register(&pdev->dev);
|
|
|
if (ret) {
|
|
|
dev_err(&pdev->dev, "failed to get register DMA: %d\n", ret);
|
|
|
goto err6;
|
|
@@ -623,7 +623,7 @@ static int s3c_pcm_dev_remove(struct platform_device *pdev)
|
|
|
struct s3c_pcm_info *pcm = &s3c_pcm[pdev->id];
|
|
|
struct resource *mem_res;
|
|
|
|
|
|
- asoc_dma_platform_unregister(&pdev->dev);
|
|
|
+ samsung_asoc_dma_platform_unregister(&pdev->dev);
|
|
|
snd_soc_unregister_component(&pdev->dev);
|
|
|
|
|
|
pm_runtime_disable(&pdev->dev);
|