Skip to content

Commit 2cc41db

Browse files
pujarsbroonie
authored andcommitted
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>
1 parent 6ab1146 commit 2cc41db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sound/soc/tegra/tegra186_asrc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,8 +1024,8 @@ static void tegra186_asrc_platform_remove(struct platform_device *pdev)
10241024
static const struct dev_pm_ops tegra186_asrc_pm_ops = {
10251025
SET_RUNTIME_PM_OPS(tegra186_asrc_runtime_suspend,
10261026
tegra186_asrc_runtime_resume, NULL)
1027-
SET_LATE_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
1028-
pm_runtime_force_resume)
1027+
SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
1028+
pm_runtime_force_resume)
10291029
};
10301030

10311031
static struct platform_driver tegra186_asrc_driver = {

0 commit comments

Comments
 (0)