29 tristate "Dummy (/dev/null) soundcard"
32 select SND_GENERIC_DRIVER
34 Say Y here to include the dummy driver. This driver does
35 nothing, but emulates various mixer controls and PCM devices.
37 You don't need this unless you're testing the hardware support
38 of programs using the ALSA API.
40 To compile this driver as a module, choose M here: the module
41 will be called snd-dummy.
44 tristate "Virtual MIDI soundcard"
45 depends on SND_SEQUENCER
48 select SND_GENERIC_DRIVER
50 Say Y here to include the virtual MIDI driver. This driver
51 allows to connect applications using raw MIDI devices to
54 If you don't know what MIDI is, say N here.
56 To compile this driver as a module, choose M here: the module
57 will be called snd-virmidi.
60 tristate "MOTU MidiTimePiece AV multiport MIDI"
64 select SND_GENERIC_DRIVER
66 To use a MOTU MidiTimePiece AV multiport MIDI adapter
67 connected to the parallel port, say Y here and make sure that
68 the standard parallel port driver isn't used for the port.
70 To compile this driver as a module, choose M here: the module
71 will be called snd-mtpav.
73 config SND_SERIAL_U16550
74 tristate "UART16550 serial MIDI driver"
78 select SND_GENERIC_DRIVER
80 To include support for MIDI serial port interfaces, say Y here
81 and read <file:Documentation/sound/alsa/serial-u16550.txt>.
82 This driver works with serial UARTs 16550 and better.
84 This driver accesses the serial port hardware directly, so
85 make sure that the standard serial driver isn't used or
86 deactivated with setserial before loading this driver.
88 To compile this driver as a module, choose M here: the module
89 will be called snd-serial-u16550.
92 tristate "Generic MPU-401 UART driver"
94 select SND_MPU401_UART
95 select SND_GENERIC_DRIVER
97 Say Y here to include support for MIDI ports compatible with
98 the Roland MPU-401 interface in UART mode.
100 To compile this driver as a module, choose M here: the module
101 will be called snd-mpu401.