Clemens: Are you the right person to ask about snd-usb-audio? There's a bug report against UHCI involving the sound driver:
http://bugzilla.kernel.org/show_bug.cgi?id=6994 According to the logs, the USB controller is getting bogged down. My guess is there's a hardware bug in the controller. However, the logs also showed that snd-usb-audio submits one iso URB, containing only one packet, per ms. That creates a lot of interrupts; one every millisecond. The computations in the driver are too complicated for me to figure out quickly. However I don't see any reason why the driver shouldn't put, say, 20 packets in each URB and then submit URBs every 20 ms. This probably wouldn't solve the problem in the bug report. Nevertheless, it would be better to reduce the frequency of interrupts by submitting URBs that last for more than 1 ms. Can this easily be accomplished? Alan Stern ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel