diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2009-02-16 15:38:37 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-02-16 17:05:25 -0500 |
commit | c2b73d1458014a9f461b75bc1756a699a6c0781f (patch) | |
tree | d869727d6002ebf48fdb875b490108d85c5ff761 /sound/isa/Kconfig | |
parent | 96cf45cf559be375de29dd45afc50fa8946fb2aa (diff) |
ALSA: cs4236: cs4232 and cs4236 driver merge to solve PnP BIOS detection
cs4232 and cs4236 driver merge to solve PnP BIOS detection.
Also, the patch adds recognition if the chip is cs4236b+
or earlier part. This unifies drivers for both cs4232
and cs4236+ chips. It allows to use the PnP BIOS
detection for the cs4236+ chips. Previously, only
the snd-cs4232 could be detected by the PnP BIOS.
The cs4232+ cards reports two separate PnP BIOS ids.
The patch adds search for the second id to find out
resources assigned to a control port.
Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/isa/Kconfig')
-rw-r--r-- | sound/isa/Kconfig | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/sound/isa/Kconfig b/sound/isa/Kconfig index 5915dc41c0ee..4e06bbd9298d 100644 --- a/sound/isa/Kconfig +++ b/sound/isa/Kconfig | |||
@@ -56,8 +56,8 @@ config SND_AD1848 | |||
56 | Say Y here to include support for AD1848 (Analog Devices) or | 56 | Say Y here to include support for AD1848 (Analog Devices) or |
57 | CS4248 (Cirrus Logic - Crystal Semiconductors) chips. | 57 | CS4248 (Cirrus Logic - Crystal Semiconductors) chips. |
58 | 58 | ||
59 | For newer chips from Cirrus Logic, use the CS4231, CS4232 or | 59 | For newer chips from Cirrus Logic, use the CS4231 or CS4232+ |
60 | CS4236+ drivers. | 60 | drivers. |
61 | 61 | ||
62 | To compile this driver as a module, choose M here: the module | 62 | To compile this driver as a module, choose M here: the module |
63 | will be called snd-ad1848. | 63 | will be called snd-ad1848. |
@@ -114,26 +114,15 @@ config SND_CS4231 | |||
114 | To compile this driver as a module, choose M here: the module | 114 | To compile this driver as a module, choose M here: the module |
115 | will be called snd-cs4231. | 115 | will be called snd-cs4231. |
116 | 116 | ||
117 | config SND_CS4232 | ||
118 | tristate "Generic Cirrus Logic CS4232 driver" | ||
119 | select SND_OPL3_LIB | ||
120 | select SND_MPU401_UART | ||
121 | select SND_WSS_LIB | ||
122 | help | ||
123 | Say Y here to include support for CS4232 chips from Cirrus | ||
124 | Logic - Crystal Semiconductors. | ||
125 | |||
126 | To compile this driver as a module, choose M here: the module | ||
127 | will be called snd-cs4232. | ||
128 | |||
129 | config SND_CS4236 | 117 | config SND_CS4236 |
130 | tristate "Generic Cirrus Logic CS4236+ driver" | 118 | tristate "Generic Cirrus Logic CS4232/CS4236+ driver" |
131 | select SND_OPL3_LIB | 119 | select SND_OPL3_LIB |
132 | select SND_MPU401_UART | 120 | select SND_MPU401_UART |
133 | select SND_WSS_LIB | 121 | select SND_WSS_LIB |
134 | help | 122 | help |
135 | Say Y to include support for CS4235,CS4236,CS4237B,CS4238B, | 123 | Say Y to include support for CS4232,CS4235,CS4236,CS4237B, |
136 | CS4239 chips from Cirrus Logic - Crystal Semiconductors. | 124 | CS4238B,CS4239 chips from Cirrus Logic - Crystal |
125 | Semiconductors. | ||
137 | 126 | ||
138 | To compile this driver as a module, choose M here: the module | 127 | To compile this driver as a module, choose M here: the module |
139 | will be called snd-cs4236. | 128 | will be called snd-cs4236. |