]> git.ipfire.org Git - thirdparty/linux.git/commit
ALSA: seq: oss: Clean up core code with guard()
authorTakashi Iwai <tiwai@suse.de>
Wed, 27 Aug 2025 08:05:14 +0000 (10:05 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 29 Aug 2025 09:52:36 +0000 (11:52 +0200)
commit1291fc664d2320af332e0f6b3c28a1a4e125fee9
treedde0e4b13aff19665339a8fc0b23f43d2bc989ed
parent9314e34e37292f2d3d43dcc8a7f54366b4c0811d
ALSA: seq: oss: Clean up core code with guard()

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/20250827080520.7544-9-tiwai@suse.de
sound/core/seq/oss/seq_oss.c