From: Simon Richter on
Hi,

On 2010年05月26日 14:10, vinai wrote:

> I Have a device controller with Control, Bulk, Interrupt endpoints, it
> does not have any ISOCH endpoint. Can I stream the USB Audio
> over bulk endpoint.

That is non-trivial. Isochronous endpoints also provide a
synchronisation mechanism, which is necessary because of clock skew
between host and device.

Simon