[ALSA] usb-audio: use 1 ms URBs when capturing
authorClemens Ladisch <clemens@ladisch.de>
Fri, 12 Aug 2005 06:25:26 +0000 (08:25 +0200)
committerJaroslav Kysela <perex@suse.cz>
Tue, 30 Aug 2005 06:45:04 +0000 (08:45 +0200)
USB generic driver
When capturing audio data, we do not know beforehand how many samples
the device sends per frame, so we have to use URBs that are as short as
possible to make sure that we can handle period boundaries without any
additional latencies.

Furthermore, the total count of URBs submitted doesn't matter when
capturing, so we can just use the maximum number.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>

No differences found