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

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_HWDEP for drivers which use the snd-hwdep module.
- Remove snd-hwdep from these drivers entries in sound/core/Makefile,
  removing any sound/core/Makefile entries which are left empty.


Index: Kconfig
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/Kconfig,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- Kconfig     2 Mar 2004 19:26:13 -0000       1.18
+++ Kconfig     2 Mar 2004 19:28:14 -0000       1.19
@@ -14,6 +14,7 @@
 config SND_AZT3328
        tristate "Aztech AZF3328 / PCI168 (EXPERIMENTAL)"
        depends on SND && EXPERIMENTAL
+       select SND_HWDEP
        select SND_RAWMIDI
        select SND_PCM
        help
@@ -46,6 +47,7 @@
 config SND_CS4281
        tristate "Cirrus Logic (Sound Fusion) CS4281"
        depends on SND
+       select SND_HWDEP
        select SND_RAWMIDI
        select SND_PCM
        help
@@ -54,6 +56,7 @@
 config SND_EMU10K1
        tristate "EMU10K1 (SB Live! & Audigy, E-mu APS)"
        depends on SND
+       select SND_HWDEP
        select SND_RAWMIDI
        select SND_PCM
        help
@@ -108,6 +111,7 @@
 config SND_HDSP
        tristate "RME Hammerfall DSP Audio"
        depends on SND
+       select SND_HWDEP
        select SND_RAWMIDI
        select SND_PCM
        help
@@ -126,6 +130,7 @@
 config SND_YMFPCI
        tristate "Yamaha YMF724/740/744/754"
        depends on SND
+       select SND_HWDEP
        select SND_RAWMIDI
        select SND_PCM
        help
@@ -135,6 +140,7 @@
 config SND_ALS4000
        tristate "Avance Logic ALS4000"
        depends on SND
+       select SND_HWDEP
        select SND_RAWMIDI
        select SND_PCM
        help
@@ -143,6 +149,7 @@
 config SND_CMIPCI
        tristate "C-Media 8738, 8338"
        depends on SND
+       select SND_HWDEP
        select SND_RAWMIDI
        select SND_PCM
        help
@@ -169,6 +176,7 @@
 config SND_ES1938
        tristate "ESS ES1938/1946/1969 (Solo-1)"
        depends on SND
+       select SND_HWDEP
        select SND_RAWMIDI
        select SND_PCM
        help
@@ -193,6 +201,7 @@
 config SND_FM801
        tristate "ForteMedia FM801"
        depends on SND
+       select SND_HWDEP
        select SND_RAWMIDI
        select SND_PCM
        help
@@ -240,6 +249,7 @@
 config SND_SONICVIBES
        tristate "S3 SonicVibes"
        depends on SND
+       select SND_HWDEP
        select SND_RAWMIDI
        select SND_PCM
        help
@@ -256,6 +266,7 @@
 config SND_VX222
        tristate "Digigram VX222"
        depends on SND
+       select SND_HWDEP
        select SND_PCM
        help
          Say 'Y' or 'M' to include support for Digigram VX222 soundcards.



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