diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-08-18 09:17:42 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-08-18 09:17:42 -0400 |
commit | 7ac03db84baa204d7d280401ed65842541ed1078 (patch) | |
tree | 302aef81d52334c9dc99234d4a9f05977fecb73d /sound/drivers/Kconfig | |
parent | 6ab561c8aab2e4af535f09adbc6253f958536848 (diff) | |
parent | 597603d615d2b19a9e451d8cfac24372856a522d (diff) |
Merge branch 'topic/aloop' into topic/misc
Diffstat (limited to 'sound/drivers/Kconfig')
-rw-r--r-- | sound/drivers/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sound/drivers/Kconfig b/sound/drivers/Kconfig index 480c38623da8..c8961165277c 100644 --- a/sound/drivers/Kconfig +++ b/sound/drivers/Kconfig | |||
@@ -74,6 +74,25 @@ config SND_DUMMY | |||
74 | To compile this driver as a module, choose M here: the module | 74 | To compile this driver as a module, choose M here: the module |
75 | will be called snd-dummy. | 75 | will be called snd-dummy. |
76 | 76 | ||
77 | config SND_ALOOP | ||
78 | tristate "Generic loopback driver (PCM)" | ||
79 | select SND_PCM | ||
80 | help | ||
81 | Say 'Y' or 'M' to include support for the PCM loopback device. | ||
82 | This module returns played samples back to the user space using | ||
83 | the standard ALSA PCM device. The devices are routed 0->1 and | ||
84 | 1->0, where first number is the playback PCM device and second | ||
85 | number is the capture device. Module creates two PCM devices and | ||
86 | configured number of substreams (see the pcm_substreams module | ||
87 | parameter). | ||
88 | |||
89 | The looback device allow time sychronization with an external | ||
90 | timing source using the time shift universal control (+-20% | ||
91 | of system time). | ||
92 | |||
93 | To compile this driver as a module, choose M here: the module | ||
94 | will be called snd-aloop. | ||
95 | |||
77 | config SND_VIRMIDI | 96 | config SND_VIRMIDI |
78 | tristate "Virtual MIDI soundcard" | 97 | tristate "Virtual MIDI soundcard" |
79 | depends on SND_SEQUENCER | 98 | depends on SND_SEQUENCER |