diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-09-05 11:19:20 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-09-12 04:42:01 -0400 |
commit | 43bcd973d6d05d16b876e09dcc49a09d3e48e88d (patch) | |
tree | 8c8493b66c417402f6188051c57e55099bbd156d /sound/isa/Kconfig | |
parent | 16dab54b8cbac39bd3f639db5d7d0fd8300a6cb0 (diff) |
[ALSA] Add snd_card_set_generic_dev() call to ISA drivers
ISA,CMI8330 driver,ES18xx driver,OPL3SA2 driver,Sound Galaxy driver
Sound Scape driver,AD1848 driver,CS4231 driver,CS4236+ driver
ES1688 driver,GUS Classic driver,GUS Extreme driver,GUS MAX driver
AMD InterWave driver,Opti9xx drivers,SB16/AWE driver,SB8 driver
Wavefront drivers
- Added snd_card_set_generic_dev() call.
- Added SND_GENERIC_DRIVER to Kconfig.
- Clean up the error path in probe if necessary.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/isa/Kconfig')
-rw-r--r-- | sound/isa/Kconfig | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/sound/isa/Kconfig b/sound/isa/Kconfig index 5c3948311528..5d6c300ac0d5 100644 --- a/sound/isa/Kconfig +++ b/sound/isa/Kconfig | |||
@@ -6,12 +6,12 @@ menu "ISA devices" | |||
6 | config SND_AD1848_LIB | 6 | config SND_AD1848_LIB |
7 | tristate | 7 | tristate |
8 | select SND_PCM | 8 | select SND_PCM |
9 | select SND_GENERIC_PM | 9 | select SND_GENERIC_DRIVER |
10 | 10 | ||
11 | config SND_CS4231_LIB | 11 | config SND_CS4231_LIB |
12 | tristate | 12 | tristate |
13 | select SND_PCM | 13 | select SND_PCM |
14 | select SND_GENERIC_PM | 14 | select SND_GENERIC_DRIVER |
15 | 15 | ||
16 | config SND_AD1816A | 16 | config SND_AD1816A |
17 | tristate "Analog Devices SoundPort AD1816A" | 17 | tristate "Analog Devices SoundPort AD1816A" |
@@ -97,6 +97,7 @@ config SND_ES1688 | |||
97 | select SND_OPL3_LIB | 97 | select SND_OPL3_LIB |
98 | select SND_MPU401_UART | 98 | select SND_MPU401_UART |
99 | select SND_PCM | 99 | select SND_PCM |
100 | select SND_GENERIC_DRIVER | ||
100 | help | 101 | help |
101 | Say Y here to include support for ESS AudioDrive ES688 or | 102 | Say Y here to include support for ESS AudioDrive ES688 or |
102 | ES1688 chips. | 103 | ES1688 chips. |
@@ -110,7 +111,7 @@ config SND_ES18XX | |||
110 | select SND_OPL3_LIB | 111 | select SND_OPL3_LIB |
111 | select SND_MPU401_UART | 112 | select SND_MPU401_UART |
112 | select SND_PCM | 113 | select SND_PCM |
113 | select SND_GENERIC_PM | 114 | select SND_GENERIC_DRIVER |
114 | help | 115 | help |
115 | Say Y here to include support for ESS AudioDrive ES18xx chips. | 116 | Say Y here to include support for ESS AudioDrive ES18xx chips. |
116 | 117 | ||
@@ -126,6 +127,7 @@ config SND_GUSCLASSIC | |||
126 | select SND_RAWMIDI | 127 | select SND_RAWMIDI |
127 | select SND_PCM | 128 | select SND_PCM |
128 | select SND_GUS_SYNTH | 129 | select SND_GUS_SYNTH |
130 | select SND_GENERIC_DRIVER | ||
129 | help | 131 | help |
130 | Say Y here to include support for Gravis UltraSound Classic | 132 | Say Y here to include support for Gravis UltraSound Classic |
131 | soundcards. | 133 | soundcards. |
@@ -140,6 +142,7 @@ config SND_GUSEXTREME | |||
140 | select SND_MPU401_UART | 142 | select SND_MPU401_UART |
141 | select SND_PCM | 143 | select SND_PCM |
142 | select SND_GUS_SYNTH | 144 | select SND_GUS_SYNTH |
145 | select SND_GENERIC_DRIVER | ||
143 | help | 146 | help |
144 | Say Y here to include support for Gravis UltraSound Extreme | 147 | Say Y here to include support for Gravis UltraSound Extreme |
145 | soundcards. | 148 | soundcards. |
@@ -153,6 +156,7 @@ config SND_GUSMAX | |||
153 | select SND_RAWMIDI | 156 | select SND_RAWMIDI |
154 | select SND_CS4231_LIB | 157 | select SND_CS4231_LIB |
155 | select SND_GUS_SYNTH | 158 | select SND_GUS_SYNTH |
159 | select SND_GENERIC_DRIVER | ||
156 | help | 160 | help |
157 | Say Y here to include support for Gravis UltraSound MAX | 161 | Say Y here to include support for Gravis UltraSound MAX |
158 | soundcards. | 162 | soundcards. |
@@ -166,7 +170,7 @@ config SND_INTERWAVE | |||
166 | select SND_RAWMIDI | 170 | select SND_RAWMIDI |
167 | select SND_CS4231_LIB | 171 | select SND_CS4231_LIB |
168 | select SND_GUS_SYNTH | 172 | select SND_GUS_SYNTH |
169 | select ISAPNP | 173 | select SND_GENERIC_DRIVER |
170 | help | 174 | help |
171 | Say Y here to include support for AMD InterWave based | 175 | Say Y here to include support for AMD InterWave based |
172 | soundcards (Gravis UltraSound Plug & Play, STB SoundRage32, | 176 | soundcards (Gravis UltraSound Plug & Play, STB SoundRage32, |
@@ -181,7 +185,7 @@ config SND_INTERWAVE_STB | |||
181 | select SND_RAWMIDI | 185 | select SND_RAWMIDI |
182 | select SND_CS4231_LIB | 186 | select SND_CS4231_LIB |
183 | select SND_GUS_SYNTH | 187 | select SND_GUS_SYNTH |
184 | select ISAPNP | 188 | select SND_GENERIC_DRIVER |
185 | help | 189 | help |
186 | Say Y here to include support for AMD InterWave based | 190 | Say Y here to include support for AMD InterWave based |
187 | soundcards with a TEA6330T bass and treble regulator | 191 | soundcards with a TEA6330T bass and treble regulator |
@@ -224,6 +228,7 @@ config SND_OPTI93X | |||
224 | select SND_OPL3_LIB | 228 | select SND_OPL3_LIB |
225 | select SND_MPU401_UART | 229 | select SND_MPU401_UART |
226 | select SND_PCM | 230 | select SND_PCM |
231 | select SND_GENERIC_DRIVER | ||
227 | help | 232 | help |
228 | Say Y here to include support for soundcards based on Opti | 233 | Say Y here to include support for soundcards based on Opti |
229 | 82C93x chips. | 234 | 82C93x chips. |
@@ -237,6 +242,7 @@ config SND_SB8 | |||
237 | select SND_OPL3_LIB | 242 | select SND_OPL3_LIB |
238 | select SND_RAWMIDI | 243 | select SND_RAWMIDI |
239 | select SND_PCM | 244 | select SND_PCM |
245 | select SND_GENERIC_DRIVER | ||
240 | help | 246 | help |
241 | Say Y here to include support for Creative Sound Blaster 1.0/ | 247 | Say Y here to include support for Creative Sound Blaster 1.0/ |
242 | 2.0/Pro (8-bit) or 100% compatible soundcards. | 248 | 2.0/Pro (8-bit) or 100% compatible soundcards. |
@@ -250,6 +256,7 @@ config SND_SB16 | |||
250 | select SND_OPL3_LIB | 256 | select SND_OPL3_LIB |
251 | select SND_MPU401_UART | 257 | select SND_MPU401_UART |
252 | select SND_PCM | 258 | select SND_PCM |
259 | select SND_GENERIC_DRIVER | ||
253 | help | 260 | help |
254 | Say Y here to include support for Sound Blaster 16 soundcards | 261 | Say Y here to include support for Sound Blaster 16 soundcards |
255 | (including the Plug and Play version). | 262 | (including the Plug and Play version). |
@@ -263,6 +270,7 @@ config SND_SBAWE | |||
263 | select SND_OPL3_LIB | 270 | select SND_OPL3_LIB |
264 | select SND_MPU401_UART | 271 | select SND_MPU401_UART |
265 | select SND_PCM | 272 | select SND_PCM |
273 | select SND_GENERIC_DRIVER | ||
266 | help | 274 | help |
267 | Say Y here to include support for Sound Blaster AWE soundcards | 275 | Say Y here to include support for Sound Blaster AWE soundcards |
268 | (including the Plug and Play version). | 276 | (including the Plug and Play version). |