]> git.ipfire.org Git - thirdparty/linux.git/commit
ALSA: hda/ca0132: Use guard() for mutex locks
authorTakashi Iwai <tiwai@suse.de>
Wed, 27 Aug 2025 07:28:49 +0000 (09:28 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 29 Aug 2025 09:52:14 +0000 (11:52 +0200)
commita56ec9d33ee9c8f61ccc6a54548f34e10415c3d0
treedf768ee46ea26df1498ceb2b31608ef5ab58aa61
parent0a930d8732fc076600c4b346a83d9b0a190aeaf0
ALSA: hda/ca0132: Use guard() for mutex locks

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

Only code refactoring, and no behavior change.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20250827072916.31933-10-tiwai@suse.de
sound/hda/codecs/ca0132.c