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