]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: lx6464es: Use guard() for mutex locks
authorTakashi Iwai <tiwai@suse.de>
Fri, 29 Aug 2025 14:43:16 +0000 (16:43 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 1 Sep 2025 11:52:41 +0000 (13:52 +0200)
commit3023cc514a2f3b43e96e8360c8b0be3b1c8f7501
treebcc4d5b5704052f4faf273f97605cf08ebec52b4
parente25667d3f311f7b56d4c4b7294a8c2a6f1cb69d7
ALSA: lx6464es: 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-42-tiwai@suse.de
sound/pci/lx6464es/lx6464es.c
sound/pci/lx6464es/lx_core.c