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