ALSA: hda: Remove redundant pm_runtime_mark_last_busy() calls
authorSakari Ailus <sakari.ailus@linux.intel.com>
Fri, 4 Jul 2025 07:54:55 +0000 (10:54 +0300)
committerTakashi Iwai <tiwai@suse.de>
Sun, 6 Jul 2025 08:25:31 +0000 (10:25 +0200)
commitfc2f0135a913d0ed3aa5dab2bef193e4e23ca5a7
tree47a37952f5cf236508848fa9df98ecd693eab0c2
parent5b32627c8ead7534c528bd57e896d0e9dcd4542a
ALSA: hda: 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/20250704075455.3222438-1-sakari.ailus@linux.intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/hdac_device.c
sound/pci/hda/cs35l41_hda.c
sound/pci/hda/cs35l56_hda.c
sound/pci/hda/tas2781_hda_i2c.c
sound/pci/hda/tas2781_hda_spi.c