ChangeSet 1.2181.25.8, 2005/03/22 08:59:10+01:00, [EMAIL PROTECTED]
[ALSA] isa/Kconfig - added SND_AD1848_LIB and SND_CS4231_LIB tristates
ISA
This patch fixes problem with missing SND_GENERIC_PM for isa cards using
ad1848 and cs4231 library modules.
Signed-off-by: Jaroslav Kysela <[EMAIL PROTECTED]>
Kconfig | 45 +++++++++++++++++++++++++--------------------
1 files changed, 25 insertions(+), 20 deletions(-)
diff -Nru a/sound/isa/Kconfig b/sound/isa/Kconfig
--- a/sound/isa/Kconfig 2005-03-30 16:10:41 -08:00
+++ b/sound/isa/Kconfig 2005-03-30 16:10:41 -08:00
@@ -3,6 +3,16 @@
menu "ISA devices"
depends on SND!=n && ISA
+config SND_AD1848_LIB
+ tristate
+ select SND_PCM
+ select SND_GENERIC_PM
+
+config SND_CS4231_LIB
+ tristate
+ select SND_PCM
+ select SND_GENERIC_PM
+
config SND_AD1816A
tristate "Analog Devices SoundPort AD1816A"
depends on SND && ISAPNP
@@ -19,8 +29,7 @@
config SND_AD1848
tristate "Generic AD1848/CS4248 driver"
depends on SND
- select SND_PCM
- select SND_GENERIC_PM
+ select SND_AD1848_LIB
help
Say Y here to include support for AD1848 (Analog Devices) or
CS4248 (Cirrus Logic - Crystal Semiconductors) chips.
@@ -35,8 +44,7 @@
tristate "Generic Cirrus Logic CS4231 driver"
depends on SND
select SND_MPU401_UART
- select SND_PCM
- select SND_GENERIC_PM
+ select SND_CS4231_LIB
help
Say Y here to include support for CS4231 chips from Cirrus
Logic - Crystal Semiconductors.
@@ -49,8 +57,7 @@
depends on SND
select SND_OPL3_LIB
select SND_MPU401_UART
- select SND_PCM
- select SND_GENERIC_PM
+ select SND_CS4231_LIB
help
Say Y here to include support for CS4232 chips from Cirrus
Logic - Crystal Semiconductors.
@@ -63,8 +70,7 @@
depends on SND
select SND_OPL3_LIB
select SND_MPU401_UART
- select SND_PCM
- select SND_GENERIC_PM
+ select SND_CS4231_LIB
help
Say Y to include support for CS4235,CS4236,CS4237B,CS4238B,
CS4239 chips from Cirrus Logic - Crystal Semiconductors.
@@ -143,7 +149,7 @@
tristate "Gravis UltraSound MAX"
depends on SND
select SND_RAWMIDI
- select SND_PCM
+ select SND_CS4231_LIB
select SND_GUS_SYNTH
help
Say Y here to include support for Gravis UltraSound MAX
@@ -156,7 +162,7 @@
tristate "AMD InterWave, Gravis UltraSound PnP"
depends on SND
select SND_RAWMIDI
- select SND_PCM
+ select SND_CS4231_LIB
select SND_GUS_SYNTH
help
Say Y here to include support for AMD InterWave based
@@ -170,7 +176,7 @@
tristate "AMD InterWave + TEA6330T (UltraSound 32-Pro)"
depends on SND
select SND_RAWMIDI
- select SND_PCM
+ select SND_CS4231_LIB
select SND_GUS_SYNTH
help
Say Y here to include support for AMD InterWave based
@@ -186,7 +192,7 @@
select SND_OPL3_LIB
select SND_OPL4_LIB
select SND_MPU401_UART
- select SND_PCM
+ select SND_AD1848_LIB
help
Say Y here to include support for soundcards based on Opti
82C92x or OTI-601 chips and using an AD1848 codec.
@@ -200,7 +206,7 @@
select SND_OPL3_LIB
select SND_OPL4_LIB
select SND_MPU401_UART
- select SND_PCM
+ select SND_CS4231_LIB
help
Say Y here to include support for soundcards based on Opti
82C92x chips and using a CS4231 codec.
@@ -273,7 +279,7 @@
depends on SND
select SND_OPL3_LIB
select SND_MPU401_UART
- select SND_PCM
+ select SND_CS4231_LIB
help
Say Y here to include support for Turtle Beach Maui, Tropez
and Tropez+ soundcards based on the Wavefront chip.
@@ -299,7 +305,7 @@
depends on SND && ISAPNP
select SND_OPL3_LIB
select SND_MPU401_UART
- select SND_PCM
+ select SND_CS4231_LIB
help
Say Y here to include support for soundcards based on the
Aztech Systems AZT2320 chip.
@@ -310,7 +316,7 @@
config SND_CMI8330
tristate "C-Media CMI8330"
depends on SND
- select SND_PCM
+ select SND_AD1848_LIB
help
Say Y here to include support for soundcards based on the
C-Media CMI8330 chip.
@@ -336,8 +342,7 @@
depends on SND
select SND_OPL3_LIB
select SND_MPU401_UART
- select SND_PCM
- select SND_GENERIC_PM
+ select SND_CS4231_LIB
help
Say Y here to include support for Yamaha OPL3-SA2 and OPL3-SA3
chips.
@@ -348,7 +353,7 @@
config SND_SGALAXY
tristate "Aztech Sound Galaxy"
depends on SND
- select SND_PCM
+ select SND_AD1848_LIB
help
Say Y here to include support for Aztech Sound Galaxy
soundcards.
@@ -361,7 +366,7 @@
depends on SND
select SND_HWDEP
select SND_MPU401_UART
- select SND_PCM
+ select SND_CS4231_LIB
help
Say Y here to include support for Ensoniq SoundScape PnP
soundcards.
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html