ASoC: tegra: Use normal system sleep for ASRC
authorSameer Pujar <spujar@nvidia.com>
Thu, 22 Jun 2023 11:34:13 +0000 (17:04 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 22 Jun 2023 17:02:04 +0000 (18:02 +0100)
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:
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/tegra/tegra186_asrc.c

index e016a6a7f7c44eaf9f29f44564990033f7023381..208e2fcefcf26a450f682e08c4ddcdb6f5a551e9 100644 (file)
@@ -1024,8 +1024,8 @@ 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,
-                                    pm_runtime_force_resume)
+       SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
+                               pm_runtime_force_resume)
 };
 
 static struct platform_driver tegra186_asrc_driver = {