Page MenuHomeFreeBSD

sound: Handle midistat_lock through function interface
ClosedPublic

Authored by christos on Jul 3 2024, 2:14 PM.
Tags
None
Referenced Files
F151130615: D45857.id140507.diff
Mon, Apr 6, 7:14 AM
Unknown Object (File)
Sun, Apr 5, 5:58 PM
Unknown Object (File)
Sun, Apr 5, 8:19 AM
Unknown Object (File)
Sat, Apr 4, 5:14 AM
Unknown Object (File)
Fri, Apr 3, 3:29 AM
Unknown Object (File)
Wed, Mar 25, 11:43 PM
Unknown Object (File)
Wed, Mar 25, 11:40 PM
Unknown Object (File)
Mar 7 2026, 5:18 PM
Subscribers

Details

Summary

midistat_lock is used outside midi/midi.c as well, so implement lock,
unlock and lockassert functions in order to not expose the lock in the
header file.

Sponsored by: The FreeBSD Foundation
MFC after: 2 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 58474
Build 55362: arc lint + arc unit

Event Timeline

Move function declarations at the top to match the function definitions'
position.

sys/dev/sound/midi/midi.c
180

I assume the rename here is to make sure there are no leftover (or external) consumers?

sys/dev/sound/midi/midi.c
180

It's because midistat_lock() will have the same name as the lock and we'll get a compile error.

This revision is now accepted and ready to land.Jul 6 2024, 4:43 PM