diff --git a/sound/soc/tegra-alt/tegra210_adsp_alt.c b/sound/soc/tegra-alt/tegra210_adsp_alt.c index 009d1c3d..eacc48e4 100644 --- a/sound/soc/tegra-alt/tegra210_adsp_alt.c +++ b/sound/soc/tegra-alt/tegra210_adsp_alt.c @@ -1556,6 +1556,7 @@ static int tegra210_adsp_admaif_hw_params(struct snd_pcm_substream *substream, return 0; } +#ifdef CONFIG_PM_RUNTIME static int tegra210_adsp_runtime_suspend(struct device *dev) { struct tegra210_adsp *adsp = dev_get_drvdata(dev); @@ -1589,6 +1590,7 @@ static int tegra210_adsp_runtime_resume(struct device *dev) return ret; } +#endif /* ADSP platform driver read/write call-back */ static int tegra210_adsp_read(struct snd_soc_component *component,