Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Sameer Pujar and committed by
Mark Brown
2cc41db7 6ab11462

+2 -2
+2 -2
sound/soc/tegra/tegra186_asrc.c
··· 1024 1024 static const struct dev_pm_ops tegra186_asrc_pm_ops = { 1025 1025 SET_RUNTIME_PM_OPS(tegra186_asrc_runtime_suspend, 1026 1026 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) 1029 1029 }; 1030 1030 1031 1031 static struct platform_driver tegra186_asrc_driver = {