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

Modified Files:
        Kconfig 
Log Message:
This is part of a patch series to clean up sound/core/Makefile in Linux
2.6.4-rc1.

- Add "select SND_PCM" statements to appropriate Kconfig entries for
  drivers whose configuration symbol is used to build snd-pcm,
  snd-timer, and snd-page-alloc.

- Remove snd-pcm, snd-timer and snd-page-alloc from these in
  sound/core/Makefile.

- Remove snd from these entries as well - all SND_xxx configuration
  symbols depend on CONFIG_SND, so we won't even consider building
  any of these drivers unless SND is already set to 'y' or 'm'.


Index: Kconfig
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/drivers/Kconfig,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Kconfig     31 Oct 2002 13:44:21 -0000      1.1
+++ Kconfig     2 Mar 2004 19:22:24 -0000       1.2
@@ -6,6 +6,7 @@
 config SND_DUMMY
        tristate "Dummy (/dev/null) soundcard"
        depends on SND
+       select SND_PCM
        help
          Say 'Y' or 'M' to include dummy driver. This driver does nothing, but
          emulates various mixer controls and PCM devices.



-------------------------------------------------------
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