|
@@ -490,8 +490,9 @@ static int asoc_dmic_probe(struct platform_device *pdev)
|
|
|
}
|
|
|
|
|
|
|
|
|
- ret = snd_soc_register_component(&pdev->dev, &omap_dmic_component,
|
|
|
- &omap_dmic_dai, 1);
|
|
|
+ ret = devm_snd_soc_register_component(&pdev->dev,
|
|
|
+ &omap_dmic_component,
|
|
|
+ &omap_dmic_dai, 1);
|
|
|
if (ret)
|
|
|
goto err_put_clk;
|
|
|
|
|
@@ -510,7 +511,6 @@ static int asoc_dmic_remove(struct platform_device *pdev)
|
|
|
{
|
|
|
struct omap_dmic *dmic = platform_get_drvdata(pdev);
|
|
|
|
|
|
- snd_soc_unregister_component(&pdev->dev);
|
|
|
clk_put(dmic->fclk);
|
|
|
|
|
|
return 0;
|