]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: hda/cs35l41: Use guard() for mutex locks
authorTakashi Iwai <tiwai@suse.de>
Wed, 27 Aug 2025 07:28:52 +0000 (09:28 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 29 Aug 2025 09:52:14 +0000 (11:52 +0200)
commitd1c374866cb42063303db48d8a6dd340858a4c9c
treee3afbd30a82a147979c03ad82037559702709147
parentece590486b59d434544c809d4e176fa4056dfcbc
ALSA: hda/cs35l41: 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-13-tiwai@suse.de
sound/hda/codecs/side-codecs/cs35l41_hda.c