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

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


Index: Kconfig
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/Kconfig,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- Kconfig     2 Mar 2004 19:28:14 -0000       1.19
+++ Kconfig     2 Mar 2004 19:51:31 -0000       1.20
@@ -6,7 +6,7 @@
 config SND_ALI5451
        tristate "ALi PCI Audio M5451"
        depends on SND
-       select SND_RAWMIDI
+       select SND_MPU401_UART
        select SND_PCM
        help
          Say 'Y' or 'M' to include support for ALI PCI Audio M5451 sound core.
@@ -14,8 +14,8 @@
 config SND_AZT3328
        tristate "Aztech AZF3328 / PCI168 (EXPERIMENTAL)"
        depends on SND && EXPERIMENTAL
-       select SND_HWDEP
-       select SND_RAWMIDI
+       select SND_OPL3_LIB
+       select SND_MPU401_UART
        select SND_PCM
        help
          Say 'Y' or 'M' to include support for Aztech AZF3328 (PCI168) soundcards.
@@ -47,7 +47,7 @@
 config SND_CS4281
        tristate "Cirrus Logic (Sound Fusion) CS4281"
        depends on SND
-       select SND_HWDEP
+       select SND_OPL3_LIB
        select SND_RAWMIDI
        select SND_PCM
        help
@@ -121,7 +121,7 @@
 config SND_TRIDENT
        tristate "Trident 4D-Wave DX/NX; SiS 7018"
        depends on SND
-       select SND_RAWMIDI
+       select SND_MPU401_UART
        select SND_PCM
        help
          Say 'Y' or 'M' to include support for Trident 4D-Wave DX/NX and
@@ -130,8 +130,8 @@
 config SND_YMFPCI
        tristate "Yamaha YMF724/740/744/754"
        depends on SND
-       select SND_HWDEP
-       select SND_RAWMIDI
+       select SND_OPL3_LIB
+       select SND_MPU401_UART
        select SND_PCM
        help
          Say 'Y' or 'M' to include support for Yamaha PCI audio chips - 
@@ -140,8 +140,8 @@
 config SND_ALS4000
        tristate "Avance Logic ALS4000"
        depends on SND
-       select SND_HWDEP
-       select SND_RAWMIDI
+       select SND_OPL3_LIB
+       select SND_MPU401_UART
        select SND_PCM
        help
          Say 'Y' or 'M' to include support for Avance Logic ALS4000.
@@ -149,8 +149,8 @@
 config SND_CMIPCI
        tristate "C-Media 8738, 8338"
        depends on SND
-       select SND_HWDEP
-       select SND_RAWMIDI
+       select SND_OPL3_LIB
+       select SND_MPU401_UART
        select SND_PCM
        help
          Say 'Y' or 'M' to include support for C-Media CMI8338 and 8738 PCI
@@ -176,8 +176,8 @@
 config SND_ES1938
        tristate "ESS ES1938/1946/1969 (Solo-1)"
        depends on SND
-       select SND_HWDEP
-       select SND_RAWMIDI
+       select SND_OPL3_LIB
+       select SND_MPU401_UART
        select SND_PCM
        help
          Say 'Y' or 'M' to include support for ESS Solo-1 (ES1938, ES1946, ES1969)
@@ -186,7 +186,7 @@
 config SND_ES1968
        tristate "ESS ES1968/1978 (Maestro-1/2/2E)"
        depends on SND
-       select SND_RAWMIDI
+       select SND_MPU401_UART
        select SND_PCM
        help
          Say 'Y' or 'M' to include support for ESS Maestro 1/2/2E.
@@ -201,8 +201,8 @@
 config SND_FM801
        tristate "ForteMedia FM801"
        depends on SND
-       select SND_HWDEP
-       select SND_RAWMIDI
+       select SND_OPL3_LIB
+       select SND_MPU401_UART
        select SND_PCM
        help
          Say 'Y' or 'M' to include support for ForteMedia FM801 based soundcards.
@@ -218,7 +218,7 @@
 config SND_ICE1712
        tristate "ICEnsemble ICE1712 (Envy24)"
        depends on SND
-       select SND_RAWMIDI
+       select SND_MPU401_UART
        select SND_PCM
        help
          Say 'Y' or 'M' to include support for ICE1712 (Envy24) based soundcards.
@@ -229,7 +229,7 @@
 config SND_ICE1724
        tristate "ICE/VT1724 (Envy24HT)"
        depends on SND
-       select SND_RAWMIDI
+       select SND_MPU401_UART
        select SND_PCM
        help
          Say 'Y' or 'M' to include support for ICE/VT1724 (Envy24HT) based
@@ -240,7 +240,7 @@
 config SND_INTEL8X0
        tristate "Intel i8x0/MX440, SiS 7012; Ali 5455; NForce Audio; AMD768/8111"
        depends on SND
-       select SND_RAWMIDI
+       select SND_MPU401_UART
        select SND_PCM
        help
          Say 'Y' or 'M' to include support for Intel8x0 based soundcards,
@@ -249,8 +249,8 @@
 config SND_SONICVIBES
        tristate "S3 SonicVibes"
        depends on SND
-       select SND_HWDEP
-       select SND_RAWMIDI
+       select SND_OPL3_LIB
+       select SND_MPU401_UART
        select SND_PCM
        help
          Say 'Y' or 'M' to include support for S3 SonicVibes based soundcards.
@@ -258,7 +258,7 @@
 config SND_VIA82XX
        tristate "VIA 82C686A/B, 8233 South Bridge"
        depends on SND
-       select SND_RAWMIDI
+       select SND_MPU401_UART
        select SND_PCM
        help
          Say 'Y' or 'M' to include support for VIA VT82C686A/B, VT8233 South Bridge.



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