Module Name: src Committed By: aymeric Date: Thu Aug 15 15:26:50 UTC 2013
Modified Files: src/sys/dev/usb: uaudio.c Log Message: In the error paths where uaudio_chan_free_buffers() has to be called, acquire the uaudio spinlock after the call because another spinlock is used indirectly during the call. Fixes a panic with LOCKDEBUG when a low-speed uaudio attached to a high-speed hub is opened. To generate a diff of this commit: cvs rdiff -u -r1.136 -r1.137 src/sys/dev/usb/uaudio.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.