]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: wss: Use guard() for spin locks
authorTakashi Iwai <tiwai@suse.de>
Fri, 29 Aug 2025 14:52:57 +0000 (16:52 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 1 Sep 2025 11:53:03 +0000 (13:53 +0200)
commitec4c3dcf155916e53283f7593a44759d86837726
treeee3f46f31d0c7f9fef3fa6ef337e7a2e4c4e5098
parent372b43467aecd97b7c9435b51987a5e958b7d7e2
ALSA: wss: Use guard() for spin locks

Clean up the code using guard() for spin locks.

Merely code refactoring, and no behavior change.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20250829145300.5460-18-tiwai@suse.de
sound/isa/wss/wss_lib.c