]> git.ipfire.org Git - thirdparty/linux.git/commit
ALSA: es1968: Use guard() for mutex locks
authorTakashi Iwai <tiwai@suse.de>
Fri, 29 Aug 2025 14:43:06 +0000 (16:43 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 1 Sep 2025 11:52:40 +0000 (13:52 +0200)
commit819107cdebff9037e3dd9249823c81a212d8e528
tree59c1c777130be6d5b04f1d8e7f93d9490a30f6fb
parentf9733d65a6617e0ec7985bfbfdca3c49cd8eb379
ALSA: es1968: 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/20250829144342.4290-32-tiwai@suse.de
sound/pci/es1968.c