All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oliver Neukum <oneukum-l3A5Bk7waGM@public.gmane.org>
To: Daniel Mack <daniel-rDUAYElUppE@public.gmane.org>
Cc: "J. Gordon Rankin"
	<waudio-P3U7sUXGDiZeoWH0uzbU5w@public.gmane.org>,
	Demian Martin <demianm_1-/E1597aS9LQAvxtiuMwx3w@public.gmane.org>,
	alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org,
	linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: Problem with USB Class 2 Audio Driver
Date: Tue, 24 Aug 2010 09:52:59 +0200	[thread overview]
Message-ID: <201008240952.59903.oneukum@suse.de> (raw)
In-Reply-To: <20100824070601.GK17833-ahpEBR4enfnCULTFXS99ULNAH6kLmebB@public.gmane.org>

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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2010-08-24  7:52 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-21  0:40 Problem with USB Class 2 Audio Driver Demian Martin
2010-08-21  9:27 ` Daniel Mack
2010-08-22 23:51   ` Demian Martin
2010-08-23 12:41     ` J. Gordon Rankin
2010-08-23 19:12     ` Daniel Mack
     [not found]       ` <20100823191209.GF17833-ahpEBR4enfnCULTFXS99ULNAH6kLmebB@public.gmane.org>
2010-08-23 20:34         ` J. Gordon Rankin
     [not found]           ` <4C72DB6A.5080601-P3U7sUXGDiZeoWH0uzbU5w@public.gmane.org>
2010-08-24  7:06             ` Daniel Mack
     [not found]               ` <20100824070601.GK17833-ahpEBR4enfnCULTFXS99ULNAH6kLmebB@public.gmane.org>
2010-08-24  7:52                 ` Oliver Neukum [this message]
2010-08-24 14:56         ` Alan Stern
     [not found]           ` <Pine.LNX.4.44L0.1008241050320.1652-100000-IYeN2dnnYyZXsRXLowluHWD2FQJk+8+b@public.gmane.org>
2010-09-06 18:31             ` Demian Martin
2010-09-06 20:05               ` Alan Stern

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201008240952.59903.oneukum@suse.de \
    --to=oneukum-l3a5bk7wagm@public.gmane.org \
    --cc=alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw@public.gmane.org \
    --cc=daniel-rDUAYElUppE@public.gmane.org \
    --cc=demianm_1-/E1597aS9LQAvxtiuMwx3w@public.gmane.org \
    --cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=waudio-P3U7sUXGDiZeoWH0uzbU5w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.