]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit47128b1deae617e388695c5585dacf988822a9bb
treecb7ccddec2ccf274ce3dbb57068f4143b3172716
parentc406d9686ef1d925c0eeb81c25acf2225c05c139
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]