dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/sound
Clemens Ladisch 15a24c0778 [ALSA] usb-audio: use 1 ms URBs when capturing
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>
2005-08-30 08:45:04 +02:00
..
arm [ALSA] Fix compiler warnings in PXA2XX-AC97 2005-08-30 08:44:29 +02:00
core [ALSA] make local objects static 2005-08-30 08:45:01 +02:00
drivers [ALSA] use PCM interface for IEC958 controls 2005-08-30 08:43:39 +02:00
i2c [ALSA] ak4114: removed duplicate wake_up() 2005-07-28 12:09:18 +02:00
isa [ALSA] make local objects static 2005-08-30 08:45:01 +02:00
mips
oss Merge head 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6 2005-08-23 20:00:48 -07:00
parisc
pci [ALSA] make local objects static 2005-08-30 08:45:01 +02:00
pcmcia [ALSA] vxpocket - Remove unused code 2005-07-28 12:09:58 +02:00
ppc [PATCH] Stop snd-powermac oopsing on non-pmac hardware. 2005-08-17 14:55:37 -07:00
sparc [ALSA] Add DBRI driver on Sparcs 2005-07-28 12:21:18 +02:00
synth [PATCH] create a kstrdup library function 2005-06-23 09:45:18 -07:00
usb [ALSA] usb-audio: use 1 ms URBs when capturing 2005-08-30 08:45:04 +02:00
Kconfig [PATCH] Kconfig fix (ISA_DMA_API and sound/*) 2005-08-23 18:43:40 -07:00
Makefile
last.c
sound_core.c [PATCH] class: convert sound/* to use the new class api instead of class_simple 2005-06-20 15:15:07 -07:00
sound_firmware.c