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 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | config SOUND_BCM_CS4297A |
| 9 | tristate "Crystal Sound CS4297a (for Swarm)" |
Takashi Iwai | 72860b0 | 2008-05-30 11:25:03 +0200 | [diff] [blame] | 10 | depends on SIBYTE_SWARM |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | help |
| 12 | The BCM91250A has a Crystal CS4297a on synchronous serial |
| 13 | port B (in addition to the DB-9 serial port). Say Y or M |
| 14 | here to enable the sound chip instead of the UART. Also |
| 15 | note that CONFIG_KGDB should not be enabled at the same |
| 16 | time, since it also attempts to use this UART port. |
| 17 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 18 | config SOUND_VWSND |
| 19 | tristate "SGI Visual Workstation Sound" |
Takashi Iwai | 72860b0 | 2008-05-30 11:25:03 +0200 | [diff] [blame] | 20 | depends on X86_VISWS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 21 | help |
| 22 | Say Y or M if you have an SGI Visual Workstation and you want to be |
| 23 | able to use its on-board audio. Read |
| 24 | <file:Documentation/sound/oss/vwsnd> for more info on this driver's |
| 25 | capabilities. |
| 26 | |
| 27 | config SOUND_HAL2 |
| 28 | tristate "SGI HAL2 sound (EXPERIMENTAL)" |
Takashi Iwai | 72860b0 | 2008-05-30 11:25:03 +0200 | [diff] [blame] | 29 | depends on SGI_IP22 && EXPERIMENTAL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 30 | help |
Kumba | b97b36b | 2006-06-18 02:17:08 -0400 | [diff] [blame] | 31 | Say Y or M if you have an SGI Indy or Indigo2 system and want to be able to |
| 32 | use its on-board A2 audio system. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 33 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 34 | config SOUND_AU1550_AC97 |
Domen Puncer | bb12b76 | 2006-06-25 05:49:29 -0700 | [diff] [blame] | 35 | tristate "Au1550/Au1200 AC97 Sound" |
Takashi Iwai | 72860b0 | 2008-05-30 11:25:03 +0200 | [diff] [blame] | 36 | depends on SOC_AU1550 || SOC_AU1200 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 37 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 38 | config SOUND_MSNDCLAS |
| 39 | tristate "Support for Turtle Beach MultiSound Classic, Tahiti, Monterey" |
Takashi Iwai | 72860b0 | 2008-05-30 11:25:03 +0200 | [diff] [blame] | 40 | depends on (m || !STANDALONE) && ISA |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 41 | help |
| 42 | Say M here if you have a Turtle Beach MultiSound Classic, Tahiti or |
| 43 | Monterey (not for the Pinnacle or Fiji). |
| 44 | |
| 45 | See <file:Documentation/sound/oss/MultiSound> for important information |
| 46 | about this driver. Note that it has been discontinued, but the |
| 47 | Voyetra Turtle Beach knowledge base entry for it is still available |
| 48 | at <http://www.turtlebeach.com/site/kb_ftp/790.asp>. |
| 49 | |
| 50 | comment "Compiled-in MSND Classic support requires firmware during compilation." |
| 51 | depends on SOUND_PRIME && SOUND_MSNDCLAS=y |
| 52 | |
| 53 | config MSNDCLAS_HAVE_BOOT |
| 54 | bool |
| 55 | depends on SOUND_MSNDCLAS=y && !STANDALONE |
| 56 | default y |
| 57 | |
| 58 | config MSNDCLAS_INIT_FILE |
| 59 | string "Full pathname of MSNDINIT.BIN firmware file" |
| 60 | depends on SOUND_MSNDCLAS |
| 61 | default "/etc/sound/msndinit.bin" |
| 62 | help |
| 63 | The MultiSound cards have two firmware files which are required for |
| 64 | operation, and are not currently included. These files can be |
| 65 | obtained from Turtle Beach. See |
| 66 | <file:Documentation/sound/oss/MultiSound> for information on how to |
| 67 | obtain this. |
| 68 | |
| 69 | config MSNDCLAS_PERM_FILE |
| 70 | string "Full pathname of MSNDPERM.BIN firmware file" |
| 71 | depends on SOUND_MSNDCLAS |
| 72 | default "/etc/sound/msndperm.bin" |
| 73 | help |
| 74 | The MultiSound cards have two firmware files which are required for |
| 75 | operation, and are not currently included. These files can be |
| 76 | obtained from Turtle Beach. See |
| 77 | <file:Documentation/sound/oss/MultiSound> for information on how to |
| 78 | obtain this. |
| 79 | |
| 80 | config MSNDCLAS_IRQ |
| 81 | int "MSND Classic IRQ 5, 7, 9, 10, 11, 12" |
| 82 | depends on SOUND_MSNDCLAS=y |
| 83 | default "5" |
| 84 | help |
| 85 | Interrupt Request line for the MultiSound Classic and related cards. |
| 86 | |
| 87 | config MSNDCLAS_MEM |
| 88 | hex "MSND Classic memory B0000, C8000, D0000, D8000, E0000, E8000" |
| 89 | depends on SOUND_MSNDCLAS=y |
| 90 | default "D0000" |
| 91 | help |
| 92 | Memory-mapped I/O base address for the MultiSound Classic and |
| 93 | related cards. |
| 94 | |
| 95 | config MSNDCLAS_IO |
| 96 | hex "MSND Classic I/O 210, 220, 230, 240, 250, 260, 290, 3E0" |
| 97 | depends on SOUND_MSNDCLAS=y |
| 98 | default "290" |
| 99 | help |
| 100 | I/O port address for the MultiSound Classic and related cards. |
| 101 | |
| 102 | config SOUND_MSNDPIN |
| 103 | tristate "Support for Turtle Beach MultiSound Pinnacle, Fiji" |
Takashi Iwai | 72860b0 | 2008-05-30 11:25:03 +0200 | [diff] [blame] | 104 | depends on (m || !STANDALONE) && ISA |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 105 | help |
| 106 | Say M here if you have a Turtle Beach MultiSound Pinnacle or Fiji. |
| 107 | See <file:Documentation/sound/oss/MultiSound> for important information |
| 108 | about this driver. Note that it has been discontinued, but the |
| 109 | Voyetra Turtle Beach knowledge base entry for it is still available |
| 110 | at <http://www.turtlebeach.com/site/kb_ftp/600.asp>. |
| 111 | |
| 112 | comment "Compiled-in MSND Pinnacle support requires firmware during compilation." |
| 113 | depends on SOUND_PRIME && SOUND_MSNDPIN=y |
| 114 | |
| 115 | config MSNDPIN_HAVE_BOOT |
| 116 | bool |
| 117 | depends on SOUND_MSNDPIN=y |
| 118 | default y |
| 119 | |
| 120 | config MSNDPIN_INIT_FILE |
| 121 | string "Full pathname of PNDSPINI.BIN firmware file" |
| 122 | depends on SOUND_MSNDPIN |
| 123 | default "/etc/sound/pndspini.bin" |
| 124 | help |
| 125 | The MultiSound cards have two firmware files which are required |
| 126 | for operation, and are not currently included. These files can be |
| 127 | obtained from Turtle Beach. See |
| 128 | <file:Documentation/sound/oss/MultiSound> for information on how to |
| 129 | obtain this. |
| 130 | |
| 131 | config MSNDPIN_PERM_FILE |
| 132 | string "Full pathname of PNDSPERM.BIN firmware file" |
| 133 | depends on SOUND_MSNDPIN |
| 134 | default "/etc/sound/pndsperm.bin" |
| 135 | help |
| 136 | The MultiSound cards have two firmware files which are required for |
| 137 | operation, and are not currently included. These files can be |
| 138 | obtained from Turtle Beach. See |
| 139 | <file:Documentation/sound/oss/MultiSound> for information on how to |
| 140 | obtain this. |
| 141 | |
| 142 | config MSNDPIN_IRQ |
| 143 | int "MSND Pinnacle IRQ 5, 7, 9, 10, 11, 12" |
| 144 | depends on SOUND_MSNDPIN=y |
| 145 | default "5" |
| 146 | help |
| 147 | Interrupt request line for the primary synthesizer on MultiSound |
| 148 | Pinnacle and Fiji sound cards. |
| 149 | |
| 150 | config MSNDPIN_MEM |
| 151 | hex "MSND Pinnacle memory B0000, C8000, D0000, D8000, E0000, E8000" |
| 152 | depends on SOUND_MSNDPIN=y |
| 153 | default "D0000" |
| 154 | help |
| 155 | Memory-mapped I/O base address for the primary synthesizer on |
| 156 | MultiSound Pinnacle and Fiji sound cards. |
| 157 | |
| 158 | config MSNDPIN_IO |
| 159 | hex "MSND Pinnacle I/O 210, 220, 230, 240, 250, 260, 290, 3E0" |
| 160 | depends on SOUND_MSNDPIN=y |
| 161 | default "290" |
| 162 | help |
| 163 | Memory-mapped I/O base address for the primary synthesizer on |
| 164 | MultiSound Pinnacle and Fiji sound cards. |
| 165 | |
| 166 | config MSNDPIN_DIGITAL |
| 167 | bool "MSND Pinnacle has S/PDIF I/O" |
| 168 | depends on SOUND_MSNDPIN=y |
| 169 | help |
| 170 | If you have the S/PDIF daughter board for the Pinnacle or Fiji, |
| 171 | answer Y here; otherwise, say N. If you have this, you will be able |
| 172 | to play and record from the S/PDIF port (digital signal). See |
| 173 | <file:Documentation/sound/oss/MultiSound> for information on how to make |
| 174 | use of this capability. |
| 175 | |
| 176 | config MSNDPIN_NONPNP |
| 177 | bool "MSND Pinnacle non-PnP Mode" |
| 178 | depends on SOUND_MSNDPIN=y |
| 179 | help |
| 180 | The Pinnacle and Fiji card resources can be configured either with |
| 181 | PnP, or through a configuration port. Say Y here if your card is NOT |
| 182 | in PnP mode. For the Pinnacle, configuration in non-PnP mode allows |
| 183 | use of the IDE and joystick peripherals on the card as well; these |
| 184 | do not show up when the card is in PnP mode. Specifying zero for any |
| 185 | resource of a device will disable the device. If you are running the |
| 186 | card in PnP mode, you must say N here and use isapnptools to |
| 187 | configure the card's resources. |
| 188 | |
| 189 | comment "MSND Pinnacle DSP section will be configured to above parameters." |
Takashi Iwai | 72860b0 | 2008-05-30 11:25:03 +0200 | [diff] [blame] | 190 | depends on SOUND_MSNDPIN=y && MSNDPIN_NONPNP |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 191 | |
| 192 | config MSNDPIN_CFG |
| 193 | hex "MSND Pinnacle config port 250,260,270" |
| 194 | depends on MSNDPIN_NONPNP |
| 195 | default "250" |
| 196 | help |
| 197 | This is the port which the Pinnacle and Fiji uses to configure the |
| 198 | card's resources when not in PnP mode. If your card is in PnP mode, |
| 199 | then be sure to say N to the previous option, "MSND Pinnacle Non-PnP |
| 200 | Mode". |
| 201 | |
| 202 | comment "Pinnacle-specific Device Configuration (0 disables)" |
Takashi Iwai | 72860b0 | 2008-05-30 11:25:03 +0200 | [diff] [blame] | 203 | depends on SOUND_MSNDPIN=y && MSNDPIN_NONPNP |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 204 | |
| 205 | config MSNDPIN_MPU_IO |
| 206 | hex "MSND Pinnacle MPU I/O (e.g. 330)" |
| 207 | depends on MSNDPIN_NONPNP |
| 208 | default "0" |
| 209 | help |
| 210 | Memory-mapped I/O base address for the Kurzweil daughterboard |
| 211 | synthesizer on MultiSound Pinnacle and Fiji sound cards. |
| 212 | |
| 213 | config MSNDPIN_MPU_IRQ |
| 214 | int "MSND Pinnacle MPU IRQ (e.g. 9)" |
| 215 | depends on MSNDPIN_NONPNP |
| 216 | default "0" |
| 217 | help |
| 218 | Interrupt request number for the Kurzweil daughterboard |
| 219 | synthesizer on MultiSound Pinnacle and Fiji sound cards. |
| 220 | |
| 221 | config MSNDPIN_IDE_IO0 |
| 222 | hex "MSND Pinnacle IDE I/O 0 (e.g. 170)" |
| 223 | depends on MSNDPIN_NONPNP |
| 224 | default "0" |
| 225 | help |
| 226 | CD-ROM drive 0 memory-mapped I/O base address for the MultiSound |
| 227 | Pinnacle and Fiji sound cards. |
| 228 | |
| 229 | config MSNDPIN_IDE_IO1 |
| 230 | hex "MSND Pinnacle IDE I/O 1 (e.g. 376)" |
| 231 | depends on MSNDPIN_NONPNP |
| 232 | default "0" |
| 233 | help |
| 234 | CD-ROM drive 1 memory-mapped I/O base address for the MultiSound |
| 235 | Pinnacle and Fiji sound cards. |
| 236 | |
| 237 | config MSNDPIN_IDE_IRQ |
| 238 | int "MSND Pinnacle IDE IRQ (e.g. 15)" |
| 239 | depends on MSNDPIN_NONPNP |
| 240 | default "0" |
| 241 | help |
| 242 | Interrupt request number for the IDE CD-ROM interface on the |
| 243 | MultiSound Pinnacle and Fiji sound cards. |
| 244 | |
| 245 | config MSNDPIN_JOYSTICK_IO |
| 246 | hex "MSND Pinnacle joystick I/O (e.g. 200)" |
| 247 | depends on MSNDPIN_NONPNP |
| 248 | default "0" |
| 249 | help |
| 250 | Memory-mapped I/O base address for the joystick port on MultiSound |
| 251 | Pinnacle and Fiji sound cards. |
| 252 | |
| 253 | config MSND_FIFOSIZE |
| 254 | int "MSND buffer size (kB)" |
Takashi Iwai | 72860b0 | 2008-05-30 11:25:03 +0200 | [diff] [blame] | 255 | depends on SOUND_MSNDPIN=y || SOUND_MSNDCLAS=y |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 256 | default "128" |
| 257 | help |
| 258 | Configures the size of each audio buffer, in kilobytes, for |
| 259 | recording and playing in the MultiSound drivers (both the Classic |
| 260 | and Pinnacle). Larger values reduce the chance of data overruns at |
| 261 | the expense of overall latency. If unsure, use the default. |
| 262 | |
Takashi Iwai | 72860b0 | 2008-05-30 11:25:03 +0200 | [diff] [blame] | 263 | menuconfig SOUND_OSS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 264 | tristate "OSS sound modules" |
Takashi Iwai | 72860b0 | 2008-05-30 11:25:03 +0200 | [diff] [blame] | 265 | depends on ISA_DMA_API && VIRT_TO_BUS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 266 | help |
| 267 | OSS is the Open Sound System suite of sound card drivers. They make |
| 268 | sound programming easier since they provide a common API. Say Y or |
| 269 | M here (the module will be called sound) if you haven't found a |
| 270 | driver for your sound card above, then pick your driver from the |
| 271 | list below. |
| 272 | |
Takashi Iwai | 72860b0 | 2008-05-30 11:25:03 +0200 | [diff] [blame] | 273 | if SOUND_OSS |
| 274 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 275 | config SOUND_TRACEINIT |
| 276 | bool "Verbose initialisation" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 277 | help |
| 278 | Verbose soundcard initialization -- affects the format of autoprobe |
| 279 | and initialization messages at boot time. |
| 280 | |
| 281 | config SOUND_DMAP |
| 282 | bool "Persistent DMA buffers" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 283 | ---help--- |
| 284 | Linux can often have problems allocating DMA buffers for ISA sound |
| 285 | cards on machines with more than 16MB of RAM. This is because ISA |
| 286 | DMA buffers must exist below the 16MB boundary and it is quite |
| 287 | possible that a large enough free block in this region cannot be |
| 288 | found after the machine has been running for a while. If you say Y |
| 289 | here the DMA buffers (64Kb) will be allocated at boot time and kept |
| 290 | until the shutdown. This option is only useful if you said Y to |
| 291 | "OSS sound modules", above. If you said M to "OSS sound modules" |
| 292 | then you can get the persistent DMA buffer functionality by passing |
| 293 | the command-line argument "dmabuf=1" to the sound module. |
| 294 | |
| 295 | Say Y unless you have 16MB or more RAM or a PCI sound card. |
| 296 | |
Adrian Bunk | 1e075d5 | 2006-06-29 02:24:30 -0700 | [diff] [blame] | 297 | config SOUND_SSCAPE |
| 298 | tristate "Ensoniq SoundScape support" |
Adrian Bunk | 1e075d5 | 2006-06-29 02:24:30 -0700 | [diff] [blame] | 299 | help |
| 300 | Answer Y if you have a sound card based on the Ensoniq SoundScape |
| 301 | chipset. Such cards are being manufactured at least by Ensoniq, Spea |
| 302 | and Reveal (Reveal makes also other cards). |
| 303 | |
| 304 | If you compile the driver into the kernel, you have to add |
| 305 | "sscape=<io>,<irq>,<dma>,<mpuio>,<mpuirq>" to the kernel command |
| 306 | line. |
| 307 | |
| 308 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 309 | config SOUND_VMIDI |
| 310 | tristate "Loopback MIDI device support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 311 | help |
| 312 | Support for MIDI loopback on port 1 or 2. |
| 313 | |
| 314 | config SOUND_TRIX |
| 315 | tristate "MediaTrix AudioTrix Pro support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 316 | help |
| 317 | Answer Y if you have the AudioTriX Pro sound card manufactured |
| 318 | by MediaTrix. |
| 319 | |
| 320 | config TRIX_HAVE_BOOT |
| 321 | bool "Have TRXPRO.HEX firmware file" |
| 322 | depends on SOUND_TRIX=y && !STANDALONE |
| 323 | help |
| 324 | The MediaTrix AudioTrix Pro has an on-board microcontroller which |
| 325 | needs to be initialized by downloading the code from the file |
| 326 | TRXPRO.HEX in the DOS driver directory. If you don't have the |
| 327 | TRXPRO.HEX file handy you may skip this step. However, the SB and |
| 328 | MPU-401 modes of AudioTrix Pro will not work without this file! |
| 329 | |
| 330 | config TRIX_BOOT_FILE |
| 331 | string "Full pathname of TRXPRO.HEX firmware file" |
| 332 | depends on TRIX_HAVE_BOOT |
| 333 | default "/etc/sound/trxpro.hex" |
| 334 | help |
| 335 | Enter the full pathname of your TRXPRO.HEX file, starting from /. |
| 336 | |
| 337 | config SOUND_MSS |
| 338 | tristate "Microsoft Sound System support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 339 | ---help--- |
| 340 | Again think carefully before answering Y to this question. It's |
| 341 | safe to answer Y if you have the original Windows Sound System card |
| 342 | made by Microsoft or Aztech SG 16 Pro (or NX16 Pro). Also you may |
| 343 | say Y in case your card is NOT among these: |
| 344 | |
| 345 | ATI Stereo F/X, AdLib, Audio Excell DSP16, Cardinal DSP16, |
| 346 | Ensoniq SoundScape (and compatibles made by Reveal and Spea), |
| 347 | Gravis Ultrasound, Gravis Ultrasound ACE, Gravis Ultrasound Max, |
| 348 | Gravis Ultrasound with 16 bit option, Logitech Sound Man 16, |
| 349 | Logitech SoundMan Games, Logitech SoundMan Wave, MAD16 Pro (OPTi |
| 350 | 82C929), Media Vision Jazz16, MediaTriX AudioTriX Pro, Microsoft |
| 351 | Windows Sound System (MSS/WSS), Mozart (OAK OTI-601), Orchid |
| 352 | SW32, Personal Sound System (PSS), Pro Audio Spectrum 16, Pro |
| 353 | Audio Studio 16, Pro Sonic 16, Roland MPU-401 MIDI interface, |
| 354 | Sound Blaster 1.0, Sound Blaster 16, Sound Blaster 16ASP, Sound |
| 355 | Blaster 2.0, Sound Blaster AWE32, Sound Blaster Pro, TI TM4000M |
| 356 | notebook, ThunderBoard, Turtle Beach Tropez, Yamaha FM |
| 357 | synthesizers (OPL2, OPL3 and OPL4), 6850 UART MIDI Interface. |
| 358 | |
| 359 | For cards having native support in VoxWare, consult the card |
| 360 | specific instructions in <file:Documentation/sound/oss/README.OSS>. |
| 361 | Some drivers have their own MSS support and saying Y to this option |
| 362 | will cause a conflict. |
| 363 | |
| 364 | If you compile the driver into the kernel, you have to add |
| 365 | "ad1848=<io>,<irq>,<dma>,<dma2>[,<type>]" to the kernel command |
| 366 | line. |
| 367 | |
| 368 | config SOUND_MPU401 |
| 369 | tristate "MPU-401 support (NOT for SB16)" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 370 | ---help--- |
| 371 | Be careful with this question. The MPU401 interface is supported by |
| 372 | all sound cards. However, some natively supported cards have their |
| 373 | own driver for MPU401. Enabling this MPU401 option with these cards |
| 374 | will cause a conflict. Also, enabling MPU401 on a system that |
| 375 | doesn't really have a MPU401 could cause some trouble. If your card |
| 376 | was in the list of supported cards, look at the card specific |
| 377 | instructions in the <file:Documentation/sound/oss/README.OSS> file. It |
| 378 | is safe to answer Y if you have a true MPU401 MIDI interface card. |
| 379 | |
| 380 | If you compile the driver into the kernel, you have to add |
| 381 | "mpu401=<io>,<irq>" to the kernel command line. |
| 382 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 383 | config SOUND_PAS |
| 384 | tristate "ProAudioSpectrum 16 support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 385 | ---help--- |
| 386 | Answer Y only if you have a Pro Audio Spectrum 16, ProAudio Studio |
| 387 | 16 or Logitech SoundMan 16 sound card. Answer N if you have some |
| 388 | other card made by Media Vision or Logitech since those are not |
| 389 | PAS16 compatible. Please read <file:Documentation/sound/oss/PAS16>. |
| 390 | It is not necessary to add Sound Blaster support separately; it |
| 391 | is included in PAS support. |
| 392 | |
| 393 | If you compile the driver into the kernel, you have to add |
| 394 | "pas2=<io>,<irq>,<dma>,<dma2>,<sbio>,<sbirq>,<sbdma>,<sbdma2> |
| 395 | to the kernel command line. |
| 396 | |
| 397 | config PAS_JOYSTICK |
| 398 | bool "Enable PAS16 joystick port" |
| 399 | depends on SOUND_PAS=y |
| 400 | help |
| 401 | Say Y here to enable the Pro Audio Spectrum 16's auxiliary joystick |
| 402 | port. |
| 403 | |
| 404 | config SOUND_PSS |
| 405 | tristate "PSS (AD1848, ADSP-2115, ESC614) support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 406 | help |
| 407 | Answer Y or M if you have an Orchid SW32, Cardinal DSP16, Beethoven |
| 408 | ADSP-16 or some other card based on the PSS chipset (AD1848 codec + |
| 409 | ADSP-2115 DSP chip + Echo ESC614 ASIC CHIP). For more information on |
| 410 | how to compile it into the kernel or as a module see the file |
| 411 | <file:Documentation/sound/oss/PSS>. |
| 412 | |
| 413 | If you compile the driver into the kernel, you have to add |
| 414 | "pss=<io>,<mssio>,<mssirq>,<mssdma>,<mpuio>,<mpuirq>" to the kernel |
| 415 | command line. |
| 416 | |
| 417 | config PSS_MIXER |
Matt LaPlante | 44c0920 | 2006-10-03 22:34:14 +0200 | [diff] [blame] | 418 | bool "Enable PSS mixer (Beethoven ADSP-16 and other compatible)" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 419 | depends on SOUND_PSS |
| 420 | help |
| 421 | Answer Y for Beethoven ADSP-16. You may try to say Y also for other |
| 422 | cards if they have master volume, bass, treble, and you can't |
| 423 | control it under Linux. If you answer N for Beethoven ADSP-16, you |
| 424 | can't control master volume, bass, treble and synth volume. |
| 425 | |
| 426 | If you said M to "PSS support" above, you may enable or disable this |
| 427 | PSS mixer with the module parameter pss_mixer. For more information |
| 428 | see the file <file:Documentation/sound/oss/PSS>. |
| 429 | |
| 430 | config PSS_HAVE_BOOT |
| 431 | bool "Have DSPxxx.LD firmware file" |
| 432 | depends on SOUND_PSS && !STANDALONE |
| 433 | help |
| 434 | If you have the DSPxxx.LD file or SYNTH.LD file for you card, say Y |
| 435 | to include this file. Without this file the synth device (OPL) may |
| 436 | not work. |
| 437 | |
| 438 | config PSS_BOOT_FILE |
| 439 | string "Full pathname of DSPxxx.LD firmware file" |
| 440 | depends on PSS_HAVE_BOOT |
| 441 | default "/etc/sound/dsp001.ld" |
| 442 | help |
| 443 | Enter the full pathname of your DSPxxx.LD file or SYNTH.LD file, |
| 444 | starting from /. |
| 445 | |
| 446 | config SOUND_SB |
| 447 | tristate "100% Sound Blaster compatibles (SB16/32/64, ESS, Jazz16) support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 448 | ---help--- |
| 449 | Answer Y if you have an original Sound Blaster card made by Creative |
| 450 | Labs or a 100% hardware compatible clone (like the Thunderboard or |
| 451 | SM Games). For an unknown card you may answer Y if the card claims |
| 452 | to be Sound Blaster-compatible. |
| 453 | |
| 454 | Please read the file <file:Documentation/sound/oss/Soundblaster>. |
| 455 | |
| 456 | You should also say Y here for cards based on the Avance Logic |
| 457 | ALS-007 and ALS-1X0 chips (read <file:Documentation/sound/oss/ALS>) and |
| 458 | for cards based on ESS chips (read |
| 459 | <file:Documentation/sound/oss/ESS1868> and |
| 460 | <file:Documentation/sound/oss/ESS>). If you have an SB AWE 32 or SB AWE |
| 461 | 64, say Y here and also to "AWE32 synth" below and read |
| 462 | <file:Documentation/sound/oss/INSTALL.awe>. If you have an IBM Mwave |
| 463 | card, say Y here and read <file:Documentation/sound/oss/mwave>. |
| 464 | |
| 465 | If you compile the driver into the kernel and don't want to use |
| 466 | isapnp, you have to add "sb=<io>,<irq>,<dma>,<dma2>" to the kernel |
| 467 | command line. |
| 468 | |
| 469 | You can say M here to compile this driver as a module; the module is |
| 470 | called sb. |
| 471 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 472 | config SOUND_YM3812 |
| 473 | tristate "Yamaha FM synthesizer (YM3812/OPL-3) support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 474 | ---help--- |
| 475 | Answer Y if your card has a FM chip made by Yamaha (OPL2/OPL3/OPL4). |
| 476 | Answering Y is usually a safe and recommended choice, however some |
| 477 | cards may have software (TSR) FM emulation. Enabling FM support with |
| 478 | these cards may cause trouble (I don't currently know of any such |
| 479 | cards, however). Please read the file |
| 480 | <file:Documentation/sound/oss/OPL3> if your card has an OPL3 chip. |
| 481 | |
| 482 | If you compile the driver into the kernel, you have to add |
| 483 | "opl3=<io>" to the kernel command line. |
| 484 | |
| 485 | If unsure, say Y. |
| 486 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 487 | config SOUND_UART6850 |
| 488 | tristate "6850 UART support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 489 | help |
| 490 | This option enables support for MIDI interfaces based on the 6850 |
| 491 | UART chip. This interface is rarely found on sound cards. It's safe |
| 492 | to answer N to this question. |
| 493 | |
| 494 | If you compile the driver into the kernel, you have to add |
| 495 | "uart6850=<io>,<irq>" to the kernel command line. |
| 496 | |
| 497 | config SOUND_AEDSP16 |
| 498 | tristate "Gallant Audio Cards (SC-6000 and SC-6600 based)" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 499 | ---help--- |
| 500 | Answer Y if you have a Gallant's Audio Excel DSP 16 card. This |
| 501 | driver supports Audio Excel DSP 16 but not the III nor PnP versions |
| 502 | of this card. |
| 503 | |
| 504 | The Gallant's Audio Excel DSP 16 card can emulate either an SBPro or |
| 505 | a Microsoft Sound System card, so you should have said Y to either |
| 506 | "100% Sound Blaster compatibles (SB16/32/64, ESS, Jazz16) support" |
| 507 | or "Microsoft Sound System support", above, and you need to answer |
| 508 | the "MSS emulation" and "SBPro emulation" questions below |
| 509 | accordingly. You should say Y to one and only one of these two |
| 510 | questions. |
| 511 | |
| 512 | Read the <file:Documentation/sound/oss/README.OSS> file and the head of |
Johann Felix Soden | 889c94a | 2008-01-20 14:41:18 +0100 | [diff] [blame] | 513 | <file:sound/oss/aedsp16.c> as well as |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 514 | <file:Documentation/sound/oss/AudioExcelDSP16> to get more information |
| 515 | about this driver and its configuration. |
| 516 | |
| 517 | config SC6600 |
| 518 | bool "SC-6600 based audio cards (new Audio Excel DSP 16)" |
| 519 | depends on SOUND_AEDSP16 |
| 520 | help |
| 521 | The SC6600 is the new version of DSP mounted on the Audio Excel DSP |
| 522 | 16 cards. Find in the manual the FCC ID of your audio card and |
| 523 | answer Y if you have an SC6600 DSP. |
| 524 | |
| 525 | config SC6600_JOY |
| 526 | bool "Activate SC-6600 Joystick Interface" |
| 527 | depends on SC6600 |
| 528 | help |
| 529 | Say Y here in order to use the joystick interface of the Audio Excel |
| 530 | DSP 16 card. |
| 531 | |
| 532 | config SC6600_CDROM |
| 533 | int "SC-6600 CDROM Interface (4=None, 3=IDE, 1=Panasonic, 0=?Sony?)" |
| 534 | depends on SC6600 |
| 535 | default "4" |
| 536 | help |
| 537 | This is used to activate the CD-ROM interface of the Audio Excel |
| 538 | DSP 16 card. Enter: 0 for Sony, 1 for Panasonic, 2 for IDE, 4 for no |
| 539 | CD-ROM present. |
| 540 | |
| 541 | config SC6600_CDROMBASE |
| 542 | hex "SC-6600 CDROM Interface I/O Address" |
| 543 | depends on SC6600 |
| 544 | default "0" |
| 545 | help |
| 546 | Base I/O port address for the CD-ROM interface of the Audio Excel |
| 547 | DSP 16 card. |
| 548 | |
| 549 | choice |
| 550 | prompt "Audio Excel DSP 16" |
| 551 | optional |
| 552 | depends on SOUND_AEDSP16 |
| 553 | |
| 554 | config AEDSP16_MSS |
| 555 | bool "MSS emulation" |
| 556 | depends on SOUND_MSS |
| 557 | help |
| 558 | Answer Y if you want your audio card to emulate Microsoft Sound |
| 559 | System. You should then say Y to "Microsoft Sound System support" |
| 560 | and say N to "Audio Excel DSP 16 (SBPro emulation)". |
| 561 | |
| 562 | config AEDSP16_SBPRO |
| 563 | bool "SBPro emulation" |
| 564 | depends on SOUND_SB |
| 565 | help |
| 566 | Answer Y if you want your audio card to emulate Sound Blaster Pro. |
| 567 | You should then say Y to "100% Sound Blaster compatibles |
| 568 | (SB16/32/64, ESS, Jazz16) support" and N to "Audio Excel DSP 16 (MSS |
| 569 | emulation)". |
| 570 | |
| 571 | If you compile the driver into the kernel, you have to add |
| 572 | "aedsp16=<io>,<irq>,<dma>,<mssio>,<mpuio>,<mouirq>" to the kernel |
| 573 | command line. |
| 574 | |
| 575 | endchoice |
| 576 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 577 | config SOUND_VIDC |
| 578 | tristate "VIDC 16-bit sound" |
Takashi Iwai | 72860b0 | 2008-05-30 11:25:03 +0200 | [diff] [blame] | 579 | depends on ARM && (ARCH_ACORN || ARCH_CLPS7500) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 580 | help |
| 581 | 16-bit support for the VIDC onboard sound hardware found on Acorn |
| 582 | machines. |
| 583 | |
| 584 | config SOUND_WAVEARTIST |
| 585 | tristate "Netwinder WaveArtist" |
Takashi Iwai | 72860b0 | 2008-05-30 11:25:03 +0200 | [diff] [blame] | 586 | depends on ARM && ARCH_NETWINDER |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 587 | help |
| 588 | Say Y here to include support for the Rockwell WaveArtist sound |
| 589 | system. This driver is mainly for the NetWinder. |
| 590 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 591 | config SOUND_KAHLUA |
| 592 | tristate "XpressAudio Sound Blaster emulation" |
| 593 | depends on SOUND_SB |
| 594 | |
Takashi Iwai | 72860b0 | 2008-05-30 11:25:03 +0200 | [diff] [blame] | 595 | endif # SOUND_OSS |
| 596 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 597 | config SOUND_SH_DAC_AUDIO |
| 598 | tristate "SuperH DAC audio support" |
Takashi Iwai | 72860b0 | 2008-05-30 11:25:03 +0200 | [diff] [blame] | 599 | depends on CPU_SH3 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 600 | |
| 601 | config SOUND_SH_DAC_AUDIO_CHANNEL |
Roman Zippel | e55a3e8 | 2006-06-08 22:12:49 -0700 | [diff] [blame] | 602 | int "DAC channel" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 603 | default "1" |
| 604 | depends on SOUND_SH_DAC_AUDIO |