ALSA: intel_hdmi: Remove redundant pm_runtime_mark_last_busy() calls
authorSakari Ailus <sakari.ailus@linux.intel.com>
Fri, 4 Jul 2025 07:55:00 +0000 (10:55 +0300)
committerTakashi Iwai <tiwai@suse.de>
Sun, 6 Jul 2025 08:25:18 +0000 (10:25 +0200)
commit5b32627c8ead7534c528bd57e896d0e9dcd4542a
tree21ea412628babcdb0ec669f16f080c41a1cdf710
parentb228467e86fa7a12768680a5d12785034bb5b19c
ALSA: intel_hdmi: 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/20250704075500.3222950-1-sakari.ailus@linux.intel.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/x86/intel_hdmi_audio.c