Update of /cvsroot/alsa/alsa-kernel/drivers
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9046/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_TIMER for drivers which use the snd-timer module.
- Remove snd-timer from these drivers entries in sound/core/Makefile,
  removing any sound/core/Makefile entries which are left empty.
- Since the "top level module dependency" lists are now gone, remove
  the comment.
- Also, since we only mention objects once, remove the sorting of obj-m


Index: Kconfig
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/drivers/Kconfig,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Kconfig     2 Mar 2004 19:26:13 -0000       1.3
+++ Kconfig     2 Mar 2004 19:28:59 -0000       1.4
@@ -15,6 +15,7 @@
 config SND_VIRMIDI
        tristate "Virtual MIDI soundcard"
        depends on SND_SEQUENCER
+       select SND_TIMER
        select SND_RAWMIDI
        help
          Say 'Y' or 'M' to include virtual MIDI driver. This driver allows to
@@ -23,6 +24,7 @@
 config SND_MTPAV
        tristate "MOTU MidiTimePiece AV multiport MIDI"
        depends on SND
+       select SND_TIMER
        select SND_RAWMIDI
        help
          Say 'Y' or 'M' to include support for MOTU MidiTimePiece AV multiport
@@ -31,6 +33,7 @@
 config SND_SERIAL_U16550
        tristate "UART16550 - MIDI only driver"
        depends on SND
+       select SND_TIMER
        select SND_RAWMIDI
        help
          Say 'Y' or 'M' to include support for MIDI serial port driver. It works
@@ -39,6 +42,7 @@
 config SND_MPU401
        tristate "Generic MPU-401 UART driver"
        depends on SND
+       select SND_TIMER
        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