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