From 953c677578937422ab7745fc839d5fa328af81cc Mon Sep 17 00:00:00 2001 From: Nitin Kumbhar Date: Fri, 24 Apr 2015 16:41:24 +0530 Subject: [PATCH] platform: ape: add adsp sub-domain Add adsp sub-domain for nvadsp and adsp_audio drivers. This ensures that adsp can be handled differently compared to ape. Bug 200090996 Change-Id: Ic7222606db977c46120370ea98f665fd2ba58ecf Signed-off-by: Nitin Kumbhar Reviewed-on: http://git-master/r/735615 (cherry picked from commit 8b5ce0eb1f754373f848892a5c23c82269e18a19) Reviewed-on: http://git-master/r/741162 (cherry picked from commit 195dd00c017abaaa3eecc744f927ac4f9bbac1f9) Signed-off-by: Nitin Kumbhar Reviewed-on: http://git-master/r/766593 --- sound/soc/tegra-alt/tegra210_adsp_alt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/tegra-alt/tegra210_adsp_alt.c b/sound/soc/tegra-alt/tegra210_adsp_alt.c index 779a62b5..0854e088 100644 --- a/sound/soc/tegra-alt/tegra210_adsp_alt.c +++ b/sound/soc/tegra-alt/tegra210_adsp_alt.c @@ -2561,7 +2561,7 @@ static int tegra210_adsp_audio_platform_probe(struct platform_device *pdev) goto err_pm_disable; /* HACK : Should be handled through dma-engine */ - tegra_ape_pd_add_device(&pdev->dev); + tegra_adsp_pd_add_device(&pdev->dev); pm_genpd_dev_need_save(&pdev->dev, true); pm_genpd_dev_need_restore(&pdev->dev, true); pm_runtime_get_sync(&pdev->dev); @@ -2575,7 +2575,7 @@ static int tegra210_adsp_audio_platform_probe(struct platform_device *pdev) } } pm_runtime_put(&pdev->dev); - tegra_ape_pd_remove_device(&pdev->dev); + tegra_adsp_pd_remove_device(&pdev->dev); /* HACK end */ for (i = 0; i < TEGRA210_ADSP_VIRT_REG_MAX; i++)