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

Modified Files:
        Kconfig 
Log Message:
More Kconfig and Makefile cleanups following Russel's direction:
- added SND_VX_LIB tristate


Index: Kconfig
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/drivers/Kconfig,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Kconfig     2 Mar 2004 19:51:30 -0000       1.5
+++ Kconfig     2 Mar 2004 19:55:49 -0000       1.6
@@ -3,6 +3,7 @@
 menu "Generic devices"
        depends on SND!=n
 
+
 config SND_MPU401_UART
         tristate
        select SND_TIMER
@@ -18,6 +19,12 @@
        select SND_TIMER
        select SND_HWDEP
 
+config SND_VX_LIB
+       tristate
+       select SND_HWDEP
+       select SND_PCM
+
+
 config SND_DUMMY
        tristate "Dummy (/dev/null) soundcard"
        depends on SND
@@ -25,7 +32,6 @@
        help
          Say 'Y' or 'M' to include dummy driver. This driver does nothing, but
          emulates various mixer controls and PCM devices.
-         
 
 config SND_VIRMIDI
        tristate "Virtual MIDI soundcard"
@@ -62,4 +68,3 @@
          Say 'Y' or 'M' to include support for MPU401 hardware using UART access.
 
 endmenu
-



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