···7474 To compile this driver as a module, choose M here: the module7575 will be called snd-dummy.76767777+config SND_ALOOP7878+ tristate "Generic loopback driver (PCM)"7979+ select SND_PCM8080+ help8181+ Say 'Y' or 'M' to include support for the PCM loopback device.8282+ This module returns played samples back to the user space using8383+ the standard ALSA PCM device. The devices are routed 0->1 and8484+ 1->0, where first number is the playback PCM device and second8585+ number is the capture device. Module creates two PCM devices and8686+ configured number of substreams (see the pcm_substreams module8787+ parameter).8888+8989+ The looback device allow time sychronization with an external9090+ timing source using the time shift universal control (+-20%9191+ of system time).9292+9393+ To compile this driver as a module, choose M here: the module9494+ will be called snd-aloop.9595+7796config SND_VIRMIDI7897 tristate "Virtual MIDI soundcard"7998 depends on SND_SEQUENCER