1# ALSA ISA drivers 2 3menu "ISA devices" 4 depends on SND!=n && ISA 5 6config SND_AD1848_LIB 7 tristate 8 select SND_PCM 9 select SND_GENERIC_PM 10 11config SND_CS4231_LIB 12 tristate 13 select SND_PCM 14 select SND_GENERIC_PM 15 16config SND_AD1816A 17 tristate "Analog Devices SoundPort AD1816A" 18 depends on SND && ISAPNP 19 select SND_OPL3_LIB 20 select SND_MPU401_UART 21 select SND_PCM 22 help 23 Say Y here to include support for Analog Devices SoundPort 24 AD1816A or compatible sound chips. 25 26 To compile this driver as a module, choose M here: the module 27 will be called snd-ad1816a. 28 29config SND_AD1848 30 tristate "Generic AD1848/CS4248 driver" 31 depends on SND 32 select SND_AD1848_LIB 33 help 34 Say Y here to include support for AD1848 (Analog Devices) or 35 CS4248 (Cirrus Logic - Crystal Semiconductors) chips. 36 37 For newer chips from Cirrus Logic, use the CS4231, CS4232 or 38 CS4236+ drivers. 39 40 To compile this driver as a module, choose M here: the module 41 will be called snd-ad1848. 42 43config SND_CS4231 44 tristate "Generic Cirrus Logic CS4231 driver" 45 depends on SND 46 select SND_MPU401_UART 47 select SND_CS4231_LIB 48 help 49 Say Y here to include support for CS4231 chips from Cirrus 50 Logic - Crystal Semiconductors. 51 52 To compile this driver as a module, choose M here: the module 53 will be called snd-cs4231. 54 55config SND_CS4232 56 tristate "Generic Cirrus Logic CS4232 driver" 57 depends on SND 58 select SND_OPL3_LIB 59 select SND_MPU401_UART 60 select SND_CS4231_LIB 61 help 62 Say Y here to include support for CS4232 chips from Cirrus 63 Logic - Crystal Semiconductors. 64 65 To compile this driver as a module, choose M here: the module 66 will be called snd-cs4232. 67 68config SND_CS4236 69 tristate "Generic Cirrus Logic CS4236+ driver" 70 depends on SND 71 select SND_OPL3_LIB 72 select SND_MPU401_UART 73 select SND_CS4231_LIB 74 help 75 Say Y to include support for CS4235,CS4236,CS4237B,CS4238B, 76 CS4239 chips from Cirrus Logic - Crystal Semiconductors. 77 78 To compile this driver as a module, choose M here: the module 79 will be called snd-cs4236. 80 81config SND_ES968 82 tristate "Generic ESS ES968 driver" 83 depends on SND && ISAPNP 84 select SND_MPU401_UART 85 select SND_PCM 86 help 87 Say Y here to include support for ESS AudioDrive ES968 chips. 88 89 To compile this driver as a module, choose M here: the module 90 will be called snd-es968. 91 92config SND_ES1688 93 tristate "Generic ESS ES688/ES1688 driver" 94 depends on SND 95 select SND_OPL3_LIB 96 select SND_MPU401_UART 97 select SND_PCM 98 help 99 Say Y here to include support for ESS AudioDrive ES688 or 100 ES1688 chips. 101 102 To compile this driver as a module, choose M here: the module 103 will be called snd-es1688. 104 105config SND_ES18XX 106 tristate "Generic ESS ES18xx driver" 107 depends on SND 108 select SND_OPL3_LIB 109 select SND_MPU401_UART 110 select SND_PCM 111 select SND_GENERIC_PM 112 help 113 Say Y here to include support for ESS AudioDrive ES18xx chips. 114 115 To compile this driver as a module, choose M here: the module 116 will be called snd-es18xx. 117 118config SND_GUS_SYNTH 119 tristate 120 121config SND_GUSCLASSIC 122 tristate "Gravis UltraSound Classic" 123 depends on SND 124 select SND_RAWMIDI 125 select SND_PCM 126 select SND_GUS_SYNTH 127 help 128 Say Y here to include support for Gravis UltraSound Classic 129 soundcards. 130 131 To compile this driver as a module, choose M here: the module 132 will be called snd-gusclassic. 133 134config SND_GUSEXTREME 135 tristate "Gravis UltraSound Extreme" 136 depends on SND 137 select SND_HWDEP 138 select SND_MPU401_UART 139 select SND_PCM 140 select SND_GUS_SYNTH 141 help 142 Say Y here to include support for Gravis UltraSound Extreme 143 soundcards. 144 145 To compile this driver as a module, choose M here: the module 146 will be called snd-gusextreme. 147 148config SND_GUSMAX 149 tristate "Gravis UltraSound MAX" 150 depends on SND 151 select SND_RAWMIDI 152 select SND_CS4231_LIB 153 select SND_GUS_SYNTH 154 help 155 Say Y here to include support for Gravis UltraSound MAX 156 soundcards. 157 158 To compile this driver as a module, choose M here: the module 159 will be called snd-gusmax. 160 161config SND_INTERWAVE 162 tristate "AMD InterWave, Gravis UltraSound PnP" 163 depends on SND 164 select SND_RAWMIDI 165 select SND_CS4231_LIB 166 select SND_GUS_SYNTH 167 select ISAPNP 168 help 169 Say Y here to include support for AMD InterWave based 170 soundcards (Gravis UltraSound Plug & Play, STB SoundRage32, 171 MED3210, Dynasonic Pro, Panasonic PCA761AW). 172 173 To compile this driver as a module, choose M here: the module 174 will be called snd-interwave. 175 176config SND_INTERWAVE_STB 177 tristate "AMD InterWave + TEA6330T (UltraSound 32-Pro)" 178 depends on SND 179 select SND_RAWMIDI 180 select SND_CS4231_LIB 181 select SND_GUS_SYNTH 182 help 183 Say Y here to include support for AMD InterWave based 184 soundcards with a TEA6330T bass and treble regulator 185 (UltraSound 32-Pro). 186 187 To compile this driver as a module, choose M here: the module 188 will be called snd-interwave-stb. 189 190config SND_OPTI92X_AD1848 191 tristate "OPTi 82C92x - AD1848" 192 depends on SND 193 select SND_OPL3_LIB 194 select SND_OPL4_LIB 195 select SND_MPU401_UART 196 select SND_AD1848_LIB 197 help 198 Say Y here to include support for soundcards based on Opti 199 82C92x or OTI-601 chips and using an AD1848 codec. 200 201 To compile this driver as a module, choose M here: the module 202 will be called snd-opti92x-ad1848. 203 204config SND_OPTI92X_CS4231 205 tristate "OPTi 82C92x - CS4231" 206 depends on SND 207 select SND_OPL3_LIB 208 select SND_OPL4_LIB 209 select SND_MPU401_UART 210 select SND_CS4231_LIB 211 help 212 Say Y here to include support for soundcards based on Opti 213 82C92x chips and using a CS4231 codec. 214 215 To compile this driver as a module, choose M here: the module 216 will be called snd-opti92x-cs4231. 217 218config SND_OPTI93X 219 tristate "OPTi 82C93x" 220 depends on SND 221 select SND_OPL3_LIB 222 select SND_MPU401_UART 223 select SND_PCM 224 help 225 Say Y here to include support for soundcards based on Opti 226 82C93x chips. 227 228 To compile this driver as a module, choose M here: the module 229 will be called snd-opti93x. 230 231config SND_SB8 232 tristate "Sound Blaster 1.0/2.0/Pro (8-bit)" 233 depends on SND 234 select SND_OPL3_LIB 235 select SND_RAWMIDI 236 select SND_PCM 237 help 238 Say Y here to include support for Creative Sound Blaster 1.0/ 239 2.0/Pro (8-bit) or 100% compatible soundcards. 240 241 To compile this driver as a module, choose M here: the module 242 will be called snd-sb8. 243 244config SND_SB16 245 tristate "Sound Blaster 16 (PnP)" 246 depends on SND 247 select SND_OPL3_LIB 248 select SND_MPU401_UART 249 select SND_PCM 250 help 251 Say Y here to include support for Sound Blaster 16 soundcards 252 (including the Plug and Play version). 253 254 To compile this driver as a module, choose M here: the module 255 will be called snd-sb16. 256 257config SND_SBAWE 258 tristate "Sound Blaster AWE (32,64) (PnP)" 259 depends on SND 260 select SND_OPL3_LIB 261 select SND_MPU401_UART 262 select SND_PCM 263 help 264 Say Y here to include support for Sound Blaster AWE soundcards 265 (including the Plug and Play version). 266 267 To compile this driver as a module, choose M here: the module 268 will be called snd-sbawe. 269 270config SND_SB16_CSP 271 bool "Sound Blaster 16/AWE CSP support" 272 depends on (SND_SB16 || SND_SBAWE) && (BROKEN || !PPC) 273 help 274 Say Y here to include support for the CSP core. This special 275 coprocessor can do variable tasks like various compression and 276 decompression algorithms. 277 278config SND_WAVEFRONT 279 tristate "Turtle Beach Maui,Tropez,Tropez+ (Wavefront)" 280 depends on SND 281 select SND_OPL3_LIB 282 select SND_MPU401_UART 283 select SND_CS4231_LIB 284 help 285 Say Y here to include support for Turtle Beach Maui, Tropez 286 and Tropez+ soundcards based on the Wavefront chip. 287 288 To compile this driver as a module, choose M here: the module 289 will be called snd-wavefront. 290 291config SND_ALS100 292 tristate "Avance Logic ALS100/ALS120" 293 depends on SND && ISAPNP 294 select SND_OPL3_LIB 295 select SND_MPU401_UART 296 select SND_PCM 297 help 298 Say Y here to include support for soundcards based on Avance 299 Logic ALS100, ALS110, ALS120 and ALS200 chips. 300 301 To compile this driver as a module, choose M here: the module 302 will be called snd-als100. 303 304config SND_AZT2320 305 tristate "Aztech Systems AZT2320" 306 depends on SND && ISAPNP 307 select SND_OPL3_LIB 308 select SND_MPU401_UART 309 select SND_CS4231_LIB 310 help 311 Say Y here to include support for soundcards based on the 312 Aztech Systems AZT2320 chip. 313 314 To compile this driver as a module, choose M here: the module 315 will be called snd-azt2320. 316 317config SND_CMI8330 318 tristate "C-Media CMI8330" 319 depends on SND 320 select SND_AD1848_LIB 321 help 322 Say Y here to include support for soundcards based on the 323 C-Media CMI8330 chip. 324 325 To compile this driver as a module, choose M here: the module 326 will be called snd-cmi8330. 327 328config SND_DT019X 329 tristate "Diamond Technologies DT-019X, Avance Logic ALS-007" 330 depends on SND && ISAPNP 331 select SND_OPL3_LIB 332 select SND_MPU401_UART 333 select SND_PCM 334 help 335 Say Y here to include support for soundcards based on the 336 Diamond Technologies DT-019X or Avance Logic ALS-007 chips. 337 338 To compile this driver as a module, choose M here: the module 339 will be called snd-dt019x. 340 341config SND_OPL3SA2 342 tristate "Yamaha OPL3-SA2/SA3" 343 depends on SND 344 select SND_OPL3_LIB 345 select SND_MPU401_UART 346 select SND_CS4231_LIB 347 help 348 Say Y here to include support for Yamaha OPL3-SA2 and OPL3-SA3 349 chips. 350 351 To compile this driver as a module, choose M here: the module 352 will be called snd-opl3sa2. 353 354config SND_SGALAXY 355 tristate "Aztech Sound Galaxy" 356 depends on SND 357 select SND_AD1848_LIB 358 help 359 Say Y here to include support for Aztech Sound Galaxy 360 soundcards. 361 362 To compile this driver as a module, choose M here: the module 363 will be called snd-sgalaxy. 364 365config SND_SSCAPE 366 tristate "Ensoniq SoundScape PnP driver" 367 depends on SND 368 select SND_HWDEP 369 select SND_MPU401_UART 370 select SND_CS4231_LIB 371 help 372 Say Y here to include support for Ensoniq SoundScape PnP 373 soundcards. 374 375 To compile this driver as a module, choose M here: the module 376 will be called snd-sscape. 377 378endmenu 379