ASoC: Intel: Remove redundant pm_runtime_mark_last_busy() calls
authorSakari Ailus <sakari.ailus@linux.intel.com>
Fri, 4 Jul 2025 07:54:57 +0000 (10:54 +0300)
committerMark Brown <broonie@kernel.org>
Fri, 4 Jul 2025 18:28:20 +0000 (19:28 +0100)
commit077e700cd709b9a0334bd442a1a4090c9de0d152
tree562b96bc5d512debfd7b9f1684cf15372833f145
parentbbe5e3c433a34e7f7bc762c390abb38205f821c5
ASoC: Intel: Remove redundant pm_runtime_mark_last_busy() calls

pm_runtime_put_autosuspend(), pm_runtime_put_sync_autosuspend(),
pm_runtime_autosuspend() and pm_request_autosuspend() now include a call
to pm_runtime_mark_last_busy(). Remove the now-reduntant explicit call to
pm_runtime_mark_last_busy().

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Link: https://patch.msgid.link/20250704075457.3222746-1-sakari.ailus@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/atom/sst/sst_pvt.c
sound/soc/intel/avs/core.c
sound/soc/intel/avs/debugfs.c
sound/soc/intel/avs/ipc.c
sound/soc/intel/avs/pcm.c
sound/soc/intel/catpt/pcm.c
sound/soc/intel/catpt/sysfs.c