Update of /cvsroot/alsa/alsa-kernel/drivers
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8277/drivers

Modified Files:
        Kconfig 
Log Message:
Russell King <[EMAIL PROTECTED]>

This is part of a patch series to clean up sound/core/Makefile in Linux
2.6.4-rc1.

- Add SND_RAWMIDI for drivers which use the snd-rawmidi module.
- Remove snd-rawmidi from these drivers entries in sound/core/Makefile
- Remove any sound/core/Makefile entries which are left empty.


Index: Kconfig
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/drivers/Kconfig,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Kconfig     2 Mar 2004 19:22:24 -0000       1.2
+++ Kconfig     2 Mar 2004 19:26:13 -0000       1.3
@@ -15,6 +15,7 @@
 config SND_VIRMIDI
        tristate "Virtual MIDI soundcard"
        depends on SND_SEQUENCER
+       select SND_RAWMIDI
        help
          Say 'Y' or 'M' to include virtual MIDI driver. This driver allows to
          connect applications using raw MIDI devices to sequencer.
@@ -22,6 +23,7 @@
 config SND_MTPAV
        tristate "MOTU MidiTimePiece AV multiport MIDI"
        depends on SND
+       select SND_RAWMIDI
        help
          Say 'Y' or 'M' to include support for MOTU MidiTimePiece AV multiport
          MIDI adapter.
@@ -29,6 +31,7 @@
 config SND_SERIAL_U16550
        tristate "UART16550 - MIDI only driver"
        depends on SND
+       select SND_RAWMIDI
        help
          Say 'Y' or 'M' to include support for MIDI serial port driver. It works
          with serial UARTs 16550 and better.
@@ -36,6 +39,7 @@
 config SND_MPU401
        tristate "Generic MPU-401 UART driver"
        depends on SND
+       select SND_RAWMIDI
        help
          Say 'Y' or 'M' to include support for MPU401 hardware using UART access.
 



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to