[alsa-devel] Problem with USB Class 2 Audio Driver

Oliver Neukum oneukum at suse.de
Tue Aug 24 09:52:59 CEST 2010


Am Dienstag, 24. August 2010, 09:06:02 schrieb Daniel Mack:
> On Mon, Aug 23, 2010 at 04:34:50PM -0400, J. Gordon Rankin wrote:
> > Part of the problem could be that everything is working
> > synchronously. The reading of the USB drive and the outputting to
> > the USB converter are both happening  in sync because the
> > application would work this way.
> 
> True. But for the USB side of the story, there is a reserved part of the
> bandwidth for isochronous (real-time) data which is guaranteed for
> exacty such scenarios, so bulk data bursts wont't kill the stream.

Yes, but note that this works one-way. The audio can still starve the disk.
You need to check in the device descriptors, how much bandwidth
the audio device will take. Then you need to compute whether the
rest left to the disk is enough. 

	Regards
		Oliver


More information about the Alsa-devel mailing list