|
@@ -29,6 +29,7 @@ config SND_DUMMY
|
|
tristate "Dummy (/dev/null) soundcard"
|
|
tristate "Dummy (/dev/null) soundcard"
|
|
depends on SND
|
|
depends on SND
|
|
select SND_PCM
|
|
select SND_PCM
|
|
|
|
+ select SND_GENERIC_DRIVER
|
|
help
|
|
help
|
|
Say Y here to include the dummy driver. This driver does
|
|
Say Y here to include the dummy driver. This driver does
|
|
nothing, but emulates various mixer controls and PCM devices.
|
|
nothing, but emulates various mixer controls and PCM devices.
|
|
@@ -44,6 +45,7 @@ config SND_VIRMIDI
|
|
depends on SND_SEQUENCER
|
|
depends on SND_SEQUENCER
|
|
select SND_TIMER
|
|
select SND_TIMER
|
|
select SND_RAWMIDI
|
|
select SND_RAWMIDI
|
|
|
|
+ select SND_GENERIC_DRIVER
|
|
help
|
|
help
|
|
Say Y here to include the virtual MIDI driver. This driver
|
|
Say Y here to include the virtual MIDI driver. This driver
|
|
allows to connect applications using raw MIDI devices to
|
|
allows to connect applications using raw MIDI devices to
|
|
@@ -59,6 +61,7 @@ config SND_MTPAV
|
|
depends on SND
|
|
depends on SND
|
|
select SND_TIMER
|
|
select SND_TIMER
|
|
select SND_RAWMIDI
|
|
select SND_RAWMIDI
|
|
|
|
+ select SND_GENERIC_DRIVER
|
|
help
|
|
help
|
|
To use a MOTU MidiTimePiece AV multiport MIDI adapter
|
|
To use a MOTU MidiTimePiece AV multiport MIDI adapter
|
|
connected to the parallel port, say Y here and make sure that
|
|
connected to the parallel port, say Y here and make sure that
|
|
@@ -72,6 +75,7 @@ config SND_SERIAL_U16550
|
|
depends on SND
|
|
depends on SND
|
|
select SND_TIMER
|
|
select SND_TIMER
|
|
select SND_RAWMIDI
|
|
select SND_RAWMIDI
|
|
|
|
+ select SND_GENERIC_DRIVER
|
|
help
|
|
help
|
|
To include support for MIDI serial port interfaces, say Y here
|
|
To include support for MIDI serial port interfaces, say Y here
|
|
and read <file:Documentation/sound/alsa/serial-u16550.txt>.
|
|
and read <file:Documentation/sound/alsa/serial-u16550.txt>.
|
|
@@ -88,6 +92,7 @@ config SND_MPU401
|
|
tristate "Generic MPU-401 UART driver"
|
|
tristate "Generic MPU-401 UART driver"
|
|
depends on SND
|
|
depends on SND
|
|
select SND_MPU401_UART
|
|
select SND_MPU401_UART
|
|
|
|
+ select SND_GENERIC_DRIVER
|
|
help
|
|
help
|
|
Say Y here to include support for MIDI ports compatible with
|
|
Say Y here to include support for MIDI ports compatible with
|
|
the Roland MPU-401 interface in UART mode.
|
|
the Roland MPU-401 interface in UART mode.
|