Update of /cvsroot/alsa/alsa-kernel/pci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27866/pci
Modified Files:
Kconfig
Log Message:
- added CONFIG_SND_AC97_CODEC and simplify Kconfig and Makefiles.
Index: Kconfig
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/Kconfig,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- Kconfig 2 Mar 2004 19:55:49 -0000 1.21
+++ Kconfig 3 Mar 2004 11:50:34 -0000 1.22
@@ -3,11 +3,15 @@
menu "PCI devices"
depends on SND!=n && PCI
+config SND_AC97_CODEC
+ tristate
+ select SND_PCM
+
config SND_ALI5451
tristate "ALi PCI Audio M5451"
depends on SND
select SND_MPU401_UART
- select SND_PCM
+ select SND_AC97_CODEC
help
Say 'Y' or 'M' to include support for ALI PCI Audio M5451 sound core.
@@ -32,8 +36,7 @@
tristate "Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x"
depends on SND
select SND_RAWMIDI
- select SND_PCM
- select GAMEPORT
+ select SND_AC97_CODEC
help
Say 'Y' or 'M' to include support for Cirrus Logic CS4610 / CS4612 /
CS4614 / CS4615 / CS4622 / CS4624 / CS4630 / CS4280 chips.
@@ -49,7 +52,7 @@
depends on SND
select SND_OPL3_LIB
select SND_RAWMIDI
- select SND_PCM
+ select SND_AC97_CODEC
help
Say 'Y' or 'M' to include support for Cirrus Logic CS4281.
@@ -58,7 +61,7 @@
depends on SND
select SND_HWDEP
select SND_RAWMIDI
- select SND_PCM
+ select SND_AC97_CODEC
help
Say 'Y' or 'M' to include support for Sound Blaster PCI 512, Live!,
Audigy and E-mu APS (partially supported).
@@ -73,6 +76,7 @@
config SND_MIXART
tristate "Digigram miXart"
depends on SND
+ select SND_HWDEP
select SND_PCM
help
Say 'Y' or 'M' to include support for Digigram miXart soundcard.
@@ -80,7 +84,7 @@
config SND_NM256
tristate "NeoMagic NM256AV/ZX"
depends on SND
- select SND_PCM
+ select SND_AC97_CODEC
help
Say 'Y' or 'M' to include support for NeoMagic NM256AV/ZX chips.
@@ -122,7 +126,7 @@
tristate "Trident 4D-Wave DX/NX; SiS 7018"
depends on SND
select SND_MPU401_UART
- select SND_PCM
+ select SND_AC97_CODEC
help
Say 'Y' or 'M' to include support for Trident 4D-Wave DX/NX and
SiS 7018 soundcards.
@@ -132,7 +136,7 @@
depends on SND
select SND_OPL3_LIB
select SND_MPU401_UART
- select SND_PCM
+ select SND_AC97_CODEC
help
Say 'Y' or 'M' to include support for Yamaha PCI audio chips -
YMF724, YMF724F, YMF740, YMF740C, YMF744, YMF754.
@@ -168,7 +172,7 @@
tristate "(Creative) Ensoniq AudioPCI 1371/1373"
depends on SND
select SND_RAWMIDI
- select SND_PCM
+ select SND_AC97_CODEC
help
Say 'Y' or 'M' to include support for Ensoniq AudioPCI ES1371 and
Sound Blaster PCI 64 or 128 soundcards.
@@ -178,7 +182,7 @@
depends on SND
select SND_OPL3_LIB
select SND_MPU401_UART
- select SND_PCM
+ select SND_AC97_CODEC
help
Say 'Y' or 'M' to include support for ESS Solo-1 (ES1938, ES1946, ES1969)
soundcard.
@@ -187,14 +191,14 @@
tristate "ESS ES1968/1978 (Maestro-1/2/2E)"
depends on SND
select SND_MPU401_UART
- select SND_PCM
+ select SND_AC97_CODEC
help
Say 'Y' or 'M' to include support for ESS Maestro 1/2/2E.
config SND_MAESTRO3
tristate "ESS Allegro/Maestro3"
depends on SND
- select SND_PCM
+ select SND_AC97_CODEC
help
Say 'Y' or 'M' to include support for ESS Maestro 3 (Allegro) soundcard.
@@ -203,7 +207,7 @@
depends on SND
select SND_OPL3_LIB
select SND_MPU401_UART
- select SND_PCM
+ select SND_AC97_CODEC
help
Say 'Y' or 'M' to include support for ForteMedia FM801 based soundcards.
@@ -219,7 +223,7 @@
tristate "ICEnsemble ICE1712 (Envy24)"
depends on SND
select SND_MPU401_UART
- select SND_PCM
+ select SND_AC97_CODEC
help
Say 'Y' or 'M' to include support for ICE1712 (Envy24) based soundcards.
Currently supported hardware is: MidiMan M Audio - Delta 1010(LT), Dio 2496,
@@ -230,7 +234,7 @@
tristate "ICE/VT1724 (Envy24HT)"
depends on SND
select SND_MPU401_UART
- select SND_PCM
+ select SND_AC97_CODEC
help
Say 'Y' or 'M' to include support for ICE/VT1724 (Envy24HT) based
soundcards.
@@ -241,7 +245,7 @@
tristate "Intel i8x0/MX440, SiS 7012; Ali 5455; NForce Audio; AMD768/8111"
depends on SND
select SND_MPU401_UART
- select SND_PCM
+ select SND_AC97_CODEC
help
Say 'Y' or 'M' to include support for Intel8x0 based soundcards,
SiS 7012, AMD768/8111, NVidia NForce and ALi 5455 chips.
@@ -251,7 +255,7 @@
depends on SND
select SND_OPL3_LIB
select SND_MPU401_UART
- select SND_PCM
+ select SND_AC97_CODEC
help
Say 'Y' or 'M' to include support for S3 SonicVibes based soundcards.
@@ -259,7 +263,7 @@
tristate "VIA 82C686A/B, 8233 South Bridge"
depends on SND
select SND_MPU401_UART
- select SND_PCM
+ select SND_AC97_CODEC
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