mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
ASoC: tegra: Use normal system sleep for ASRC
Align with other AHUB module drivers and use normal system sleep for ASRC as well. Signed-off-by: Sameer Pujar <spujar@nvidia.com> Link: https://lore.kernel.org/r/Message-Id: <1687433656-7892-6-git-send-email-spujar@nvidia.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
@@ -1024,7 +1024,7 @@ static void tegra186_asrc_platform_remove(struct platform_device *pdev)
|
||||
static const struct dev_pm_ops tegra186_asrc_pm_ops = {
|
||||
SET_RUNTIME_PM_OPS(tegra186_asrc_runtime_suspend,
|
||||
tegra186_asrc_runtime_resume, NULL)
|
||||
SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
|
||||
SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
|
||||
pm_runtime_force_resume)
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user