]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: hda/cs35l56: Clean up with PM_RUNTIME_ACQUIRE*() macros
authorTakashi Iwai <tiwai@suse.de>
Tue, 16 Dec 2025 14:11:47 +0000 (15:11 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 23 Dec 2025 09:51:57 +0000 (10:51 +0100)
commit0ff22680e51f4c636f9fa98a1357f21310cb2a9a
tree6eca55e1ef2ea1db2d6aacbfa32bd0ff52dbeebc
parente38bdd30708b8bad577b07de5fdb2baa1cae8527
ALSA: hda/cs35l56: Clean up with PM_RUNTIME_ACQUIRE*() macros

Use PM_RUNTIME_ACQUIRE*() macros for replacing the manual
pm_runtime_resume_and_get() and pm_runtime_put_*() calls.

Merely code cleanups and no functional changes.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20251216141154.172218-3-tiwai@suse.de
sound/hda/codecs/side-codecs/cs35l56_hda.c