ALSA: introduce the snd-aloop module for the PCM loopback
authorJaroslav Kysela <perex@perex.cz>
Mon, 9 Aug 2010 12:21:11 +0000 (14:21 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 9 Aug 2010 12:21:11 +0000 (14:21 +0200)
commit597603d615d2b19a9e451d8cfac24372856a522d
treecb7ccddec2ccf274ce3dbb57068f4143b3172716
parent9fe6206f400646a2322096b56c59891d530e8d51
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>
sound/drivers/Kconfig
sound/drivers/Makefile
sound/drivers/aloop.c [new file with mode: 0644]