Page MenuHomeFreeBSD

snd_uaudio: Introduce umidi_probe()
AbandonedPublic

Authored by christos on Tue, Mar 17, 6:36 PM.

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.