aboutsummaryrefslogtreecommitdiff
path: root/sound/drivers/Kconfig
diff options
context:
space:
mode:
authorGravatar Jaroslav Kysela <perex@perex.cz> 2010-08-09 14:21:11 +0200
committerGravatar Jaroslav Kysela <perex@perex.cz> 2010-08-09 14:21:11 +0200
commit597603d615d2b19a9e451d8cfac24372856a522d (patch)
treecb7ccddec2ccf274ce3dbb57068f4143b3172716 /sound/drivers/Kconfig
parentLinux 2.6.35 (diff)
downloadlinux-597603d615d2b19a9e451d8cfac24372856a522d.tar.gz
linux-597603d615d2b19a9e451d8cfac24372856a522d.tar.bz2
linux-597603d615d2b19a9e451d8cfac24372856a522d.zip
ALSA: introduce the snd-aloop module for the PCM loopback
The snd-aloop module allows redirecting of the PCM playback in the kernel back to the user space using the standard ALSA PCM capture API. The module also allows time synchronization with another timing source and notifications of playback stream parameter changes. Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/drivers/Kconfig')
-rw-r--r--sound/drivers/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/sound/drivers/Kconfig b/sound/drivers/Kconfig
index 84714a65e5c8..b6ae76285255 100644
--- a/sound/drivers/Kconfig
+++ b/sound/drivers/Kconfig
@@ -74,6 +74,25 @@ config SND_DUMMY
To compile this driver as a module, choose M here: the module
will be called snd-dummy.
+config SND_ALOOP
+ tristate "Generic loopback driver (PCM)"
+ select SND_PCM
+ help
+ Say 'Y' or 'M' to include support for the PCM loopback device.
+ This module returns played samples back to the user space using
+ the standard ALSA PCM device. The devices are routed 0->1 and
+ 1->0, where first number is the playback PCM device and second
+ number is the capture device. Module creates two PCM devices and
+ configured number of substreams (see the pcm_substreams module
+ parameter).
+
+ The looback device allow time sychronization with an external
+ timing source using the time shift universal control (+-20%
+ of system time).
+
+ To compile this driver as a module, choose M here: the module
+ will be called snd-aloop.
+
config SND_VIRMIDI
tristate "Virtual MIDI soundcard"
depends on SND_SEQUENCER