]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: aaci: Use guard() for mutex locks
authorTakashi Iwai <tiwai@suse.de>
Fri, 29 Aug 2025 15:13:28 +0000 (17:13 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 1 Sep 2025 11:54:27 +0000 (13:54 +0200)
commitbc58470aa2595bb21937d35572989a68e6b5f679
tree8e27996bfd2ec91d6b3debb65414b07e287a4b84
parent1cb6ecbb372002ef9e531c5377e5f60122411e40
ALSA: aaci: Use guard() for mutex locks

Replace the manual mutex lock/unlock pairs with guard() for code
simplification.

Only code refactoring, and no behavior change.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20250829151335.7342-15-tiwai@suse.de
sound/arm/aaci.c