1 # SPDX-License-Identifier: GPL-2.0-only << 2 # ALSA ISA drivers 1 # ALSA ISA drivers 3 2 4 config SND_WSS_LIB 3 config SND_WSS_LIB 5 tristate !! 4 tristate 6 select SND_PCM !! 5 select SND_PCM 7 select SND_TIMER << 8 6 9 config SND_SB_COMMON 7 config SND_SB_COMMON 10 tristate !! 8 tristate 11 9 12 config SND_SB8_DSP 10 config SND_SB8_DSP 13 tristate !! 11 tristate 14 select SND_PCM !! 12 select SND_PCM 15 select SND_SB_COMMON !! 13 select SND_SB_COMMON 16 14 17 config SND_SB16_DSP 15 config SND_SB16_DSP 18 tristate !! 16 tristate 19 select SND_PCM !! 17 select SND_PCM 20 select SND_SB_COMMON !! 18 select SND_SB_COMMON 21 19 22 menuconfig SND_ISA 20 menuconfig SND_ISA 23 bool "ISA sound devices" 21 bool "ISA sound devices" 24 depends on ISA || COMPILE_TEST !! 22 depends on ISA && ISA_DMA_API 25 depends on ISA_DMA_API << 26 depends on HAS_IOPORT << 27 default y 23 default y 28 help 24 help 29 Support for sound devices connected 25 Support for sound devices connected via the ISA bus. 30 26 31 if SND_ISA 27 if SND_ISA 32 28 33 config SND_ADLIB 29 config SND_ADLIB 34 tristate "AdLib FM card" 30 tristate "AdLib FM card" 35 select SND_OPL3_LIB 31 select SND_OPL3_LIB 36 help 32 help 37 Say Y here to include support for Ad 33 Say Y here to include support for AdLib FM cards. 38 34 39 To compile this driver as a module, 35 To compile this driver as a module, choose M here: the module 40 will be called snd-adlib. 36 will be called snd-adlib. 41 37 42 config SND_AD1816A 38 config SND_AD1816A 43 tristate "Analog Devices SoundPort AD1 39 tristate "Analog Devices SoundPort AD1816A" 44 depends on PNP 40 depends on PNP 45 select ISAPNP 41 select ISAPNP 46 select SND_OPL3_LIB 42 select SND_OPL3_LIB 47 select SND_MPU401_UART 43 select SND_MPU401_UART 48 select SND_PCM 44 select SND_PCM 49 select SND_TIMER << 50 help 45 help 51 Say Y here to include support for An 46 Say Y here to include support for Analog Devices SoundPort 52 AD1816A or compatible sound chips. 47 AD1816A or compatible sound chips. 53 48 54 To compile this driver as a module, 49 To compile this driver as a module, choose M here: the module 55 will be called snd-ad1816a. 50 will be called snd-ad1816a. 56 51 57 config SND_AD1848 52 config SND_AD1848 58 tristate "Generic AD1848/CS4248 driver 53 tristate "Generic AD1848/CS4248 driver" 59 select SND_WSS_LIB 54 select SND_WSS_LIB 60 help 55 help 61 Say Y here to include support for AD 56 Say Y here to include support for AD1848 (Analog Devices) or 62 CS4248 (Cirrus Logic - Crystal Semic 57 CS4248 (Cirrus Logic - Crystal Semiconductors) chips. 63 58 64 For newer chips from Cirrus Logic, u 59 For newer chips from Cirrus Logic, use the CS4231 or CS4232+ 65 drivers. 60 drivers. 66 61 67 To compile this driver as a module, 62 To compile this driver as a module, choose M here: the module 68 will be called snd-ad1848. 63 will be called snd-ad1848. 69 64 70 config SND_ALS100 65 config SND_ALS100 71 tristate "Diamond Tech. DT-019x and Av 66 tristate "Diamond Tech. DT-019x and Avance Logic ALSxxx" 72 depends on PNP 67 depends on PNP 73 select ISAPNP 68 select ISAPNP 74 select SND_OPL3_LIB 69 select SND_OPL3_LIB 75 select SND_MPU401_UART 70 select SND_MPU401_UART 76 select SND_SB16_DSP 71 select SND_SB16_DSP 77 help 72 help 78 Say Y here to include support for so 73 Say Y here to include support for soundcards based on the 79 Diamond Technologies DT-019X or Avan 74 Diamond Technologies DT-019X or Avance Logic chips: ALS007, 80 ALS100, ALS110, ALS120 and ALS200 ch 75 ALS100, ALS110, ALS120 and ALS200 chips. 81 76 82 To compile this driver as a module, 77 To compile this driver as a module, choose M here: the module 83 will be called snd-als100. 78 will be called snd-als100. 84 79 85 config SND_AZT1605 80 config SND_AZT1605 86 tristate "Aztech AZT1605 Driver" 81 tristate "Aztech AZT1605 Driver" 87 depends on SND 82 depends on SND 88 select SND_WSS_LIB 83 select SND_WSS_LIB 89 select SND_MPU401_UART 84 select SND_MPU401_UART 90 select SND_OPL3_LIB 85 select SND_OPL3_LIB 91 help 86 help 92 Say Y here to include support for Az 87 Say Y here to include support for Aztech Sound Galaxy cards 93 based on the AZT1605 chipset. 88 based on the AZT1605 chipset. 94 89 95 To compile this driver as a module, 90 To compile this driver as a module, choose M here: the module 96 will be called snd-azt1605. 91 will be called snd-azt1605. 97 92 98 config SND_AZT2316 93 config SND_AZT2316 99 tristate "Aztech AZT2316 Driver" 94 tristate "Aztech AZT2316 Driver" 100 depends on SND 95 depends on SND 101 select SND_WSS_LIB 96 select SND_WSS_LIB 102 select SND_MPU401_UART 97 select SND_MPU401_UART 103 select SND_OPL3_LIB 98 select SND_OPL3_LIB 104 help 99 help 105 Say Y here to include support for Az 100 Say Y here to include support for Aztech Sound Galaxy cards 106 based on the AZT2316 chipset. 101 based on the AZT2316 chipset. 107 102 108 To compile this driver as a module, 103 To compile this driver as a module, choose M here: the module 109 will be called snd-azt2316. 104 will be called snd-azt2316. 110 105 111 config SND_AZT2320 106 config SND_AZT2320 112 tristate "Aztech Systems AZT2320" 107 tristate "Aztech Systems AZT2320" 113 depends on PNP 108 depends on PNP 114 select ISAPNP 109 select ISAPNP 115 select SND_OPL3_LIB 110 select SND_OPL3_LIB 116 select SND_MPU401_UART 111 select SND_MPU401_UART 117 select SND_WSS_LIB 112 select SND_WSS_LIB 118 help 113 help 119 Say Y here to include support for so 114 Say Y here to include support for soundcards based on the 120 Aztech Systems AZT2320 chip. 115 Aztech Systems AZT2320 chip. 121 116 122 To compile this driver as a module, 117 To compile this driver as a module, choose M here: the module 123 will be called snd-azt2320. 118 will be called snd-azt2320. 124 119 125 config SND_CMI8328 120 config SND_CMI8328 126 tristate "C-Media CMI8328" 121 tristate "C-Media CMI8328" 127 select SND_WSS_LIB 122 select SND_WSS_LIB 128 select SND_OPL3_LIB 123 select SND_OPL3_LIB 129 select SND_MPU401_UART 124 select SND_MPU401_UART 130 help 125 help 131 Say Y here to include support for so 126 Say Y here to include support for soundcards based on the 132 C-Media CMI8328 chip. 127 C-Media CMI8328 chip. 133 128 134 To compile this driver as a module, 129 To compile this driver as a module, choose M here: the module 135 will be called snd-cmi8328. 130 will be called snd-cmi8328. 136 131 137 config SND_CMI8330 132 config SND_CMI8330 138 tristate "C-Media CMI8330" 133 tristate "C-Media CMI8330" 139 select SND_WSS_LIB 134 select SND_WSS_LIB 140 select SND_SB16_DSP 135 select SND_SB16_DSP 141 select SND_OPL3_LIB 136 select SND_OPL3_LIB 142 select SND_MPU401_UART 137 select SND_MPU401_UART 143 help 138 help 144 Say Y here to include support for so 139 Say Y here to include support for soundcards based on the 145 C-Media CMI8330 chip. 140 C-Media CMI8330 chip. 146 141 147 To compile this driver as a module, 142 To compile this driver as a module, choose M here: the module 148 will be called snd-cmi8330. 143 will be called snd-cmi8330. 149 144 150 config SND_CS4231 145 config SND_CS4231 151 tristate "Generic Cirrus Logic CS4231 146 tristate "Generic Cirrus Logic CS4231 driver" 152 select SND_MPU401_UART 147 select SND_MPU401_UART 153 select SND_WSS_LIB 148 select SND_WSS_LIB 154 help 149 help 155 Say Y here to include support for CS 150 Say Y here to include support for CS4231 chips from Cirrus 156 Logic - Crystal Semiconductors. 151 Logic - Crystal Semiconductors. 157 152 158 To compile this driver as a module, 153 To compile this driver as a module, choose M here: the module 159 will be called snd-cs4231. 154 will be called snd-cs4231. 160 155 161 config SND_CS4236 156 config SND_CS4236 162 tristate "Generic Cirrus Logic CS4232/ 157 tristate "Generic Cirrus Logic CS4232/CS4236+ driver" 163 select SND_OPL3_LIB 158 select SND_OPL3_LIB 164 select SND_MPU401_UART 159 select SND_MPU401_UART 165 select SND_WSS_LIB 160 select SND_WSS_LIB 166 help 161 help 167 Say Y to include support for CS4232, 162 Say Y to include support for CS4232,CS4235,CS4236,CS4237B, 168 CS4238B,CS4239 chips from Cirrus Log 163 CS4238B,CS4239 chips from Cirrus Logic - Crystal 169 Semiconductors. 164 Semiconductors. 170 165 171 To compile this driver as a module, 166 To compile this driver as a module, choose M here: the module 172 will be called snd-cs4236. 167 will be called snd-cs4236. 173 168 174 config SND_ES1688 169 config SND_ES1688 175 tristate "Generic ESS ES688/ES1688 and 170 tristate "Generic ESS ES688/ES1688 and ES968 PnP driver" 176 select SND_OPL3_LIB 171 select SND_OPL3_LIB 177 select SND_MPU401_UART 172 select SND_MPU401_UART 178 select SND_PCM 173 select SND_PCM 179 help 174 help 180 Say Y here to include support for ES 175 Say Y here to include support for ESS AudioDrive ES688 or 181 ES1688 chips. Also, this module supp 176 ES1688 chips. Also, this module support cards with ES968 PnP chip. 182 177 183 To compile this driver as a module, 178 To compile this driver as a module, choose M here: the module 184 will be called snd-es1688. 179 will be called snd-es1688. 185 180 186 config SND_ES18XX 181 config SND_ES18XX 187 tristate "Generic ESS ES18xx driver" 182 tristate "Generic ESS ES18xx driver" 188 select SND_OPL3_LIB 183 select SND_OPL3_LIB 189 select SND_MPU401_UART 184 select SND_MPU401_UART 190 select SND_PCM 185 select SND_PCM 191 help 186 help 192 Say Y here to include support for ES 187 Say Y here to include support for ESS AudioDrive ES18xx chips. 193 188 194 To compile this driver as a module, 189 To compile this driver as a module, choose M here: the module 195 will be called snd-es18xx. 190 will be called snd-es18xx. 196 191 197 config SND_SC6000 192 config SND_SC6000 198 tristate "Gallant SC-6000/6600/7000 an 193 tristate "Gallant SC-6000/6600/7000 and Audio Excel DSP 16" 199 depends on HAS_IOPORT_MAP !! 194 depends on HAS_IOPORT 200 select SND_WSS_LIB 195 select SND_WSS_LIB 201 select SND_OPL3_LIB 196 select SND_OPL3_LIB 202 select SND_MPU401_UART 197 select SND_MPU401_UART 203 help 198 help 204 Say Y here to include support for Ga 199 Say Y here to include support for Gallant SC-6000, SC-6600, SC-7000 205 cards and clones: 200 cards and clones: 206 Audio Excel DSP 16 and Zoltrix AV302 201 Audio Excel DSP 16 and Zoltrix AV302. 207 202 208 These cards are based on CompuMedia 203 These cards are based on CompuMedia ASC-9308 or ASC-9408 chips. 209 204 210 To compile this driver as a module, 205 To compile this driver as a module, choose M here: the module 211 will be called snd-sc6000. 206 will be called snd-sc6000. 212 207 213 config SND_GUSCLASSIC 208 config SND_GUSCLASSIC 214 tristate "Gravis UltraSound Classic" 209 tristate "Gravis UltraSound Classic" 215 select SND_RAWMIDI 210 select SND_RAWMIDI 216 select SND_PCM 211 select SND_PCM 217 select SND_TIMER << 218 help 212 help 219 Say Y here to include support for Gr 213 Say Y here to include support for Gravis UltraSound Classic 220 soundcards. 214 soundcards. 221 215 222 To compile this driver as a module, 216 To compile this driver as a module, choose M here: the module 223 will be called snd-gusclassic. 217 will be called snd-gusclassic. 224 218 225 config SND_GUSEXTREME 219 config SND_GUSEXTREME 226 tristate "Gravis UltraSound Extreme" 220 tristate "Gravis UltraSound Extreme" 227 select SND_OPL3_LIB 221 select SND_OPL3_LIB 228 select SND_MPU401_UART 222 select SND_MPU401_UART 229 select SND_PCM 223 select SND_PCM 230 select SND_TIMER << 231 help 224 help 232 Say Y here to include support for Gr 225 Say Y here to include support for Gravis UltraSound Extreme 233 soundcards. 226 soundcards. 234 227 235 To compile this driver as a module, 228 To compile this driver as a module, choose M here: the module 236 will be called snd-gusextreme. 229 will be called snd-gusextreme. 237 230 238 config SND_GUSMAX 231 config SND_GUSMAX 239 tristate "Gravis UltraSound MAX" 232 tristate "Gravis UltraSound MAX" 240 select SND_RAWMIDI 233 select SND_RAWMIDI 241 select SND_WSS_LIB 234 select SND_WSS_LIB 242 help 235 help 243 Say Y here to include support for Gr 236 Say Y here to include support for Gravis UltraSound MAX 244 soundcards. 237 soundcards. 245 238 246 To compile this driver as a module, 239 To compile this driver as a module, choose M here: the module 247 will be called snd-gusmax. 240 will be called snd-gusmax. 248 241 249 config SND_INTERWAVE 242 config SND_INTERWAVE 250 tristate "AMD InterWave, Gravis UltraS 243 tristate "AMD InterWave, Gravis UltraSound PnP" 251 depends on PNP 244 depends on PNP 252 select SND_RAWMIDI 245 select SND_RAWMIDI 253 select SND_WSS_LIB 246 select SND_WSS_LIB 254 help 247 help 255 Say Y here to include support for AM 248 Say Y here to include support for AMD InterWave based 256 soundcards (Gravis UltraSound Plug & 249 soundcards (Gravis UltraSound Plug & Play, STB SoundRage32, 257 MED3210, Dynasonic Pro, Panasonic PC 250 MED3210, Dynasonic Pro, Panasonic PCA761AW). 258 251 259 To compile this driver as a module, 252 To compile this driver as a module, choose M here: the module 260 will be called snd-interwave. 253 will be called snd-interwave. 261 254 262 config SND_INTERWAVE_STB 255 config SND_INTERWAVE_STB 263 tristate "AMD InterWave + TEA6330T (Ul 256 tristate "AMD InterWave + TEA6330T (UltraSound 32-Pro)" 264 depends on PNP 257 depends on PNP 265 select SND_RAWMIDI 258 select SND_RAWMIDI 266 select SND_WSS_LIB 259 select SND_WSS_LIB 267 help 260 help 268 Say Y here to include support for AM 261 Say Y here to include support for AMD InterWave based 269 soundcards with a TEA6330T bass and 262 soundcards with a TEA6330T bass and treble regulator 270 (UltraSound 32-Pro). 263 (UltraSound 32-Pro). 271 264 272 To compile this driver as a module, 265 To compile this driver as a module, choose M here: the module 273 will be called snd-interwave-stb. 266 will be called snd-interwave-stb. 274 267 275 config SND_JAZZ16 268 config SND_JAZZ16 276 tristate "Media Vision Jazz16 card and 269 tristate "Media Vision Jazz16 card and compatibles" 277 select SND_OPL3_LIB 270 select SND_OPL3_LIB 278 select SND_MPU401_UART 271 select SND_MPU401_UART 279 select SND_SB8_DSP 272 select SND_SB8_DSP 280 help 273 help 281 Say Y here to include support for so 274 Say Y here to include support for soundcards based on the 282 Media Vision Jazz16 chipset: digital 275 Media Vision Jazz16 chipset: digital chip MVD1216 (Jazz16), 283 codec MVA416 (CS4216) and mixer MVA5 276 codec MVA416 (CS4216) and mixer MVA514 (ICS2514). 284 Media Vision's Jazz16 cards were sol 277 Media Vision's Jazz16 cards were sold under names Pro Sonic 16, 285 Premium 3-D and Pro 3-D. There were 278 Premium 3-D and Pro 3-D. There were also OEMs cards with the 286 Jazz16 chipset. 279 Jazz16 chipset. 287 280 288 To compile this driver as a module, 281 To compile this driver as a module, choose M here: the module 289 will be called snd-jazz16. 282 will be called snd-jazz16. 290 283 291 config SND_OPL3SA2 284 config SND_OPL3SA2 292 tristate "Yamaha OPL3-SA2/SA3" 285 tristate "Yamaha OPL3-SA2/SA3" 293 select SND_OPL3_LIB 286 select SND_OPL3_LIB 294 select SND_MPU401_UART 287 select SND_MPU401_UART 295 select SND_WSS_LIB 288 select SND_WSS_LIB 296 help 289 help 297 Say Y here to include support for Ya 290 Say Y here to include support for Yamaha OPL3-SA2 and OPL3-SA3 298 chips. 291 chips. 299 292 300 To compile this driver as a module, 293 To compile this driver as a module, choose M here: the module 301 will be called snd-opl3sa2. 294 will be called snd-opl3sa2. 302 295 303 config SND_OPTI92X_AD1848 296 config SND_OPTI92X_AD1848 304 tristate "OPTi 82C92x - AD1848" 297 tristate "OPTi 82C92x - AD1848" 305 select SND_OPL3_LIB 298 select SND_OPL3_LIB 306 select SND_OPL4_LIB 299 select SND_OPL4_LIB 307 select SND_MPU401_UART 300 select SND_MPU401_UART 308 select SND_WSS_LIB 301 select SND_WSS_LIB 309 help 302 help 310 Say Y here to include support for so 303 Say Y here to include support for soundcards based on Opti 311 82C92x or OTI-601 chips and using an 304 82C92x or OTI-601 chips and using an AD1848 codec. 312 305 313 To compile this driver as a module, 306 To compile this driver as a module, choose M here: the module 314 will be called snd-opti92x-ad1848. 307 will be called snd-opti92x-ad1848. 315 308 316 config SND_OPTI92X_CS4231 309 config SND_OPTI92X_CS4231 317 tristate "OPTi 82C92x - CS4231" 310 tristate "OPTi 82C92x - CS4231" 318 select SND_OPL3_LIB 311 select SND_OPL3_LIB 319 select SND_OPL4_LIB 312 select SND_OPL4_LIB 320 select SND_MPU401_UART 313 select SND_MPU401_UART 321 select SND_WSS_LIB 314 select SND_WSS_LIB 322 help 315 help 323 Say Y here to include support for so 316 Say Y here to include support for soundcards based on Opti 324 82C92x chips and using a CS4231 code 317 82C92x chips and using a CS4231 codec. 325 318 326 To compile this driver as a module, 319 To compile this driver as a module, choose M here: the module 327 will be called snd-opti92x-cs4231. 320 will be called snd-opti92x-cs4231. 328 321 329 config SND_OPTI93X 322 config SND_OPTI93X 330 tristate "OPTi 82C93x" 323 tristate "OPTi 82C93x" 331 select SND_OPL3_LIB 324 select SND_OPL3_LIB 332 select SND_MPU401_UART 325 select SND_MPU401_UART 333 select SND_WSS_LIB 326 select SND_WSS_LIB 334 help 327 help 335 Say Y here to include support for so 328 Say Y here to include support for soundcards based on Opti 336 82C93x chips. 329 82C93x chips. 337 330 338 To compile this driver as a module, 331 To compile this driver as a module, choose M here: the module 339 will be called snd-opti93x. 332 will be called snd-opti93x. 340 333 341 config SND_MIRO 334 config SND_MIRO 342 tristate "Miro miroSOUND PCM1pro/PCM12 335 tristate "Miro miroSOUND PCM1pro/PCM12/PCM20radio driver" 343 select SND_OPL4_LIB 336 select SND_OPL4_LIB 344 select SND_WSS_LIB 337 select SND_WSS_LIB 345 select SND_MPU401_UART 338 select SND_MPU401_UART 346 select SND_PCM 339 select SND_PCM 347 help 340 help 348 Say 'Y' or 'M' to include support fo 341 Say 'Y' or 'M' to include support for Miro miroSOUND PCM1 pro, 349 miroSOUND PCM12 and miroSOUND PCM20 342 miroSOUND PCM12 and miroSOUND PCM20 Radio soundcards. 350 343 351 To compile this driver as a module, 344 To compile this driver as a module, choose M here: the module 352 will be called snd-miro. 345 will be called snd-miro. 353 346 354 config SND_SB8 347 config SND_SB8 355 tristate "Sound Blaster 1.0/2.0/Pro (8 348 tristate "Sound Blaster 1.0/2.0/Pro (8-bit)" 356 select SND_OPL3_LIB 349 select SND_OPL3_LIB 357 select SND_RAWMIDI 350 select SND_RAWMIDI 358 select SND_SB8_DSP 351 select SND_SB8_DSP 359 help 352 help 360 Say Y here to include support for Cr 353 Say Y here to include support for Creative Sound Blaster 1.0/ 361 2.0/Pro (8-bit) or 100% compatible s 354 2.0/Pro (8-bit) or 100% compatible soundcards. 362 355 363 To compile this driver as a module, 356 To compile this driver as a module, choose M here: the module 364 will be called snd-sb8. 357 will be called snd-sb8. 365 358 366 config SND_SB16 359 config SND_SB16 367 tristate "Sound Blaster 16 (PnP)" 360 tristate "Sound Blaster 16 (PnP)" 368 select SND_OPL3_LIB 361 select SND_OPL3_LIB 369 select SND_MPU401_UART 362 select SND_MPU401_UART 370 select SND_SB16_DSP 363 select SND_SB16_DSP 371 help 364 help 372 Say Y here to include support for So 365 Say Y here to include support for Sound Blaster 16 soundcards 373 (including the Plug and Play version 366 (including the Plug and Play version). 374 367 375 To compile this driver as a module, 368 To compile this driver as a module, choose M here: the module 376 will be called snd-sb16. 369 will be called snd-sb16. 377 370 378 config SND_SBAWE 371 config SND_SBAWE 379 tristate "Sound Blaster AWE (32,64) (P 372 tristate "Sound Blaster AWE (32,64) (PnP)" 380 select SND_OPL3_LIB 373 select SND_OPL3_LIB 381 select SND_MPU401_UART 374 select SND_MPU401_UART 382 select SND_SB16_DSP 375 select SND_SB16_DSP 383 select SND_SEQ_DEVICE if SND_SEQUENCER << 384 help 376 help 385 Say Y here to include support for So 377 Say Y here to include support for Sound Blaster AWE soundcards 386 (including the Plug and Play version 378 (including the Plug and Play version). 387 379 388 To compile this driver as a module, 380 To compile this driver as a module, choose M here: the module 389 will be called snd-sbawe. 381 will be called snd-sbawe. 390 382 391 # select SEQ stuff to min(SND_SEQUENCER,SND_XX << 392 config SND_SBAWE_SEQ << 393 def_tristate SND_SEQUENCER && SND_SBAW << 394 select SND_SEQ_MIDI_EMUL << 395 select SND_SEQ_VIRMIDI << 396 select SND_SYNTH_EMUX << 397 << 398 config SND_SB16_CSP 383 config SND_SB16_CSP 399 bool "Sound Blaster 16/AWE CSP support 384 bool "Sound Blaster 16/AWE CSP support" 400 depends on (SND_SB16 || SND_SBAWE) && 385 depends on (SND_SB16 || SND_SBAWE) && (BROKEN || !PPC) 401 select FW_LOADER 386 select FW_LOADER 402 help 387 help 403 Say Y here to include support for th 388 Say Y here to include support for the CSP core. This special 404 coprocessor can do variable tasks li 389 coprocessor can do variable tasks like various compression and 405 decompression algorithms. 390 decompression algorithms. 406 391 407 config SND_SSCAPE 392 config SND_SSCAPE 408 tristate "Ensoniq SoundScape driver" 393 tristate "Ensoniq SoundScape driver" 409 select SND_MPU401_UART 394 select SND_MPU401_UART 410 select SND_WSS_LIB 395 select SND_WSS_LIB 411 select FW_LOADER 396 select FW_LOADER 412 help 397 help 413 Say Y here to include support for En 398 Say Y here to include support for Ensoniq SoundScape 414 and Ensoniq OEM soundcards. 399 and Ensoniq OEM soundcards. 415 400 416 The PCM audio is supported on SoundS 401 The PCM audio is supported on SoundScape Classic, Elite, PnP 417 and VIVO cards. The supported OEM ca 402 and VIVO cards. The supported OEM cards are SPEA Media FX and 418 Reveal SC-600. 403 Reveal SC-600. 419 The MIDI support is very experimenta 404 The MIDI support is very experimental and requires binary 420 firmware files called "scope.cod" an 405 firmware files called "scope.cod" and "sndscape.co?" where the 421 ? is digit 0, 1, 2, 3 or 4. The firm 406 ? is digit 0, 1, 2, 3 or 4. The firmware files can be found 422 in DOS or Windows driver packages. O 407 in DOS or Windows driver packages. One has to put the firmware 423 files into the /lib/firmware directo 408 files into the /lib/firmware directory. 424 409 425 To compile this driver as a module, 410 To compile this driver as a module, choose M here: the module 426 will be called snd-sscape. 411 will be called snd-sscape. 427 412 428 config SND_WAVEFRONT 413 config SND_WAVEFRONT 429 tristate "Turtle Beach Maui,Tropez,Tro 414 tristate "Turtle Beach Maui,Tropez,Tropez+ (Wavefront)" 430 select FW_LOADER 415 select FW_LOADER 431 select SND_OPL3_LIB 416 select SND_OPL3_LIB 432 select SND_MPU401_UART 417 select SND_MPU401_UART 433 select SND_WSS_LIB 418 select SND_WSS_LIB 434 help 419 help 435 Say Y here to include support for Tu 420 Say Y here to include support for Turtle Beach Maui, Tropez 436 and Tropez+ soundcards based on the 421 and Tropez+ soundcards based on the Wavefront chip. 437 422 438 To compile this driver as a module, 423 To compile this driver as a module, choose M here: the module 439 will be called snd-wavefront. 424 will be called snd-wavefront. 440 425 441 config SND_MSND_PINNACLE 426 config SND_MSND_PINNACLE 442 tristate "Turtle Beach MultiSound Pinn 427 tristate "Turtle Beach MultiSound Pinnacle/Fiji driver" 443 depends on X86 428 depends on X86 444 select FW_LOADER 429 select FW_LOADER 445 select SND_MPU401_UART 430 select SND_MPU401_UART 446 select SND_PCM 431 select SND_PCM 447 help 432 help 448 Say Y to include support for Turtle 433 Say Y to include support for Turtle Beach MultiSound Pinnacle/ 449 Fiji soundcards. 434 Fiji soundcards. 450 435 451 To compile this driver as a module, 436 To compile this driver as a module, choose M here: the module 452 will be called snd-msnd-pinnacle. 437 will be called snd-msnd-pinnacle. 453 438 454 config SND_MSND_CLASSIC 439 config SND_MSND_CLASSIC 455 tristate "Support for Turtle Beach Mul 440 tristate "Support for Turtle Beach MultiSound Classic, Tahiti, Monterey" 456 depends on X86 441 depends on X86 457 select FW_LOADER 442 select FW_LOADER 458 select SND_MPU401_UART 443 select SND_MPU401_UART 459 select SND_PCM 444 select SND_PCM 460 help 445 help 461 Say M here if you have a Turtle Beac 446 Say M here if you have a Turtle Beach MultiSound Classic, Tahiti or 462 Monterey (not for the Pinnacle or Fi 447 Monterey (not for the Pinnacle or Fiji). 463 448 464 See <file:Documentation/sound/cards/ !! 449 See <file:Documentation/sound/oss/MultiSound> for important information 465 about this driver. Note that it has 450 about this driver. Note that it has been discontinued, but the 466 Voyetra Turtle Beach knowledge base 451 Voyetra Turtle Beach knowledge base entry for it is still available 467 at <http://www.turtlebeach.com/site/ 452 at <http://www.turtlebeach.com/site/kb_ftp/790.asp>. 468 453 469 To compile this driver as a module, 454 To compile this driver as a module, choose M here: the module 470 will be called snd-msnd-classic. 455 will be called snd-msnd-classic. 471 456 472 endif # SND_ISA 457 endif # SND_ISA 473 458
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.