Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # drivers/sound/Config.in |
| 2 | # |
| 3 | # 18 Apr 1998, Michael Elizabeth Chastain, <mailto:mec@shout.net> |
| 4 | # More hacking for modularisation. |
| 5 | # |
| 6 | # Prompt user for primary drivers. |
Adrian Bunk | cecd1ca | 2005-11-08 21:34:45 -0800 | [diff] [blame] | 7 | |
Adrian Bunk | 274ee1cd | 2007-05-08 00:27:14 -0700 | [diff] [blame] | 8 | config OSS_OBSOLETE |
| 9 | bool "Obsolete OSS drivers" |
| 10 | depends on SOUND_PRIME |
| 11 | help |
| 12 | This option enables support for obsolete OSS drivers that |
| 13 | are scheduled for removal in the near future. |
| 14 | |
| 15 | Please contact Adrian Bunk <bunk@stusta.de> if you had to |
| 16 | say Y here because your hardware is not properly supported |
| 17 | by ALSA. |
| 18 | |
| 19 | If unsure, say N. |
| 20 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 21 | config SOUND_BT878 |
| 22 | tristate "BT878 audio dma" |
Adrian Bunk | 274ee1cd | 2007-05-08 00:27:14 -0700 | [diff] [blame] | 23 | depends on SOUND_PRIME && PCI && OSS_OBSOLETE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 24 | ---help--- |
| 25 | Audio DMA support for bt878 based grabber boards. As you might have |
| 26 | already noticed, bt878 is listed with two functions in /proc/pci. |
| 27 | Function 0 does the video stuff (bt848 compatible), function 1 does |
| 28 | the same for audio data. This is a driver for the audio part of |
| 29 | the chip. If you say 'Y' here you get a oss-compatible dsp device |
| 30 | where you can record from. If you want just watch TV you probably |
| 31 | don't need this driver as most TV cards handle sound with a short |
| 32 | cable from the TV card to your sound card's line-in. |
| 33 | |
| 34 | To compile this driver as a module, choose M here: the module will |
| 35 | be called btaudio. |
| 36 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 37 | config SOUND_BCM_CS4297A |
| 38 | tristate "Crystal Sound CS4297a (for Swarm)" |
Adrian Bunk | b6260cd | 2005-06-25 14:59:11 -0700 | [diff] [blame] | 39 | depends on SOUND_PRIME && SIBYTE_SWARM |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 40 | help |
| 41 | The BCM91250A has a Crystal CS4297a on synchronous serial |
| 42 | port B (in addition to the DB-9 serial port). Say Y or M |
| 43 | here to enable the sound chip instead of the UART. Also |
| 44 | note that CONFIG_KGDB should not be enabled at the same |
| 45 | time, since it also attempts to use this UART port. |
| 46 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 47 | config SOUND_ICH |
| 48 | tristate "Intel ICH (i8xx) audio support" |
Adrian Bunk | 274ee1cd | 2007-05-08 00:27:14 -0700 | [diff] [blame] | 49 | depends on SOUND_PRIME && PCI && OSS_OBSOLETE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 50 | help |
| 51 | Support for integral audio in Intel's I/O Controller Hub (ICH) |
| 52 | chipset, as used on the 810/820/840 motherboards. |
| 53 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 54 | config SOUND_VWSND |
| 55 | tristate "SGI Visual Workstation Sound" |
Adrian Bunk | b6260cd | 2005-06-25 14:59:11 -0700 | [diff] [blame] | 56 | depends on SOUND_PRIME && X86_VISWS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 57 | help |
| 58 | Say Y or M if you have an SGI Visual Workstation and you want to be |
| 59 | able to use its on-board audio. Read |
| 60 | <file:Documentation/sound/oss/vwsnd> for more info on this driver's |
| 61 | capabilities. |
| 62 | |
| 63 | config SOUND_HAL2 |
| 64 | tristate "SGI HAL2 sound (EXPERIMENTAL)" |
Adrian Bunk | b6260cd | 2005-06-25 14:59:11 -0700 | [diff] [blame] | 65 | depends on SOUND_PRIME && SGI_IP22 && EXPERIMENTAL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 66 | help |
Kumba | b97b36b | 2006-06-18 02:17:08 -0400 | [diff] [blame] | 67 | Say Y or M if you have an SGI Indy or Indigo2 system and want to be able to |
| 68 | use its on-board A2 audio system. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 69 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 70 | config SOUND_VRC5477 |
| 71 | tristate "NEC Vrc5477 AC97 sound" |
Adrian Bunk | b6260cd | 2005-06-25 14:59:11 -0700 | [diff] [blame] | 72 | depends on SOUND_PRIME && DDB5477 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 73 | help |
| 74 | Say Y here to enable sound support for the NEC Vrc5477 chip, an |
| 75 | integrated, multi-function controller chip for MIPS CPUs. Works |
| 76 | with the AC97 codec. |
| 77 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 78 | config SOUND_AU1550_AC97 |
Domen Puncer | bb12b76 | 2006-06-25 05:49:29 -0700 | [diff] [blame] | 79 | tristate "Au1550/Au1200 AC97 Sound" |
| 80 | select SND_AC97_CODEC |
| 81 | depends on SOUND_PRIME && (SOC_AU1550 || SOC_AU1200) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 82 | |
| 83 | config SOUND_TRIDENT |
| 84 | tristate "Trident 4DWave DX/NX, SiS 7018 or ALi 5451 PCI Audio Core" |
Al Viro | 0e6d0d8 | 2005-08-23 22:48:02 +0100 | [diff] [blame] | 85 | depends on SOUND_PRIME && PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 86 | ---help--- |
| 87 | Say Y or M if you have a PCI sound card utilizing the Trident |
| 88 | 4DWave-DX/NX chipset or your mother board chipset has SiS 7018 |
| 89 | or ALi 5451 built-in. The SiS 7018 PCI Audio Core is embedded |
| 90 | in SiS960 Super South Bridge and SiS540/630 Single Chipset. |
| 91 | The ALi 5451 PCI Audio Core is embedded in ALi M1535, M1535D, |
| 92 | M1535+ or M1535D+ South Bridge. |
| 93 | |
| 94 | Use lspci -n to find out if your sound card or chipset uses |
| 95 | Trident 4DWave or SiS 7018. PCI ID 1023:2000 or 1023:2001 stands |
| 96 | for Trident 4Dwave. PCI ID 1039:7018 stands for SiS7018. PCI ID |
| 97 | 10B9:5451 stands for ALi5451. |
| 98 | |
| 99 | This driver supports S/PDIF in/out (record/playback) for ALi 5451 |
| 100 | embedded in ALi M1535+ and M1535D+. Note that they aren't all |
| 101 | enabled by default; you can enable them by saying Y to "/proc file |
| 102 | system support" and "Sysctl support", and after the /proc file |
| 103 | system has been mounted, executing the command |
| 104 | |
Mauro Carvalho Chehab | 6054b68 | 2006-08-08 09:10:06 -0300 | [diff] [blame] | 105 | command what is enabled |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 106 | |
| 107 | echo 0>/proc/ALi5451 pcm out is also set to S/PDIF out. (Default). |
| 108 | |
| 109 | echo 1>/proc/ALi5451 use S/PDIF out to output pcm data. |
| 110 | |
| 111 | echo 2>/proc/ALi5451 use S/PDIF out to output non-pcm data. |
| 112 | (AC3...). |
| 113 | |
| 114 | echo 3>/proc/ALi5451 record from Ac97 in(MIC, Line in...). |
| 115 | (Default). |
| 116 | |
| 117 | echo 4>/proc/ALi5451 no matter Ac97 settings, record from S/PDIF |
| 118 | in. |
| 119 | |
| 120 | |
| 121 | This driver differs slightly from OSS/Free, so PLEASE READ the |
| 122 | comments at the top of <file:drivers/sound/trident.c>. |
| 123 | |
| 124 | config SOUND_MSNDCLAS |
| 125 | tristate "Support for Turtle Beach MultiSound Classic, Tahiti, Monterey" |
Adrian Bunk | b6260cd | 2005-06-25 14:59:11 -0700 | [diff] [blame] | 126 | depends on SOUND_PRIME && (m || !STANDALONE) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 127 | help |
| 128 | Say M here if you have a Turtle Beach MultiSound Classic, Tahiti or |
| 129 | Monterey (not for the Pinnacle or Fiji). |
| 130 | |
| 131 | See <file:Documentation/sound/oss/MultiSound> for important information |
| 132 | about this driver. Note that it has been discontinued, but the |
| 133 | Voyetra Turtle Beach knowledge base entry for it is still available |
| 134 | at <http://www.turtlebeach.com/site/kb_ftp/790.asp>. |
| 135 | |
| 136 | comment "Compiled-in MSND Classic support requires firmware during compilation." |
| 137 | depends on SOUND_PRIME && SOUND_MSNDCLAS=y |
| 138 | |
| 139 | config MSNDCLAS_HAVE_BOOT |
| 140 | bool |
| 141 | depends on SOUND_MSNDCLAS=y && !STANDALONE |
| 142 | default y |
| 143 | |
| 144 | config MSNDCLAS_INIT_FILE |
| 145 | string "Full pathname of MSNDINIT.BIN firmware file" |
| 146 | depends on SOUND_MSNDCLAS |
| 147 | default "/etc/sound/msndinit.bin" |
| 148 | help |
| 149 | The MultiSound cards have two firmware files which are required for |
| 150 | operation, and are not currently included. These files can be |
| 151 | obtained from Turtle Beach. See |
| 152 | <file:Documentation/sound/oss/MultiSound> for information on how to |
| 153 | obtain this. |
| 154 | |
| 155 | config MSNDCLAS_PERM_FILE |
| 156 | string "Full pathname of MSNDPERM.BIN firmware file" |
| 157 | depends on SOUND_MSNDCLAS |
| 158 | default "/etc/sound/msndperm.bin" |
| 159 | help |
| 160 | The MultiSound cards have two firmware files which are required for |
| 161 | operation, and are not currently included. These files can be |
| 162 | obtained from Turtle Beach. See |
| 163 | <file:Documentation/sound/oss/MultiSound> for information on how to |
| 164 | obtain this. |
| 165 | |
| 166 | config MSNDCLAS_IRQ |
| 167 | int "MSND Classic IRQ 5, 7, 9, 10, 11, 12" |
| 168 | depends on SOUND_MSNDCLAS=y |
| 169 | default "5" |
| 170 | help |
| 171 | Interrupt Request line for the MultiSound Classic and related cards. |
| 172 | |
| 173 | config MSNDCLAS_MEM |
| 174 | hex "MSND Classic memory B0000, C8000, D0000, D8000, E0000, E8000" |
| 175 | depends on SOUND_MSNDCLAS=y |
| 176 | default "D0000" |
| 177 | help |
| 178 | Memory-mapped I/O base address for the MultiSound Classic and |
| 179 | related cards. |
| 180 | |
| 181 | config MSNDCLAS_IO |
| 182 | hex "MSND Classic I/O 210, 220, 230, 240, 250, 260, 290, 3E0" |
| 183 | depends on SOUND_MSNDCLAS=y |
| 184 | default "290" |
| 185 | help |
| 186 | I/O port address for the MultiSound Classic and related cards. |
| 187 | |
| 188 | config SOUND_MSNDPIN |
| 189 | tristate "Support for Turtle Beach MultiSound Pinnacle, Fiji" |
Adrian Bunk | b6260cd | 2005-06-25 14:59:11 -0700 | [diff] [blame] | 190 | depends on SOUND_PRIME && (m || !STANDALONE) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 191 | help |
| 192 | Say M here if you have a Turtle Beach MultiSound Pinnacle or Fiji. |
| 193 | See <file:Documentation/sound/oss/MultiSound> for important information |
| 194 | about this driver. Note that it has been discontinued, but the |
| 195 | Voyetra Turtle Beach knowledge base entry for it is still available |
| 196 | at <http://www.turtlebeach.com/site/kb_ftp/600.asp>. |
| 197 | |
| 198 | comment "Compiled-in MSND Pinnacle support requires firmware during compilation." |
| 199 | depends on SOUND_PRIME && SOUND_MSNDPIN=y |
| 200 | |
| 201 | config MSNDPIN_HAVE_BOOT |
| 202 | bool |
| 203 | depends on SOUND_MSNDPIN=y |
| 204 | default y |
| 205 | |
| 206 | config MSNDPIN_INIT_FILE |
| 207 | string "Full pathname of PNDSPINI.BIN firmware file" |
| 208 | depends on SOUND_MSNDPIN |
| 209 | default "/etc/sound/pndspini.bin" |
| 210 | help |
| 211 | The MultiSound cards have two firmware files which are required |
| 212 | for operation, and are not currently included. These files can be |
| 213 | obtained from Turtle Beach. See |
| 214 | <file:Documentation/sound/oss/MultiSound> for information on how to |
| 215 | obtain this. |
| 216 | |
| 217 | config MSNDPIN_PERM_FILE |
| 218 | string "Full pathname of PNDSPERM.BIN firmware file" |
| 219 | depends on SOUND_MSNDPIN |
| 220 | default "/etc/sound/pndsperm.bin" |
| 221 | help |
| 222 | The MultiSound cards have two firmware files which are required for |
| 223 | operation, and are not currently included. These files can be |
| 224 | obtained from Turtle Beach. See |
| 225 | <file:Documentation/sound/oss/MultiSound> for information on how to |
| 226 | obtain this. |
| 227 | |
| 228 | config MSNDPIN_IRQ |
| 229 | int "MSND Pinnacle IRQ 5, 7, 9, 10, 11, 12" |
| 230 | depends on SOUND_MSNDPIN=y |
| 231 | default "5" |
| 232 | help |
| 233 | Interrupt request line for the primary synthesizer on MultiSound |
| 234 | Pinnacle and Fiji sound cards. |
| 235 | |
| 236 | config MSNDPIN_MEM |
| 237 | hex "MSND Pinnacle memory B0000, C8000, D0000, D8000, E0000, E8000" |
| 238 | depends on SOUND_MSNDPIN=y |
| 239 | default "D0000" |
| 240 | help |
| 241 | Memory-mapped I/O base address for the primary synthesizer on |
| 242 | MultiSound Pinnacle and Fiji sound cards. |
| 243 | |
| 244 | config MSNDPIN_IO |
| 245 | hex "MSND Pinnacle I/O 210, 220, 230, 240, 250, 260, 290, 3E0" |
| 246 | depends on SOUND_MSNDPIN=y |
| 247 | default "290" |
| 248 | help |
| 249 | Memory-mapped I/O base address for the primary synthesizer on |
| 250 | MultiSound Pinnacle and Fiji sound cards. |
| 251 | |
| 252 | config MSNDPIN_DIGITAL |
| 253 | bool "MSND Pinnacle has S/PDIF I/O" |
| 254 | depends on SOUND_MSNDPIN=y |
| 255 | help |
| 256 | If you have the S/PDIF daughter board for the Pinnacle or Fiji, |
| 257 | answer Y here; otherwise, say N. If you have this, you will be able |
| 258 | to play and record from the S/PDIF port (digital signal). See |
| 259 | <file:Documentation/sound/oss/MultiSound> for information on how to make |
| 260 | use of this capability. |
| 261 | |
| 262 | config MSNDPIN_NONPNP |
| 263 | bool "MSND Pinnacle non-PnP Mode" |
| 264 | depends on SOUND_MSNDPIN=y |
| 265 | help |
| 266 | The Pinnacle and Fiji card resources can be configured either with |
| 267 | PnP, or through a configuration port. Say Y here if your card is NOT |
| 268 | in PnP mode. For the Pinnacle, configuration in non-PnP mode allows |
| 269 | use of the IDE and joystick peripherals on the card as well; these |
| 270 | do not show up when the card is in PnP mode. Specifying zero for any |
| 271 | resource of a device will disable the device. If you are running the |
| 272 | card in PnP mode, you must say N here and use isapnptools to |
| 273 | configure the card's resources. |
| 274 | |
| 275 | comment "MSND Pinnacle DSP section will be configured to above parameters." |
| 276 | depends on SOUND_PRIME && SOUND_MSNDPIN=y && MSNDPIN_NONPNP |
| 277 | |
| 278 | config MSNDPIN_CFG |
| 279 | hex "MSND Pinnacle config port 250,260,270" |
| 280 | depends on MSNDPIN_NONPNP |
| 281 | default "250" |
| 282 | help |
| 283 | This is the port which the Pinnacle and Fiji uses to configure the |
| 284 | card's resources when not in PnP mode. If your card is in PnP mode, |
| 285 | then be sure to say N to the previous option, "MSND Pinnacle Non-PnP |
| 286 | Mode". |
| 287 | |
| 288 | comment "Pinnacle-specific Device Configuration (0 disables)" |
| 289 | depends on SOUND_PRIME && SOUND_MSNDPIN=y && MSNDPIN_NONPNP |
| 290 | |
| 291 | config MSNDPIN_MPU_IO |
| 292 | hex "MSND Pinnacle MPU I/O (e.g. 330)" |
| 293 | depends on MSNDPIN_NONPNP |
| 294 | default "0" |
| 295 | help |
| 296 | Memory-mapped I/O base address for the Kurzweil daughterboard |
| 297 | synthesizer on MultiSound Pinnacle and Fiji sound cards. |
| 298 | |
| 299 | config MSNDPIN_MPU_IRQ |
| 300 | int "MSND Pinnacle MPU IRQ (e.g. 9)" |
| 301 | depends on MSNDPIN_NONPNP |
| 302 | default "0" |
| 303 | help |
| 304 | Interrupt request number for the Kurzweil daughterboard |
| 305 | synthesizer on MultiSound Pinnacle and Fiji sound cards. |
| 306 | |
| 307 | config MSNDPIN_IDE_IO0 |
| 308 | hex "MSND Pinnacle IDE I/O 0 (e.g. 170)" |
| 309 | depends on MSNDPIN_NONPNP |
| 310 | default "0" |
| 311 | help |
| 312 | CD-ROM drive 0 memory-mapped I/O base address for the MultiSound |
| 313 | Pinnacle and Fiji sound cards. |
| 314 | |
| 315 | config MSNDPIN_IDE_IO1 |
| 316 | hex "MSND Pinnacle IDE I/O 1 (e.g. 376)" |
| 317 | depends on MSNDPIN_NONPNP |
| 318 | default "0" |
| 319 | help |
| 320 | CD-ROM drive 1 memory-mapped I/O base address for the MultiSound |
| 321 | Pinnacle and Fiji sound cards. |
| 322 | |
| 323 | config MSNDPIN_IDE_IRQ |
| 324 | int "MSND Pinnacle IDE IRQ (e.g. 15)" |
| 325 | depends on MSNDPIN_NONPNP |
| 326 | default "0" |
| 327 | help |
| 328 | Interrupt request number for the IDE CD-ROM interface on the |
| 329 | MultiSound Pinnacle and Fiji sound cards. |
| 330 | |
| 331 | config MSNDPIN_JOYSTICK_IO |
| 332 | hex "MSND Pinnacle joystick I/O (e.g. 200)" |
| 333 | depends on MSNDPIN_NONPNP |
| 334 | default "0" |
| 335 | help |
| 336 | Memory-mapped I/O base address for the joystick port on MultiSound |
| 337 | Pinnacle and Fiji sound cards. |
| 338 | |
| 339 | config MSND_FIFOSIZE |
| 340 | int "MSND buffer size (kB)" |
| 341 | depends on SOUND_PRIME && (SOUND_MSNDPIN=y || SOUND_MSNDCLAS=y) |
| 342 | default "128" |
| 343 | help |
| 344 | Configures the size of each audio buffer, in kilobytes, for |
| 345 | recording and playing in the MultiSound drivers (both the Classic |
| 346 | and Pinnacle). Larger values reduce the chance of data overruns at |
| 347 | the expense of overall latency. If unsure, use the default. |
| 348 | |
Adrian Bunk | 4653926 | 2006-04-20 02:43:22 -0700 | [diff] [blame] | 349 | config SOUND_VIA82CXXX |
| 350 | tristate "VIA 82C686 Audio Codec" |
Adrian Bunk | 274ee1cd | 2007-05-08 00:27:14 -0700 | [diff] [blame] | 351 | depends on SOUND_PRIME && PCI && OSS_OBSOLETE |
Adrian Bunk | 4653926 | 2006-04-20 02:43:22 -0700 | [diff] [blame] | 352 | help |
| 353 | Say Y here to include support for the audio codec found on VIA |
| 354 | 82Cxxx-based chips. Typically these are built into a motherboard. |
| 355 | |
| 356 | DO NOT select Sound Blaster or Adlib with this driver, unless |
| 357 | you have a Sound Blaster or Adlib card in addition to your VIA |
| 358 | audio chip. |
| 359 | |
| 360 | config MIDI_VIA82CXXX |
| 361 | bool "VIA 82C686 MIDI" |
| 362 | depends on SOUND_VIA82CXXX && ISA_DMA_API |
| 363 | help |
| 364 | Answer Y to use the MIDI interface of the Via686. You may need to |
| 365 | enable this in the BIOS before it will work. This is for connection |
| 366 | to external MIDI hardware, and is not required for software playback |
| 367 | of MIDI files. |
| 368 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 369 | config SOUND_OSS |
| 370 | tristate "OSS sound modules" |
Al Viro | 276bd31 | 2005-08-23 22:45:06 +0100 | [diff] [blame] | 371 | depends on SOUND_PRIME && ISA_DMA_API |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 372 | help |
| 373 | OSS is the Open Sound System suite of sound card drivers. They make |
| 374 | sound programming easier since they provide a common API. Say Y or |
| 375 | M here (the module will be called sound) if you haven't found a |
| 376 | driver for your sound card above, then pick your driver from the |
| 377 | list below. |
| 378 | |
| 379 | config SOUND_TRACEINIT |
| 380 | bool "Verbose initialisation" |
| 381 | depends on SOUND_OSS |
| 382 | help |
| 383 | Verbose soundcard initialization -- affects the format of autoprobe |
| 384 | and initialization messages at boot time. |
| 385 | |
| 386 | config SOUND_DMAP |
| 387 | bool "Persistent DMA buffers" |
| 388 | depends on SOUND_OSS |
| 389 | ---help--- |
| 390 | Linux can often have problems allocating DMA buffers for ISA sound |
| 391 | cards on machines with more than 16MB of RAM. This is because ISA |
| 392 | DMA buffers must exist below the 16MB boundary and it is quite |
| 393 | possible that a large enough free block in this region cannot be |
| 394 | found after the machine has been running for a while. If you say Y |
| 395 | here the DMA buffers (64Kb) will be allocated at boot time and kept |
| 396 | until the shutdown. This option is only useful if you said Y to |
| 397 | "OSS sound modules", above. If you said M to "OSS sound modules" |
| 398 | then you can get the persistent DMA buffer functionality by passing |
| 399 | the command-line argument "dmabuf=1" to the sound module. |
| 400 | |
| 401 | Say Y unless you have 16MB or more RAM or a PCI sound card. |
| 402 | |
Adrian Bunk | 1d3d1d3 | 2006-04-27 18:39:21 -0700 | [diff] [blame] | 403 | config SOUND_CS4232 |
| 404 | tristate "Crystal CS4232 based (PnP) cards" |
Adrian Bunk | 274ee1cd | 2007-05-08 00:27:14 -0700 | [diff] [blame] | 405 | depends on SOUND_OSS && OSS_OBSOLETE |
Adrian Bunk | 1d3d1d3 | 2006-04-27 18:39:21 -0700 | [diff] [blame] | 406 | help |
| 407 | Say Y here if you have a card based on the Crystal CS4232 chip set, |
| 408 | which uses its own Plug and Play protocol. |
| 409 | |
| 410 | If you compile the driver into the kernel, you have to add |
| 411 | "cs4232=<io>,<irq>,<dma>,<dma2>,<mpuio>,<mpuirq>" to the kernel |
| 412 | command line. |
| 413 | |
| 414 | See <file:Documentation/sound/oss/CS4232> for more information on |
| 415 | configuring this card. |
| 416 | |
Adrian Bunk | 1e075d5 | 2006-06-29 02:24:30 -0700 | [diff] [blame] | 417 | config SOUND_SSCAPE |
| 418 | tristate "Ensoniq SoundScape support" |
| 419 | depends on SOUND_OSS |
| 420 | help |
| 421 | Answer Y if you have a sound card based on the Ensoniq SoundScape |
| 422 | chipset. Such cards are being manufactured at least by Ensoniq, Spea |
| 423 | and Reveal (Reveal makes also other cards). |
| 424 | |
| 425 | If you compile the driver into the kernel, you have to add |
| 426 | "sscape=<io>,<irq>,<dma>,<mpuio>,<mpuirq>" to the kernel command |
| 427 | line. |
| 428 | |
| 429 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 430 | config SOUND_VMIDI |
| 431 | tristate "Loopback MIDI device support" |
| 432 | depends on SOUND_OSS |
| 433 | help |
| 434 | Support for MIDI loopback on port 1 or 2. |
| 435 | |
| 436 | config SOUND_TRIX |
| 437 | tristate "MediaTrix AudioTrix Pro support" |
| 438 | depends on SOUND_OSS |
| 439 | help |
| 440 | Answer Y if you have the AudioTriX Pro sound card manufactured |
| 441 | by MediaTrix. |
| 442 | |
| 443 | config TRIX_HAVE_BOOT |
| 444 | bool "Have TRXPRO.HEX firmware file" |
| 445 | depends on SOUND_TRIX=y && !STANDALONE |
| 446 | help |
| 447 | The MediaTrix AudioTrix Pro has an on-board microcontroller which |
| 448 | needs to be initialized by downloading the code from the file |
| 449 | TRXPRO.HEX in the DOS driver directory. If you don't have the |
| 450 | TRXPRO.HEX file handy you may skip this step. However, the SB and |
| 451 | MPU-401 modes of AudioTrix Pro will not work without this file! |
| 452 | |
| 453 | config TRIX_BOOT_FILE |
| 454 | string "Full pathname of TRXPRO.HEX firmware file" |
| 455 | depends on TRIX_HAVE_BOOT |
| 456 | default "/etc/sound/trxpro.hex" |
| 457 | help |
| 458 | Enter the full pathname of your TRXPRO.HEX file, starting from /. |
| 459 | |
| 460 | config SOUND_MSS |
| 461 | tristate "Microsoft Sound System support" |
| 462 | depends on SOUND_OSS |
| 463 | ---help--- |
| 464 | Again think carefully before answering Y to this question. It's |
| 465 | safe to answer Y if you have the original Windows Sound System card |
| 466 | made by Microsoft or Aztech SG 16 Pro (or NX16 Pro). Also you may |
| 467 | say Y in case your card is NOT among these: |
| 468 | |
| 469 | ATI Stereo F/X, AdLib, Audio Excell DSP16, Cardinal DSP16, |
| 470 | Ensoniq SoundScape (and compatibles made by Reveal and Spea), |
| 471 | Gravis Ultrasound, Gravis Ultrasound ACE, Gravis Ultrasound Max, |
| 472 | Gravis Ultrasound with 16 bit option, Logitech Sound Man 16, |
| 473 | Logitech SoundMan Games, Logitech SoundMan Wave, MAD16 Pro (OPTi |
| 474 | 82C929), Media Vision Jazz16, MediaTriX AudioTriX Pro, Microsoft |
| 475 | Windows Sound System (MSS/WSS), Mozart (OAK OTI-601), Orchid |
| 476 | SW32, Personal Sound System (PSS), Pro Audio Spectrum 16, Pro |
| 477 | Audio Studio 16, Pro Sonic 16, Roland MPU-401 MIDI interface, |
| 478 | Sound Blaster 1.0, Sound Blaster 16, Sound Blaster 16ASP, Sound |
| 479 | Blaster 2.0, Sound Blaster AWE32, Sound Blaster Pro, TI TM4000M |
| 480 | notebook, ThunderBoard, Turtle Beach Tropez, Yamaha FM |
| 481 | synthesizers (OPL2, OPL3 and OPL4), 6850 UART MIDI Interface. |
| 482 | |
| 483 | For cards having native support in VoxWare, consult the card |
| 484 | specific instructions in <file:Documentation/sound/oss/README.OSS>. |
| 485 | Some drivers have their own MSS support and saying Y to this option |
| 486 | will cause a conflict. |
| 487 | |
| 488 | If you compile the driver into the kernel, you have to add |
| 489 | "ad1848=<io>,<irq>,<dma>,<dma2>[,<type>]" to the kernel command |
| 490 | line. |
| 491 | |
| 492 | config SOUND_MPU401 |
| 493 | tristate "MPU-401 support (NOT for SB16)" |
| 494 | depends on SOUND_OSS |
| 495 | ---help--- |
| 496 | Be careful with this question. The MPU401 interface is supported by |
| 497 | all sound cards. However, some natively supported cards have their |
| 498 | own driver for MPU401. Enabling this MPU401 option with these cards |
| 499 | will cause a conflict. Also, enabling MPU401 on a system that |
| 500 | doesn't really have a MPU401 could cause some trouble. If your card |
| 501 | was in the list of supported cards, look at the card specific |
| 502 | instructions in the <file:Documentation/sound/oss/README.OSS> file. It |
| 503 | is safe to answer Y if you have a true MPU401 MIDI interface card. |
| 504 | |
| 505 | If you compile the driver into the kernel, you have to add |
| 506 | "mpu401=<io>,<irq>" to the kernel command line. |
| 507 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 508 | config SOUND_PAS |
| 509 | tristate "ProAudioSpectrum 16 support" |
| 510 | depends on SOUND_OSS |
| 511 | ---help--- |
| 512 | Answer Y only if you have a Pro Audio Spectrum 16, ProAudio Studio |
| 513 | 16 or Logitech SoundMan 16 sound card. Answer N if you have some |
| 514 | other card made by Media Vision or Logitech since those are not |
| 515 | PAS16 compatible. Please read <file:Documentation/sound/oss/PAS16>. |
| 516 | It is not necessary to add Sound Blaster support separately; it |
| 517 | is included in PAS support. |
| 518 | |
| 519 | If you compile the driver into the kernel, you have to add |
| 520 | "pas2=<io>,<irq>,<dma>,<dma2>,<sbio>,<sbirq>,<sbdma>,<sbdma2> |
| 521 | to the kernel command line. |
| 522 | |
| 523 | config PAS_JOYSTICK |
| 524 | bool "Enable PAS16 joystick port" |
| 525 | depends on SOUND_PAS=y |
| 526 | help |
| 527 | Say Y here to enable the Pro Audio Spectrum 16's auxiliary joystick |
| 528 | port. |
| 529 | |
| 530 | config SOUND_PSS |
| 531 | tristate "PSS (AD1848, ADSP-2115, ESC614) support" |
| 532 | depends on SOUND_OSS |
| 533 | help |
| 534 | Answer Y or M if you have an Orchid SW32, Cardinal DSP16, Beethoven |
| 535 | ADSP-16 or some other card based on the PSS chipset (AD1848 codec + |
| 536 | ADSP-2115 DSP chip + Echo ESC614 ASIC CHIP). For more information on |
| 537 | how to compile it into the kernel or as a module see the file |
| 538 | <file:Documentation/sound/oss/PSS>. |
| 539 | |
| 540 | If you compile the driver into the kernel, you have to add |
| 541 | "pss=<io>,<mssio>,<mssirq>,<mssdma>,<mpuio>,<mpuirq>" to the kernel |
| 542 | command line. |
| 543 | |
| 544 | config PSS_MIXER |
Matt LaPlante | 44c0920 | 2006-10-03 22:34:14 +0200 | [diff] [blame] | 545 | bool "Enable PSS mixer (Beethoven ADSP-16 and other compatible)" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 546 | depends on SOUND_PSS |
| 547 | help |
| 548 | Answer Y for Beethoven ADSP-16. You may try to say Y also for other |
| 549 | cards if they have master volume, bass, treble, and you can't |
| 550 | control it under Linux. If you answer N for Beethoven ADSP-16, you |
| 551 | can't control master volume, bass, treble and synth volume. |
| 552 | |
| 553 | If you said M to "PSS support" above, you may enable or disable this |
| 554 | PSS mixer with the module parameter pss_mixer. For more information |
| 555 | see the file <file:Documentation/sound/oss/PSS>. |
| 556 | |
| 557 | config PSS_HAVE_BOOT |
| 558 | bool "Have DSPxxx.LD firmware file" |
| 559 | depends on SOUND_PSS && !STANDALONE |
| 560 | help |
| 561 | If you have the DSPxxx.LD file or SYNTH.LD file for you card, say Y |
| 562 | to include this file. Without this file the synth device (OPL) may |
| 563 | not work. |
| 564 | |
| 565 | config PSS_BOOT_FILE |
| 566 | string "Full pathname of DSPxxx.LD firmware file" |
| 567 | depends on PSS_HAVE_BOOT |
| 568 | default "/etc/sound/dsp001.ld" |
| 569 | help |
| 570 | Enter the full pathname of your DSPxxx.LD file or SYNTH.LD file, |
| 571 | starting from /. |
| 572 | |
| 573 | config SOUND_SB |
| 574 | tristate "100% Sound Blaster compatibles (SB16/32/64, ESS, Jazz16) support" |
| 575 | depends on SOUND_OSS |
| 576 | ---help--- |
| 577 | Answer Y if you have an original Sound Blaster card made by Creative |
| 578 | Labs or a 100% hardware compatible clone (like the Thunderboard or |
| 579 | SM Games). For an unknown card you may answer Y if the card claims |
| 580 | to be Sound Blaster-compatible. |
| 581 | |
| 582 | Please read the file <file:Documentation/sound/oss/Soundblaster>. |
| 583 | |
| 584 | You should also say Y here for cards based on the Avance Logic |
| 585 | ALS-007 and ALS-1X0 chips (read <file:Documentation/sound/oss/ALS>) and |
| 586 | for cards based on ESS chips (read |
| 587 | <file:Documentation/sound/oss/ESS1868> and |
| 588 | <file:Documentation/sound/oss/ESS>). If you have an SB AWE 32 or SB AWE |
| 589 | 64, say Y here and also to "AWE32 synth" below and read |
| 590 | <file:Documentation/sound/oss/INSTALL.awe>. If you have an IBM Mwave |
| 591 | card, say Y here and read <file:Documentation/sound/oss/mwave>. |
| 592 | |
| 593 | If you compile the driver into the kernel and don't want to use |
| 594 | isapnp, you have to add "sb=<io>,<irq>,<dma>,<dma2>" to the kernel |
| 595 | command line. |
| 596 | |
| 597 | You can say M here to compile this driver as a module; the module is |
| 598 | called sb. |
| 599 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 600 | config SOUND_YM3812 |
| 601 | tristate "Yamaha FM synthesizer (YM3812/OPL-3) support" |
Adrian Bunk | aafda4e | 2006-04-20 02:43:21 -0700 | [diff] [blame] | 602 | depends on SOUND_OSS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 603 | ---help--- |
| 604 | Answer Y if your card has a FM chip made by Yamaha (OPL2/OPL3/OPL4). |
| 605 | Answering Y is usually a safe and recommended choice, however some |
| 606 | cards may have software (TSR) FM emulation. Enabling FM support with |
| 607 | these cards may cause trouble (I don't currently know of any such |
| 608 | cards, however). Please read the file |
| 609 | <file:Documentation/sound/oss/OPL3> if your card has an OPL3 chip. |
| 610 | |
| 611 | If you compile the driver into the kernel, you have to add |
| 612 | "opl3=<io>" to the kernel command line. |
| 613 | |
| 614 | If unsure, say Y. |
| 615 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 616 | config SOUND_UART6850 |
| 617 | tristate "6850 UART support" |
| 618 | depends on SOUND_OSS |
| 619 | help |
| 620 | This option enables support for MIDI interfaces based on the 6850 |
| 621 | UART chip. This interface is rarely found on sound cards. It's safe |
| 622 | to answer N to this question. |
| 623 | |
| 624 | If you compile the driver into the kernel, you have to add |
| 625 | "uart6850=<io>,<irq>" to the kernel command line. |
| 626 | |
| 627 | config SOUND_AEDSP16 |
| 628 | tristate "Gallant Audio Cards (SC-6000 and SC-6600 based)" |
| 629 | depends on SOUND_OSS |
| 630 | ---help--- |
| 631 | Answer Y if you have a Gallant's Audio Excel DSP 16 card. This |
| 632 | driver supports Audio Excel DSP 16 but not the III nor PnP versions |
| 633 | of this card. |
| 634 | |
| 635 | The Gallant's Audio Excel DSP 16 card can emulate either an SBPro or |
| 636 | a Microsoft Sound System card, so you should have said Y to either |
| 637 | "100% Sound Blaster compatibles (SB16/32/64, ESS, Jazz16) support" |
| 638 | or "Microsoft Sound System support", above, and you need to answer |
| 639 | the "MSS emulation" and "SBPro emulation" questions below |
| 640 | accordingly. You should say Y to one and only one of these two |
| 641 | questions. |
| 642 | |
| 643 | Read the <file:Documentation/sound/oss/README.OSS> file and the head of |
| 644 | <file:drivers/sound/aedsp16.c> as well as |
| 645 | <file:Documentation/sound/oss/AudioExcelDSP16> to get more information |
| 646 | about this driver and its configuration. |
| 647 | |
| 648 | config SC6600 |
| 649 | bool "SC-6600 based audio cards (new Audio Excel DSP 16)" |
| 650 | depends on SOUND_AEDSP16 |
| 651 | help |
| 652 | The SC6600 is the new version of DSP mounted on the Audio Excel DSP |
| 653 | 16 cards. Find in the manual the FCC ID of your audio card and |
| 654 | answer Y if you have an SC6600 DSP. |
| 655 | |
| 656 | config SC6600_JOY |
| 657 | bool "Activate SC-6600 Joystick Interface" |
| 658 | depends on SC6600 |
| 659 | help |
| 660 | Say Y here in order to use the joystick interface of the Audio Excel |
| 661 | DSP 16 card. |
| 662 | |
| 663 | config SC6600_CDROM |
| 664 | int "SC-6600 CDROM Interface (4=None, 3=IDE, 1=Panasonic, 0=?Sony?)" |
| 665 | depends on SC6600 |
| 666 | default "4" |
| 667 | help |
| 668 | This is used to activate the CD-ROM interface of the Audio Excel |
| 669 | DSP 16 card. Enter: 0 for Sony, 1 for Panasonic, 2 for IDE, 4 for no |
| 670 | CD-ROM present. |
| 671 | |
| 672 | config SC6600_CDROMBASE |
| 673 | hex "SC-6600 CDROM Interface I/O Address" |
| 674 | depends on SC6600 |
| 675 | default "0" |
| 676 | help |
| 677 | Base I/O port address for the CD-ROM interface of the Audio Excel |
| 678 | DSP 16 card. |
| 679 | |
| 680 | choice |
| 681 | prompt "Audio Excel DSP 16" |
| 682 | optional |
| 683 | depends on SOUND_AEDSP16 |
| 684 | |
| 685 | config AEDSP16_MSS |
| 686 | bool "MSS emulation" |
| 687 | depends on SOUND_MSS |
| 688 | help |
| 689 | Answer Y if you want your audio card to emulate Microsoft Sound |
| 690 | System. You should then say Y to "Microsoft Sound System support" |
| 691 | and say N to "Audio Excel DSP 16 (SBPro emulation)". |
| 692 | |
| 693 | config AEDSP16_SBPRO |
| 694 | bool "SBPro emulation" |
| 695 | depends on SOUND_SB |
| 696 | help |
| 697 | Answer Y if you want your audio card to emulate Sound Blaster Pro. |
| 698 | You should then say Y to "100% Sound Blaster compatibles |
| 699 | (SB16/32/64, ESS, Jazz16) support" and N to "Audio Excel DSP 16 (MSS |
| 700 | emulation)". |
| 701 | |
| 702 | If you compile the driver into the kernel, you have to add |
| 703 | "aedsp16=<io>,<irq>,<dma>,<mssio>,<mpuio>,<mouirq>" to the kernel |
| 704 | command line. |
| 705 | |
| 706 | endchoice |
| 707 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 708 | config SOUND_VIDC |
| 709 | tristate "VIDC 16-bit sound" |
| 710 | depends on ARM && (ARCH_ACORN || ARCH_CLPS7500) && SOUND_OSS |
| 711 | help |
| 712 | 16-bit support for the VIDC onboard sound hardware found on Acorn |
| 713 | machines. |
| 714 | |
| 715 | config SOUND_WAVEARTIST |
| 716 | tristate "Netwinder WaveArtist" |
| 717 | depends on ARM && SOUND_OSS && ARCH_NETWINDER |
| 718 | help |
| 719 | Say Y here to include support for the Rockwell WaveArtist sound |
| 720 | system. This driver is mainly for the NetWinder. |
| 721 | |
| 722 | config SOUND_TVMIXER |
| 723 | tristate "TV card (bt848) mixer support" |
Adrian Bunk | 274ee1cd | 2007-05-08 00:27:14 -0700 | [diff] [blame] | 724 | depends on SOUND_PRIME && I2C && VIDEO_V4L1 && OSS_OBSOLETE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 725 | help |
| 726 | Support for audio mixer facilities on the BT848 TV frame-grabber |
| 727 | card. |
| 728 | |
| 729 | config SOUND_KAHLUA |
| 730 | tristate "XpressAudio Sound Blaster emulation" |
| 731 | depends on SOUND_SB |
| 732 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 733 | config SOUND_SH_DAC_AUDIO |
| 734 | tristate "SuperH DAC audio support" |
Adrian Bunk | b6260cd | 2005-06-25 14:59:11 -0700 | [diff] [blame] | 735 | depends on SOUND_PRIME && CPU_SH3 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 736 | |
| 737 | config SOUND_SH_DAC_AUDIO_CHANNEL |
Roman Zippel | e55a3e8 | 2006-06-08 22:12:49 -0700 | [diff] [blame] | 738 | int "DAC channel" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 739 | default "1" |
| 740 | depends on SOUND_SH_DAC_AUDIO |