CVSROOT: /cvs Module name: src Changes by: jake...@cvs.openbsd.org 2010/08/18 16:53:10
Modified files: sys/dev/usb : uaudio.c Log message: * the detach and drain functions do the same waiting for channels to complete outstanding requests, so use uaudio_drain in uaudio_detach. * the channel alt index can still be -1 at detach. check for this.