ALSA: HDA: Replace CONFIG_PM_RUNTIME with CONFIG_PM

After commit b2b49ccbdd54 (PM: Kconfig: Set PM_RUNTIME if PM_SLEEP is
selected) PM_RUNTIME is always set if PM is set, so #ifdef blocks
depending on CONFIG_PM_RUNTIME may now be changed to depend on
CONFIG_PM.

Replace CONFIG_PM_RUNTIME with CONFIG_PM everywhere under
sound/.

JIRA TPM-704

Change-Id: I5807fa8d35b3fbbd1afdb69d2dbba760abb80e27
Signed-off-by: Sumit Singh <sumsingh@nvidia.com>
This commit is contained in:
Sumit Singh
2016-03-15 14:47:58 +05:30
committed by Sameer Pujar
parent f5e1951ebe
commit bf77cfbf26

View File

@@ -1761,7 +1761,7 @@ static int tegra210_adsp_eavb_hw_params(struct snd_pcm_substream *substream,
return 0;
}
#ifdef CONFIG_PM_RUNTIME
#ifdef CONFIG_PM
static int tegra210_adsp_runtime_suspend(struct device *dev)
{
struct tegra210_adsp *adsp = dev_get_drvdata(dev);