CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/12/04 01:17:39
Modified files:
sys/dev/usb : uaudio.c
Log message:
In uaudio_detach(), check that sc->sc_alts is not NULL before
using it. This could happen if uaudio_attach() failed, for
instance because the device has no valid audio stream interface.
Certain MIDI devices expose such descriptors.
ok jakemsr@
