@@ -29,6 +29,7 @@ config SND_DUMMY
2929 tristate "Dummy (/dev/null) soundcard"
3030 depends on SND
3131 select SND_PCM
32+ select SND_GENERIC_DRIVER
3233 help
3334 Say Y here to include the dummy driver. This driver does
3435 nothing, but emulates various mixer controls and PCM devices.
@@ -44,6 +45,7 @@ config SND_VIRMIDI
4445 depends on SND_SEQUENCER
4546 select SND_TIMER
4647 select SND_RAWMIDI
48+ select SND_GENERIC_DRIVER
4749 help
4850 Say Y here to include the virtual MIDI driver. This driver
4951 allows to connect applications using raw MIDI devices to
@@ -59,6 +61,7 @@ config SND_MTPAV
5961 depends on SND
6062 select SND_TIMER
6163 select SND_RAWMIDI
64+ select SND_GENERIC_DRIVER
6265 help
6366 To use a MOTU MidiTimePiece AV multiport MIDI adapter
6467 connected to the parallel port, say Y here and make sure that
@@ -72,6 +75,7 @@ config SND_SERIAL_U16550
7275 depends on SND
7376 select SND_TIMER
7477 select SND_RAWMIDI
78+ select SND_GENERIC_DRIVER
7579 help
7680 To include support for MIDI serial port interfaces, say Y here
7781 and read <file:Documentation/sound/alsa/serial-u16550.txt>.
@@ -88,6 +92,7 @@ config SND_MPU401
8892 tristate "Generic MPU-401 UART driver"
8993 depends on SND
9094 select SND_MPU401_UART
95+ select SND_GENERIC_DRIVER
9196 help
9297 Say Y here to include support for MIDI ports compatible with
9398 the Roland MPU-401 interface in UART mode.
0 commit comments