mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-25 10:42:21 +03:00
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:
committed by
Sameer Pujar
parent
f5e1951ebe
commit
bf77cfbf26
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user