Page MenuHomeFreeBSD

snd_uaudio: Introduce umidi_probe()
AbandonedPublic

Authored by christos on Mar 17 2026, 6:36 PM.
Tags
None
Referenced Files
F161677319: D55901.diff
Sun, Jul 5, 9:11 PM
Unknown Object (File)
Wed, Jun 17, 5:51 AM
Unknown Object (File)
May 30 2026, 12:21 AM
Unknown Object (File)
May 17 2026, 9:23 PM
Unknown Object (File)
May 17 2026, 9:17 PM
Unknown Object (File)
May 17 2026, 5:31 PM
Unknown Object (File)
May 17 2026, 5:30 PM
Unknown Object (File)
May 10 2026, 6:00 AM
Subscribers

Details

Summary

Sponsored by: The FreeBSD Foundation
MFC after: 1 week

Diff Detail

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

Event Timeline

sys/dev/sound/usb/uaudio.c
876

Shouldn't this check be first? What if one of these devices belongs to the audiocontrol subclass?

christos added inline comments.
sys/dev/sound/usb/uaudio.c
876

To be perfectly honest, I'm not sure. I think we can abandon this for now so as to not cause some accidental side-effect.