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