Re: Problem with USB Class 2 Audio Driver

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux