| 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 |  | 
|  | 8 | config OBSOLETE_OSS_DRIVER | 
|  | 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 since there | 
|  | 14 | are ALSA drivers for the same hardware. | 
|  | 15 |  | 
|  | 16 | Please contact Adrian Bunk <bunk@stusta.de> if you had to | 
|  | 17 | say Y here because your soundcard is not properly supported | 
|  | 18 | by ALSA. | 
|  | 19 |  | 
|  | 20 | If unsure, say N. | 
|  | 21 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 22 | config SOUND_BT878 | 
|  | 23 | tristate "BT878 audio dma" | 
| Adrian Bunk | cecd1ca | 2005-11-08 21:34:45 -0800 | [diff] [blame^] | 24 | depends on SOUND_PRIME && PCI && OBSOLETE_OSS_DRIVER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 25 | ---help--- | 
|  | 26 | Audio DMA support for bt878 based grabber boards.  As you might have | 
|  | 27 | already noticed, bt878 is listed with two functions in /proc/pci. | 
|  | 28 | Function 0 does the video stuff (bt848 compatible), function 1 does | 
|  | 29 | the same for audio data.  This is a driver for the audio part of | 
|  | 30 | the chip.  If you say 'Y' here you get a oss-compatible dsp device | 
|  | 31 | where you can record from.  If you want just watch TV you probably | 
|  | 32 | don't need this driver as most TV cards handle sound with a short | 
|  | 33 | cable from the TV card to your sound card's line-in. | 
|  | 34 |  | 
|  | 35 | To compile this driver as a module, choose M here: the module will | 
|  | 36 | be called btaudio. | 
|  | 37 |  | 
|  | 38 | config SOUND_CMPCI | 
|  | 39 | tristate "C-Media PCI (CMI8338/8738)" | 
| Adrian Bunk | cecd1ca | 2005-11-08 21:34:45 -0800 | [diff] [blame^] | 40 | depends on SOUND_PRIME && PCI && OBSOLETE_OSS_DRIVER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 41 | help | 
|  | 42 | Say Y or M if you have a PCI sound card using the CMI8338 | 
|  | 43 | or the CMI8738 chipset.  Data on these chips are available at | 
|  | 44 | <http://www.cmedia.com.tw/>. | 
|  | 45 |  | 
|  | 46 | A userspace utility to control some internal registers of these | 
|  | 47 | chips is available at | 
|  | 48 | <http://member.nifty.ne.jp/Breeze/softwares/unix/cmictl-e.html>. | 
|  | 49 |  | 
|  | 50 | config SOUND_CMPCI_FM | 
|  | 51 | bool "Enable legacy FM" | 
|  | 52 | depends on SOUND_CMPCI && X86 | 
|  | 53 | help | 
|  | 54 | Say Y here to enable the legacy FM (frequency-modulation) synthesizer | 
|  | 55 | support on a card using the CMI8338 or CMI8378 chipset. Even it is | 
|  | 56 | enabled, you need to set fmio as proper value to enable it. | 
|  | 57 | Say N here if you don't need this. | 
|  | 58 |  | 
|  | 59 | config SOUND_CMPCI_MIDI | 
|  | 60 | bool "Enable legacy MPU-401" | 
|  | 61 | depends on SOUND_CMPCI && X86 | 
|  | 62 | help | 
|  | 63 | Say Y here to enable the legacy MPU401 MIDI synthesizer support on a | 
|  | 64 | card using the CMI8338 or CMI8378 chipset. Even it is enabled, | 
|  | 65 | you need to set mpuio as proper value to enable it. | 
|  | 66 | Say N here if you don't need this. | 
|  | 67 |  | 
|  | 68 | config SOUND_CMPCI_JOYSTICK | 
|  | 69 | bool "Enable joystick" | 
| Dmitry Torokhov | f0f05a4 | 2005-06-01 02:38:53 -0500 | [diff] [blame] | 70 | depends on SOUND_CMPCI && X86 && (GAMEPORT=y || SOUND_CMPCI=GAMEPORT) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 71 | help | 
|  | 72 | Say Y here in order to enable the joystick port on a sound card using | 
|  | 73 | the CMI8338 or the CMI8738 chipset.  You need to config the | 
|  | 74 | gameport support and set joystick parameter as 1 to use it. | 
|  | 75 | Say N here if you don't need this. | 
|  | 76 |  | 
|  | 77 | config SOUND_EMU10K1 | 
|  | 78 | tristate "Creative SBLive! (EMU10K1)" | 
| Adrian Bunk | cecd1ca | 2005-11-08 21:34:45 -0800 | [diff] [blame^] | 79 | depends on SOUND_PRIME && PCI && OBSOLETE_OSS_DRIVER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 80 | ---help--- | 
|  | 81 | Say Y or M if you have a PCI sound card using the EMU10K1 chipset, | 
|  | 82 | such as the Creative SBLive!, SB PCI512 or Emu-APS. | 
|  | 83 |  | 
|  | 84 | For more information on this driver and the degree of support for | 
|  | 85 | the different card models please check: | 
|  | 86 |  | 
|  | 87 | <http://sourceforge.net/projects/emu10k1/> | 
|  | 88 |  | 
|  | 89 | It is now possible to load dsp microcode patches into the EMU10K1 | 
|  | 90 | chip.  These patches are used to implement real time sound | 
|  | 91 | processing effects which include for example: signal routing, | 
|  | 92 | bass/treble control, AC3 passthrough, ... | 
|  | 93 | Userspace tools to create new patches and load/unload them can be | 
|  | 94 | found in the emu-tools package at the above URL. | 
|  | 95 |  | 
|  | 96 | config MIDI_EMU10K1 | 
|  | 97 | bool "Creative SBLive! MIDI (EXPERIMENTAL)" | 
| Al Viro | 276bd31 | 2005-08-23 22:45:06 +0100 | [diff] [blame] | 98 | depends on SOUND_EMU10K1 && EXPERIMENTAL && ISA_DMA_API | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 99 | help | 
|  | 100 | Say Y if you want to be able to use the OSS /dev/sequencer | 
|  | 101 | interface.  This code is still experimental. | 
|  | 102 |  | 
|  | 103 | config SOUND_FUSION | 
|  | 104 | tristate "Crystal SoundFusion (CS4280/461x)" | 
| Al Viro | 0e6d0d8 | 2005-08-23 22:48:02 +0100 | [diff] [blame] | 105 | depends on SOUND_PRIME && PCI | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 106 | help | 
|  | 107 | This module drives the Crystal SoundFusion devices (CS4280/46xx | 
|  | 108 | series) when wired as native sound drivers with AC97 codecs.  If | 
|  | 109 | this driver does not work try the CS4232 driver. | 
|  | 110 |  | 
|  | 111 | config SOUND_CS4281 | 
|  | 112 | tristate "Crystal Sound CS4281" | 
| Adrian Bunk | cecd1ca | 2005-11-08 21:34:45 -0800 | [diff] [blame^] | 113 | depends on SOUND_PRIME && PCI && OBSOLETE_OSS_DRIVER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 114 | help | 
|  | 115 | Picture and feature list at | 
|  | 116 | <http://www.pcbroker.com/crystal4281.html>. | 
|  | 117 |  | 
|  | 118 | config SOUND_BCM_CS4297A | 
|  | 119 | tristate "Crystal Sound CS4297a (for Swarm)" | 
| Adrian Bunk | b6260cd | 2005-06-25 14:59:11 -0700 | [diff] [blame] | 120 | depends on SOUND_PRIME && SIBYTE_SWARM | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 121 | help | 
|  | 122 | The BCM91250A has a Crystal CS4297a on synchronous serial | 
|  | 123 | port B (in addition to the DB-9 serial port).  Say Y or M | 
|  | 124 | here to enable the sound chip instead of the UART.  Also | 
|  | 125 | note that CONFIG_KGDB should not be enabled at the same | 
|  | 126 | time, since it also attempts to use this UART port. | 
|  | 127 |  | 
|  | 128 | config SOUND_ES1370 | 
|  | 129 | tristate "Ensoniq AudioPCI (ES1370)" | 
| Adrian Bunk | cecd1ca | 2005-11-08 21:34:45 -0800 | [diff] [blame^] | 130 | depends on SOUND_PRIME && PCI && OBSOLETE_OSS_DRIVER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 131 | help | 
|  | 132 | Say Y or M if you have a PCI sound card utilizing the Ensoniq | 
|  | 133 | ES1370 chipset, such as Ensoniq's AudioPCI (non-97). To find | 
|  | 134 | out if your sound card uses an ES1370 without removing your | 
|  | 135 | computer's cover, use lspci -n and look for the PCI ID | 
|  | 136 | 1274:5000. Since Ensoniq was bought by Creative Labs, | 
|  | 137 | Sound Blaster 64/PCI models are either ES1370 or ES1371 based. | 
|  | 138 | This driver differs slightly from OSS/Free, so PLEASE READ | 
|  | 139 | <file:Documentation/sound/oss/es1370>. | 
|  | 140 |  | 
|  | 141 | config SOUND_ES1371 | 
|  | 142 | tristate "Creative Ensoniq AudioPCI 97 (ES1371)" | 
| Adrian Bunk | cecd1ca | 2005-11-08 21:34:45 -0800 | [diff] [blame^] | 143 | depends on SOUND_PRIME && PCI && OBSOLETE_OSS_DRIVER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 144 | help | 
|  | 145 | Say Y or M if you have a PCI sound card utilizing the Ensoniq | 
|  | 146 | ES1371 chipset, such as Ensoniq's AudioPCI97. To find out if | 
|  | 147 | your sound card uses an ES1371 without removing your computer's | 
|  | 148 | cover, use lspci -n and look for the PCI ID 1274:1371. Since | 
|  | 149 | Ensoniq was bought by Creative Labs, Sound Blaster 64/PCI | 
|  | 150 | models are either ES1370 or ES1371 based. This driver differs | 
|  | 151 | slightly from OSS/Free, so PLEASE READ | 
|  | 152 | <file:Documentation/sound/oss/es1371>. | 
|  | 153 |  | 
|  | 154 | config SOUND_ESSSOLO1 | 
|  | 155 | tristate "ESS Technology Solo1" | 
| Adrian Bunk | cecd1ca | 2005-11-08 21:34:45 -0800 | [diff] [blame^] | 156 | depends on SOUND_PRIME && PCI && OBSOLETE_OSS_DRIVER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 157 | help | 
|  | 158 | Say Y or M if you have a PCI sound card utilizing the ESS Technology | 
|  | 159 | Solo1 chip. To find out if your sound card uses a | 
|  | 160 | Solo1 chip without removing your computer's cover, use | 
|  | 161 | lspci -n and look for the PCI ID 125D:1969. This driver | 
|  | 162 | differs slightly from OSS/Free, so PLEASE READ | 
|  | 163 | <file:Documentation/sound/oss/solo1>. | 
|  | 164 |  | 
|  | 165 | config SOUND_MAESTRO | 
|  | 166 | tristate "ESS Maestro, Maestro2, Maestro2E driver" | 
| Adrian Bunk | cecd1ca | 2005-11-08 21:34:45 -0800 | [diff] [blame^] | 167 | depends on SOUND_PRIME && PCI && OBSOLETE_OSS_DRIVER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 168 | help | 
|  | 169 | Say Y or M if you have a sound system driven by ESS's Maestro line | 
|  | 170 | of PCI sound chips.  These include the Maestro 1, Maestro 2, and | 
|  | 171 | Maestro 2E.  See <file:Documentation/sound/oss/Maestro> for more | 
|  | 172 | details. | 
|  | 173 |  | 
|  | 174 | config SOUND_MAESTRO3 | 
|  | 175 | tristate "ESS Maestro3/Allegro driver (EXPERIMENTAL)" | 
| Adrian Bunk | cecd1ca | 2005-11-08 21:34:45 -0800 | [diff] [blame^] | 176 | depends on SOUND_PRIME && PCI && EXPERIMENTAL && OBSOLETE_OSS_DRIVER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 177 | help | 
|  | 178 | Say Y or M if you have a sound system driven by ESS's Maestro 3 | 
|  | 179 | PCI sound chip. | 
|  | 180 |  | 
|  | 181 | config SOUND_ICH | 
|  | 182 | tristate "Intel ICH (i8xx) audio support" | 
| Adrian Bunk | b6260cd | 2005-06-25 14:59:11 -0700 | [diff] [blame] | 183 | depends on SOUND_PRIME && PCI | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 184 | help | 
|  | 185 | Support for integral audio in Intel's I/O Controller Hub (ICH) | 
|  | 186 | chipset, as used on the 810/820/840 motherboards. | 
|  | 187 |  | 
|  | 188 | config SOUND_HARMONY | 
|  | 189 | tristate "PA Harmony audio driver" | 
| Adrian Bunk | cecd1ca | 2005-11-08 21:34:45 -0800 | [diff] [blame^] | 190 | depends on GSC_LASI && SOUND_PRIME && OBSOLETE_OSS_DRIVER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 191 | help | 
|  | 192 | Say 'Y' or 'M' to include support for Harmony soundchip | 
|  | 193 | on HP 712, 715/new and many other GSC based machines. | 
|  | 194 |  | 
|  | 195 | config SOUND_SONICVIBES | 
|  | 196 | tristate "S3 SonicVibes" | 
| Adrian Bunk | cecd1ca | 2005-11-08 21:34:45 -0800 | [diff] [blame^] | 197 | depends on SOUND_PRIME && PCI && OBSOLETE_OSS_DRIVER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 198 | help | 
|  | 199 | Say Y or M if you have a PCI sound card utilizing the S3 | 
|  | 200 | SonicVibes chipset. To find out if your sound card uses a | 
|  | 201 | SonicVibes chip without removing your computer's cover, use | 
|  | 202 | lspci -n and look for the PCI ID 5333:CA00. This driver | 
|  | 203 | differs slightly from OSS/Free, so PLEASE READ | 
|  | 204 | <file:Documentation/sound/oss/sonicvibes>. | 
|  | 205 |  | 
|  | 206 | config SOUND_VWSND | 
|  | 207 | tristate "SGI Visual Workstation Sound" | 
| Adrian Bunk | b6260cd | 2005-06-25 14:59:11 -0700 | [diff] [blame] | 208 | depends on SOUND_PRIME && X86_VISWS | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 209 | help | 
|  | 210 | Say Y or M if you have an SGI Visual Workstation and you want to be | 
|  | 211 | able to use its on-board audio.  Read | 
|  | 212 | <file:Documentation/sound/oss/vwsnd> for more info on this driver's | 
|  | 213 | capabilities. | 
|  | 214 |  | 
|  | 215 | config SOUND_HAL2 | 
|  | 216 | tristate "SGI HAL2 sound (EXPERIMENTAL)" | 
| Adrian Bunk | b6260cd | 2005-06-25 14:59:11 -0700 | [diff] [blame] | 217 | depends on SOUND_PRIME && SGI_IP22 && EXPERIMENTAL | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 218 | help | 
|  | 219 | Say Y or M if you have an SGI Indy system and want to be able to | 
|  | 220 | use it's on-board A2 audio system. | 
|  | 221 |  | 
|  | 222 | config SOUND_IT8172 | 
|  | 223 | tristate "IT8172G Sound" | 
| Adrian Bunk | b6260cd | 2005-06-25 14:59:11 -0700 | [diff] [blame] | 224 | depends on SOUND_PRIME && (MIPS_ITE8172 || MIPS_IVR) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 225 |  | 
|  | 226 | config SOUND_VRC5477 | 
|  | 227 | tristate "NEC Vrc5477 AC97 sound" | 
| Adrian Bunk | b6260cd | 2005-06-25 14:59:11 -0700 | [diff] [blame] | 228 | depends on SOUND_PRIME && DDB5477 | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 229 | help | 
|  | 230 | Say Y here to enable sound support for the NEC Vrc5477 chip, an | 
|  | 231 | integrated, multi-function controller chip for MIPS CPUs.  Works | 
|  | 232 | with the AC97 codec. | 
|  | 233 |  | 
|  | 234 | config SOUND_AU1000 | 
|  | 235 | tristate "Au1000 Sound" | 
| Adrian Bunk | cecd1ca | 2005-11-08 21:34:45 -0800 | [diff] [blame^] | 236 | depends on SOUND_PRIME && (SOC_AU1000 || SOC_AU1100 || SOC_AU1500) && OBSOLETE_OSS_DRIVER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 237 |  | 
|  | 238 | config SOUND_AU1550_AC97 | 
|  | 239 | tristate "Au1550 AC97 Sound" | 
| Adrian Bunk | b6260cd | 2005-06-25 14:59:11 -0700 | [diff] [blame] | 240 | depends on SOUND_PRIME && SOC_AU1550 | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 241 |  | 
|  | 242 | config SOUND_TRIDENT | 
|  | 243 | 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] | 244 | depends on SOUND_PRIME && PCI | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 245 | ---help--- | 
|  | 246 | Say Y or M if you have a PCI sound card utilizing the Trident | 
|  | 247 | 4DWave-DX/NX chipset or your mother board chipset has SiS 7018 | 
|  | 248 | or ALi 5451 built-in. The SiS 7018 PCI Audio Core is embedded | 
|  | 249 | in SiS960 Super South Bridge and SiS540/630 Single Chipset. | 
|  | 250 | The ALi 5451 PCI Audio Core is embedded in ALi M1535, M1535D, | 
|  | 251 | M1535+ or M1535D+ South Bridge. | 
|  | 252 |  | 
|  | 253 | Use lspci -n to find out if your sound card or chipset uses | 
|  | 254 | Trident 4DWave or SiS 7018. PCI ID 1023:2000 or 1023:2001 stands | 
|  | 255 | for Trident 4Dwave. PCI ID 1039:7018 stands for SiS7018. PCI ID | 
|  | 256 | 10B9:5451 stands for ALi5451. | 
|  | 257 |  | 
|  | 258 | This driver supports S/PDIF in/out (record/playback) for ALi 5451 | 
|  | 259 | embedded in ALi M1535+ and M1535D+. Note that they aren't all | 
|  | 260 | enabled by default; you can enable them by saying Y to "/proc file | 
|  | 261 | system support" and "Sysctl support", and after the /proc file | 
|  | 262 | system has been mounted, executing the command | 
|  | 263 |  | 
|  | 264 | command			what is enabled | 
|  | 265 |  | 
|  | 266 | echo 0>/proc/ALi5451	pcm out is also set to S/PDIF out. (Default). | 
|  | 267 |  | 
|  | 268 | echo 1>/proc/ALi5451	use S/PDIF out to output pcm data. | 
|  | 269 |  | 
|  | 270 | echo 2>/proc/ALi5451	use S/PDIF out to output non-pcm data. | 
|  | 271 | (AC3...). | 
|  | 272 |  | 
|  | 273 | echo 3>/proc/ALi5451	record from Ac97 in(MIC, Line in...). | 
|  | 274 | (Default). | 
|  | 275 |  | 
|  | 276 | echo 4>/proc/ALi5451	no matter Ac97 settings, record from S/PDIF | 
|  | 277 | in. | 
|  | 278 |  | 
|  | 279 |  | 
|  | 280 | This driver differs slightly from OSS/Free, so PLEASE READ the | 
|  | 281 | comments at the top of <file:drivers/sound/trident.c>. | 
|  | 282 |  | 
|  | 283 | config SOUND_MSNDCLAS | 
|  | 284 | tristate "Support for Turtle Beach MultiSound Classic, Tahiti, Monterey" | 
| Adrian Bunk | b6260cd | 2005-06-25 14:59:11 -0700 | [diff] [blame] | 285 | depends on SOUND_PRIME && (m || !STANDALONE) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 286 | help | 
|  | 287 | Say M here if you have a Turtle Beach MultiSound Classic, Tahiti or | 
|  | 288 | Monterey (not for the Pinnacle or Fiji). | 
|  | 289 |  | 
|  | 290 | See <file:Documentation/sound/oss/MultiSound> for important information | 
|  | 291 | about this driver.  Note that it has been discontinued, but the | 
|  | 292 | Voyetra Turtle Beach knowledge base entry for it is still available | 
|  | 293 | at <http://www.turtlebeach.com/site/kb_ftp/790.asp>. | 
|  | 294 |  | 
|  | 295 | comment "Compiled-in MSND Classic support requires firmware during compilation." | 
|  | 296 | depends on SOUND_PRIME && SOUND_MSNDCLAS=y | 
|  | 297 |  | 
|  | 298 | config MSNDCLAS_HAVE_BOOT | 
|  | 299 | bool | 
|  | 300 | depends on SOUND_MSNDCLAS=y && !STANDALONE | 
|  | 301 | default y | 
|  | 302 |  | 
|  | 303 | config MSNDCLAS_INIT_FILE | 
|  | 304 | string "Full pathname of MSNDINIT.BIN firmware file" | 
|  | 305 | depends on SOUND_MSNDCLAS | 
|  | 306 | default "/etc/sound/msndinit.bin" | 
|  | 307 | help | 
|  | 308 | The MultiSound cards have two firmware files which are required for | 
|  | 309 | operation, and are not currently included. These files can be | 
|  | 310 | obtained from Turtle Beach. See | 
|  | 311 | <file:Documentation/sound/oss/MultiSound> for information on how to | 
|  | 312 | obtain this. | 
|  | 313 |  | 
|  | 314 | config MSNDCLAS_PERM_FILE | 
|  | 315 | string "Full pathname of MSNDPERM.BIN firmware file" | 
|  | 316 | depends on SOUND_MSNDCLAS | 
|  | 317 | default "/etc/sound/msndperm.bin" | 
|  | 318 | help | 
|  | 319 | The MultiSound cards have two firmware files which are required for | 
|  | 320 | operation, and are not currently included. These files can be | 
|  | 321 | obtained from Turtle Beach. See | 
|  | 322 | <file:Documentation/sound/oss/MultiSound> for information on how to | 
|  | 323 | obtain this. | 
|  | 324 |  | 
|  | 325 | config MSNDCLAS_IRQ | 
|  | 326 | int "MSND Classic IRQ 5, 7, 9, 10, 11, 12" | 
|  | 327 | depends on SOUND_MSNDCLAS=y | 
|  | 328 | default "5" | 
|  | 329 | help | 
|  | 330 | Interrupt Request line for the MultiSound Classic and related cards. | 
|  | 331 |  | 
|  | 332 | config MSNDCLAS_MEM | 
|  | 333 | hex "MSND Classic memory B0000, C8000, D0000, D8000, E0000, E8000" | 
|  | 334 | depends on SOUND_MSNDCLAS=y | 
|  | 335 | default "D0000" | 
|  | 336 | help | 
|  | 337 | Memory-mapped I/O base address for the MultiSound Classic and | 
|  | 338 | related cards. | 
|  | 339 |  | 
|  | 340 | config MSNDCLAS_IO | 
|  | 341 | hex "MSND Classic I/O 210, 220, 230, 240, 250, 260, 290, 3E0" | 
|  | 342 | depends on SOUND_MSNDCLAS=y | 
|  | 343 | default "290" | 
|  | 344 | help | 
|  | 345 | I/O port address for the MultiSound Classic and related cards. | 
|  | 346 |  | 
|  | 347 | config SOUND_MSNDPIN | 
|  | 348 | tristate "Support for Turtle Beach MultiSound Pinnacle, Fiji" | 
| Adrian Bunk | b6260cd | 2005-06-25 14:59:11 -0700 | [diff] [blame] | 349 | depends on SOUND_PRIME && (m || !STANDALONE) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 350 | help | 
|  | 351 | Say M here if you have a Turtle Beach MultiSound Pinnacle or Fiji. | 
|  | 352 | See <file:Documentation/sound/oss/MultiSound> for important information | 
|  | 353 | about this driver. Note that it has been discontinued, but the | 
|  | 354 | Voyetra Turtle Beach knowledge base entry for it is still available | 
|  | 355 | at <http://www.turtlebeach.com/site/kb_ftp/600.asp>. | 
|  | 356 |  | 
|  | 357 | comment "Compiled-in MSND Pinnacle support requires firmware during compilation." | 
|  | 358 | depends on SOUND_PRIME && SOUND_MSNDPIN=y | 
|  | 359 |  | 
|  | 360 | config MSNDPIN_HAVE_BOOT | 
|  | 361 | bool | 
|  | 362 | depends on SOUND_MSNDPIN=y | 
|  | 363 | default y | 
|  | 364 |  | 
|  | 365 | config MSNDPIN_INIT_FILE | 
|  | 366 | string "Full pathname of PNDSPINI.BIN firmware file" | 
|  | 367 | depends on SOUND_MSNDPIN | 
|  | 368 | default "/etc/sound/pndspini.bin" | 
|  | 369 | help | 
|  | 370 | The MultiSound cards have two firmware files which are required | 
|  | 371 | for operation, and are not currently included. These files can be | 
|  | 372 | obtained from Turtle Beach. See | 
|  | 373 | <file:Documentation/sound/oss/MultiSound> for information on how to | 
|  | 374 | obtain this. | 
|  | 375 |  | 
|  | 376 | config MSNDPIN_PERM_FILE | 
|  | 377 | string "Full pathname of PNDSPERM.BIN firmware file" | 
|  | 378 | depends on SOUND_MSNDPIN | 
|  | 379 | default "/etc/sound/pndsperm.bin" | 
|  | 380 | help | 
|  | 381 | The MultiSound cards have two firmware files which are required for | 
|  | 382 | operation, and are not currently included. These files can be | 
|  | 383 | obtained from Turtle Beach. See | 
|  | 384 | <file:Documentation/sound/oss/MultiSound> for information on how to | 
|  | 385 | obtain this. | 
|  | 386 |  | 
|  | 387 | config MSNDPIN_IRQ | 
|  | 388 | int "MSND Pinnacle IRQ 5, 7, 9, 10, 11, 12" | 
|  | 389 | depends on SOUND_MSNDPIN=y | 
|  | 390 | default "5" | 
|  | 391 | help | 
|  | 392 | Interrupt request line for the primary synthesizer on MultiSound | 
|  | 393 | Pinnacle and Fiji sound cards. | 
|  | 394 |  | 
|  | 395 | config MSNDPIN_MEM | 
|  | 396 | hex "MSND Pinnacle memory B0000, C8000, D0000, D8000, E0000, E8000" | 
|  | 397 | depends on SOUND_MSNDPIN=y | 
|  | 398 | default "D0000" | 
|  | 399 | help | 
|  | 400 | Memory-mapped I/O base address for the primary synthesizer on | 
|  | 401 | MultiSound Pinnacle and Fiji sound cards. | 
|  | 402 |  | 
|  | 403 | config MSNDPIN_IO | 
|  | 404 | hex "MSND Pinnacle I/O 210, 220, 230, 240, 250, 260, 290, 3E0" | 
|  | 405 | depends on SOUND_MSNDPIN=y | 
|  | 406 | default "290" | 
|  | 407 | help | 
|  | 408 | Memory-mapped I/O base address for the primary synthesizer on | 
|  | 409 | MultiSound Pinnacle and Fiji sound cards. | 
|  | 410 |  | 
|  | 411 | config MSNDPIN_DIGITAL | 
|  | 412 | bool "MSND Pinnacle has S/PDIF I/O" | 
|  | 413 | depends on SOUND_MSNDPIN=y | 
|  | 414 | help | 
|  | 415 | If you have the S/PDIF daughter board for the Pinnacle or Fiji, | 
|  | 416 | answer Y here; otherwise, say N. If you have this, you will be able | 
|  | 417 | to play and record from the S/PDIF port (digital signal). See | 
|  | 418 | <file:Documentation/sound/oss/MultiSound> for information on how to make | 
|  | 419 | use of this capability. | 
|  | 420 |  | 
|  | 421 | config MSNDPIN_NONPNP | 
|  | 422 | bool "MSND Pinnacle non-PnP Mode" | 
|  | 423 | depends on SOUND_MSNDPIN=y | 
|  | 424 | help | 
|  | 425 | The Pinnacle and Fiji card resources can be configured either with | 
|  | 426 | PnP, or through a configuration port. Say Y here if your card is NOT | 
|  | 427 | in PnP mode. For the Pinnacle, configuration in non-PnP mode allows | 
|  | 428 | use of the IDE and joystick peripherals on the card as well; these | 
|  | 429 | do not show up when the card is in PnP mode. Specifying zero for any | 
|  | 430 | resource of a device will disable the device. If you are running the | 
|  | 431 | card in PnP mode, you must say N here and use isapnptools to | 
|  | 432 | configure the card's resources. | 
|  | 433 |  | 
|  | 434 | comment "MSND Pinnacle DSP section will be configured to above parameters." | 
|  | 435 | depends on SOUND_PRIME && SOUND_MSNDPIN=y && MSNDPIN_NONPNP | 
|  | 436 |  | 
|  | 437 | config MSNDPIN_CFG | 
|  | 438 | hex "MSND Pinnacle config port 250,260,270" | 
|  | 439 | depends on MSNDPIN_NONPNP | 
|  | 440 | default "250" | 
|  | 441 | help | 
|  | 442 | This is the port which the Pinnacle and Fiji uses to configure the | 
|  | 443 | card's resources when not in PnP mode. If your card is in PnP mode, | 
|  | 444 | then be sure to say N to the previous option, "MSND Pinnacle Non-PnP | 
|  | 445 | Mode". | 
|  | 446 |  | 
|  | 447 | comment "Pinnacle-specific Device Configuration (0 disables)" | 
|  | 448 | depends on SOUND_PRIME && SOUND_MSNDPIN=y && MSNDPIN_NONPNP | 
|  | 449 |  | 
|  | 450 | config MSNDPIN_MPU_IO | 
|  | 451 | hex "MSND Pinnacle MPU I/O (e.g. 330)" | 
|  | 452 | depends on MSNDPIN_NONPNP | 
|  | 453 | default "0" | 
|  | 454 | help | 
|  | 455 | Memory-mapped I/O base address for the Kurzweil daughterboard | 
|  | 456 | synthesizer on MultiSound Pinnacle and Fiji sound cards. | 
|  | 457 |  | 
|  | 458 | config MSNDPIN_MPU_IRQ | 
|  | 459 | int "MSND Pinnacle MPU IRQ (e.g. 9)" | 
|  | 460 | depends on MSNDPIN_NONPNP | 
|  | 461 | default "0" | 
|  | 462 | help | 
|  | 463 | Interrupt request number for the Kurzweil daughterboard | 
|  | 464 | synthesizer on MultiSound Pinnacle and Fiji sound cards. | 
|  | 465 |  | 
|  | 466 | config MSNDPIN_IDE_IO0 | 
|  | 467 | hex "MSND Pinnacle IDE I/O 0 (e.g. 170)" | 
|  | 468 | depends on MSNDPIN_NONPNP | 
|  | 469 | default "0" | 
|  | 470 | help | 
|  | 471 | CD-ROM drive 0 memory-mapped I/O base address for the MultiSound | 
|  | 472 | Pinnacle and Fiji sound cards. | 
|  | 473 |  | 
|  | 474 | config MSNDPIN_IDE_IO1 | 
|  | 475 | hex "MSND Pinnacle IDE I/O 1 (e.g. 376)" | 
|  | 476 | depends on MSNDPIN_NONPNP | 
|  | 477 | default "0" | 
|  | 478 | help | 
|  | 479 | CD-ROM drive 1 memory-mapped I/O base address for the MultiSound | 
|  | 480 | Pinnacle and Fiji sound cards. | 
|  | 481 |  | 
|  | 482 | config MSNDPIN_IDE_IRQ | 
|  | 483 | int "MSND Pinnacle IDE IRQ (e.g. 15)" | 
|  | 484 | depends on MSNDPIN_NONPNP | 
|  | 485 | default "0" | 
|  | 486 | help | 
|  | 487 | Interrupt request number for the IDE CD-ROM interface on the | 
|  | 488 | MultiSound Pinnacle and Fiji sound cards. | 
|  | 489 |  | 
|  | 490 | config MSNDPIN_JOYSTICK_IO | 
|  | 491 | hex "MSND Pinnacle joystick I/O (e.g. 200)" | 
|  | 492 | depends on MSNDPIN_NONPNP | 
|  | 493 | default "0" | 
|  | 494 | help | 
|  | 495 | Memory-mapped I/O base address for the joystick port on MultiSound | 
|  | 496 | Pinnacle and Fiji sound cards. | 
|  | 497 |  | 
|  | 498 | config MSND_FIFOSIZE | 
|  | 499 | int "MSND buffer size (kB)" | 
|  | 500 | depends on SOUND_PRIME && (SOUND_MSNDPIN=y || SOUND_MSNDCLAS=y) | 
|  | 501 | default "128" | 
|  | 502 | help | 
|  | 503 | Configures the size of each audio buffer, in kilobytes, for | 
|  | 504 | recording and playing in the MultiSound drivers (both the Classic | 
|  | 505 | and Pinnacle). Larger values reduce the chance of data overruns at | 
|  | 506 | the expense of overall latency. If unsure, use the default. | 
|  | 507 |  | 
|  | 508 | config SOUND_VIA82CXXX | 
|  | 509 | tristate "VIA 82C686 Audio Codec" | 
| Adrian Bunk | cecd1ca | 2005-11-08 21:34:45 -0800 | [diff] [blame^] | 510 | depends on SOUND_PRIME && PCI && OBSOLETE_OSS_DRIVER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 511 | help | 
|  | 512 | Say Y here to include support for the audio codec found on VIA | 
|  | 513 | 82Cxxx-based chips. Typically these are built into a motherboard. | 
|  | 514 |  | 
|  | 515 | DO NOT select Sound Blaster or Adlib with this driver, unless | 
|  | 516 | you have a Sound Blaster or Adlib card in addition to your VIA | 
|  | 517 | audio chip. | 
|  | 518 |  | 
|  | 519 | config MIDI_VIA82CXXX | 
|  | 520 | bool "VIA 82C686 MIDI" | 
| Al Viro | 276bd31 | 2005-08-23 22:45:06 +0100 | [diff] [blame] | 521 | depends on SOUND_VIA82CXXX && ISA_DMA_API | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 522 | help | 
|  | 523 | Answer Y to use the MIDI interface of the Via686. You may need to | 
|  | 524 | enable this in the BIOS before it will work. This is for connection | 
|  | 525 | to external MIDI hardware, and is not required for software playback | 
|  | 526 | of MIDI files. | 
|  | 527 |  | 
|  | 528 | config SOUND_OSS | 
|  | 529 | tristate "OSS sound modules" | 
| Al Viro | 276bd31 | 2005-08-23 22:45:06 +0100 | [diff] [blame] | 530 | depends on SOUND_PRIME && ISA_DMA_API | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 531 | help | 
|  | 532 | OSS is the Open Sound System suite of sound card drivers.  They make | 
|  | 533 | sound programming easier since they provide a common API.  Say Y or | 
|  | 534 | M here (the module will be called sound) if you haven't found a | 
|  | 535 | driver for your sound card above, then pick your driver from the | 
|  | 536 | list below. | 
|  | 537 |  | 
|  | 538 | config SOUND_TRACEINIT | 
|  | 539 | bool "Verbose initialisation" | 
|  | 540 | depends on SOUND_OSS | 
|  | 541 | help | 
|  | 542 | Verbose soundcard initialization -- affects the format of autoprobe | 
|  | 543 | and initialization messages at boot time. | 
|  | 544 |  | 
|  | 545 | config SOUND_DMAP | 
|  | 546 | bool "Persistent DMA buffers" | 
|  | 547 | depends on SOUND_OSS | 
|  | 548 | ---help--- | 
|  | 549 | Linux can often have problems allocating DMA buffers for ISA sound | 
|  | 550 | cards on machines with more than 16MB of RAM. This is because ISA | 
|  | 551 | DMA buffers must exist below the 16MB boundary and it is quite | 
|  | 552 | possible that a large enough free block in this region cannot be | 
|  | 553 | found after the machine has been running for a while. If you say Y | 
|  | 554 | here the DMA buffers (64Kb) will be allocated at boot time and kept | 
|  | 555 | until the shutdown. This option is only useful if you said Y to | 
|  | 556 | "OSS sound modules", above. If you said M to "OSS sound modules" | 
|  | 557 | then you can get the persistent DMA buffer functionality by passing | 
|  | 558 | the command-line argument "dmabuf=1" to the sound module. | 
|  | 559 |  | 
|  | 560 | Say Y unless you have 16MB or more RAM or a PCI sound card. | 
|  | 561 |  | 
|  | 562 | config SOUND_AD1816 | 
|  | 563 | tristate "AD1816(A) based cards (EXPERIMENTAL)" | 
|  | 564 | depends on EXPERIMENTAL && SOUND_OSS | 
|  | 565 | help | 
|  | 566 | Say M here if you have a sound card based on the Analog Devices | 
|  | 567 | AD1816(A) chip. | 
|  | 568 |  | 
|  | 569 | If you compile the driver into the kernel, you have to add | 
|  | 570 | "ad1816=<io>,<irq>,<dma>,<dma2>" to the kernel command line. | 
|  | 571 |  | 
|  | 572 | config SOUND_AD1889 | 
|  | 573 | tristate "AD1889 based cards (AD1819 codec) (EXPERIMENTAL)" | 
| Adrian Bunk | 5b45c3b | 2005-04-16 15:25:59 -0700 | [diff] [blame] | 574 | depends on EXPERIMENTAL && SOUND_OSS && PCI | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 575 | help | 
|  | 576 | Say M here if you have a sound card based on the Analog Devices | 
|  | 577 | AD1889 chip. | 
|  | 578 |  | 
|  | 579 | config SOUND_SGALAXY | 
|  | 580 | tristate "Aztech Sound Galaxy (non-PnP) cards" | 
| Adrian Bunk | cecd1ca | 2005-11-08 21:34:45 -0800 | [diff] [blame^] | 581 | depends on SOUND_OSS && OBSOLETE_OSS_DRIVER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 582 | help | 
|  | 583 | This module initializes the older non Plug and Play sound galaxy | 
|  | 584 | cards from Aztech. It supports the Waverider Pro 32 - 3D and the | 
|  | 585 | Galaxy Washington 16. | 
|  | 586 |  | 
|  | 587 | If you compile the driver into the kernel, you have to add | 
|  | 588 | "sgalaxy=<io>,<irq>,<dma>,<dma2>,<sgbase>" to the kernel command | 
|  | 589 | line. | 
|  | 590 |  | 
|  | 591 | config SOUND_ADLIB | 
|  | 592 | tristate "Adlib Cards" | 
|  | 593 | depends on SOUND_OSS | 
|  | 594 | help | 
|  | 595 | Includes ASB 64 4D. Information on programming AdLib cards is | 
|  | 596 | available at <http://www.itsnet.com/home/ldragon/Specs/adlib.html>. | 
|  | 597 |  | 
|  | 598 | config SOUND_ACI_MIXER | 
|  | 599 | tristate "ACI mixer (miroSOUND PCM1-pro/PCM12/PCM20)" | 
|  | 600 | depends on SOUND_OSS | 
|  | 601 | ---help--- | 
|  | 602 | ACI (Audio Command Interface) is a protocol used to communicate with | 
|  | 603 | the microcontroller on some sound cards produced by miro and | 
|  | 604 | Cardinal Technologies.  The main function of the ACI is to control | 
|  | 605 | the mixer and to get a product identification. | 
|  | 606 |  | 
|  | 607 | This VoxWare ACI driver currently supports the ACI functions on the | 
|  | 608 | miroSOUND PCM1-pro, PCM12 and PCM20 radio. On the PCM20 radio, ACI | 
|  | 609 | also controls the radio tuner. This is supported in the video4linux | 
|  | 610 | miropcm20 driver (say M or Y here and go back to "Multimedia | 
|  | 611 | devices" -> "Radio Adapters"). | 
|  | 612 |  | 
|  | 613 | This driver is also available as a module and will be called aci. | 
|  | 614 |  | 
|  | 615 | config SOUND_CS4232 | 
|  | 616 | tristate "Crystal CS4232 based (PnP) cards" | 
| Adrian Bunk | cecd1ca | 2005-11-08 21:34:45 -0800 | [diff] [blame^] | 617 | depends on SOUND_OSS && OBSOLETE_OSS_DRIVER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 618 | help | 
|  | 619 | Say Y here if you have a card based on the Crystal CS4232 chip set, | 
|  | 620 | which uses its own Plug and Play protocol. | 
|  | 621 |  | 
|  | 622 | If you compile the driver into the kernel, you have to add | 
|  | 623 | "cs4232=<io>,<irq>,<dma>,<dma2>,<mpuio>,<mpuirq>" to the kernel | 
|  | 624 | command line. | 
|  | 625 |  | 
|  | 626 | See <file:Documentation/sound/oss/CS4232> for more information on | 
|  | 627 | configuring this card. | 
|  | 628 |  | 
|  | 629 | config SOUND_SSCAPE | 
|  | 630 | tristate "Ensoniq SoundScape support" | 
| Adrian Bunk | cecd1ca | 2005-11-08 21:34:45 -0800 | [diff] [blame^] | 631 | depends on SOUND_OSS && OBSOLETE_OSS_DRIVER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 632 | help | 
|  | 633 | Answer Y if you have a sound card based on the Ensoniq SoundScape | 
|  | 634 | chipset. Such cards are being manufactured at least by Ensoniq, Spea | 
|  | 635 | and Reveal (Reveal makes also other cards). | 
|  | 636 |  | 
|  | 637 | If you compile the driver into the kernel, you have to add | 
|  | 638 | "sscape=<io>,<irq>,<dma>,<mpuio>,<mpuirq>" to the kernel command | 
|  | 639 | line. | 
|  | 640 |  | 
|  | 641 | config SOUND_GUS | 
|  | 642 | tristate "Gravis Ultrasound support" | 
| Adrian Bunk | cecd1ca | 2005-11-08 21:34:45 -0800 | [diff] [blame^] | 643 | depends on SOUND_OSS && OBSOLETE_OSS_DRIVER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 644 | help | 
|  | 645 | Say Y here for any type of Gravis Ultrasound card, including the GUS | 
|  | 646 | or GUS MAX.  See also <file:Documentation/sound/oss/ultrasound> for more | 
|  | 647 | information on configuring this card with modules. | 
|  | 648 |  | 
|  | 649 | If you compile the driver into the kernel, you have to add | 
|  | 650 | "gus=<io>,<irq>,<dma>,<dma2>" to the kernel command line. | 
|  | 651 |  | 
|  | 652 | config SOUND_GUS16 | 
|  | 653 | bool "16 bit sampling option of GUS (_NOT_ GUS MAX)" | 
|  | 654 | depends on SOUND_GUS | 
|  | 655 | help | 
|  | 656 | Support for Gravis Ulstrasound (GUS) cards (other than the GUS), | 
|  | 657 | sampling at 16-bit width. | 
|  | 658 |  | 
|  | 659 | config SOUND_GUSMAX | 
|  | 660 | bool "GUS MAX support" | 
|  | 661 | depends on SOUND_GUS | 
|  | 662 | help | 
|  | 663 | Support for Gravis Ulstrasound MAX. | 
|  | 664 |  | 
|  | 665 | config SOUND_VMIDI | 
|  | 666 | tristate "Loopback MIDI device support" | 
|  | 667 | depends on SOUND_OSS | 
|  | 668 | help | 
|  | 669 | Support for MIDI loopback on port 1 or 2. | 
|  | 670 |  | 
|  | 671 | config SOUND_TRIX | 
|  | 672 | tristate "MediaTrix AudioTrix Pro support" | 
|  | 673 | depends on SOUND_OSS | 
|  | 674 | help | 
|  | 675 | Answer Y if you have the AudioTriX Pro sound card manufactured | 
|  | 676 | by MediaTrix. | 
|  | 677 |  | 
|  | 678 | config TRIX_HAVE_BOOT | 
|  | 679 | bool "Have TRXPRO.HEX firmware file" | 
|  | 680 | depends on SOUND_TRIX=y && !STANDALONE | 
|  | 681 | help | 
|  | 682 | The MediaTrix AudioTrix Pro has an on-board microcontroller which | 
|  | 683 | needs to be initialized by downloading the code from the file | 
|  | 684 | TRXPRO.HEX in the DOS driver directory. If you don't have the | 
|  | 685 | TRXPRO.HEX file handy you may skip this step. However, the SB and | 
|  | 686 | MPU-401 modes of AudioTrix Pro will not work without this file! | 
|  | 687 |  | 
|  | 688 | config TRIX_BOOT_FILE | 
|  | 689 | string "Full pathname of TRXPRO.HEX firmware file" | 
|  | 690 | depends on TRIX_HAVE_BOOT | 
|  | 691 | default "/etc/sound/trxpro.hex" | 
|  | 692 | help | 
|  | 693 | Enter the full pathname of your TRXPRO.HEX file, starting from /. | 
|  | 694 |  | 
|  | 695 | config SOUND_MSS | 
|  | 696 | tristate "Microsoft Sound System support" | 
|  | 697 | depends on SOUND_OSS | 
|  | 698 | ---help--- | 
|  | 699 | Again think carefully before answering Y to this question.  It's | 
|  | 700 | safe to answer Y if you have the original Windows Sound System card | 
|  | 701 | made by Microsoft or Aztech SG 16 Pro (or NX16 Pro).  Also you may | 
|  | 702 | say Y in case your card is NOT among these: | 
|  | 703 |  | 
|  | 704 | ATI Stereo F/X, AdLib, Audio Excell DSP16, Cardinal DSP16, | 
|  | 705 | Ensoniq SoundScape (and compatibles made by Reveal and Spea), | 
|  | 706 | Gravis Ultrasound, Gravis Ultrasound ACE, Gravis Ultrasound Max, | 
|  | 707 | Gravis Ultrasound with 16 bit option, Logitech Sound Man 16, | 
|  | 708 | Logitech SoundMan Games, Logitech SoundMan Wave, MAD16 Pro (OPTi | 
|  | 709 | 82C929), Media Vision Jazz16, MediaTriX AudioTriX Pro, Microsoft | 
|  | 710 | Windows Sound System (MSS/WSS), Mozart (OAK OTI-601), Orchid | 
|  | 711 | SW32, Personal Sound System (PSS), Pro Audio Spectrum 16, Pro | 
|  | 712 | Audio Studio 16, Pro Sonic 16, Roland MPU-401 MIDI interface, | 
|  | 713 | Sound Blaster 1.0, Sound Blaster 16, Sound Blaster 16ASP, Sound | 
|  | 714 | Blaster 2.0, Sound Blaster AWE32, Sound Blaster Pro, TI TM4000M | 
|  | 715 | notebook, ThunderBoard, Turtle Beach Tropez, Yamaha FM | 
|  | 716 | synthesizers (OPL2, OPL3 and OPL4), 6850 UART MIDI Interface. | 
|  | 717 |  | 
|  | 718 | For cards having native support in VoxWare, consult the card | 
|  | 719 | specific instructions in <file:Documentation/sound/oss/README.OSS>. | 
|  | 720 | Some drivers have their own MSS support and saying Y to this option | 
|  | 721 | will cause a conflict. | 
|  | 722 |  | 
|  | 723 | If you compile the driver into the kernel, you have to add | 
|  | 724 | "ad1848=<io>,<irq>,<dma>,<dma2>[,<type>]" to the kernel command | 
|  | 725 | line. | 
|  | 726 |  | 
|  | 727 | config SOUND_MPU401 | 
|  | 728 | tristate "MPU-401 support (NOT for SB16)" | 
|  | 729 | depends on SOUND_OSS | 
|  | 730 | ---help--- | 
|  | 731 | Be careful with this question.  The MPU401 interface is supported by | 
|  | 732 | all sound cards.  However, some natively supported cards have their | 
|  | 733 | own driver for MPU401.  Enabling this MPU401 option with these cards | 
|  | 734 | will cause a conflict.  Also, enabling MPU401 on a system that | 
|  | 735 | doesn't really have a MPU401 could cause some trouble.  If your card | 
|  | 736 | was in the list of supported cards, look at the card specific | 
|  | 737 | instructions in the <file:Documentation/sound/oss/README.OSS> file.  It | 
|  | 738 | is safe to answer Y if you have a true MPU401 MIDI interface card. | 
|  | 739 |  | 
|  | 740 | If you compile the driver into the kernel, you have to add | 
|  | 741 | "mpu401=<io>,<irq>" to the kernel command line. | 
|  | 742 |  | 
|  | 743 | config SOUND_NM256 | 
|  | 744 | tristate "NM256AV/NM256ZX audio support" | 
| Adrian Bunk | cecd1ca | 2005-11-08 21:34:45 -0800 | [diff] [blame^] | 745 | depends on SOUND_OSS && OBSOLETE_OSS_DRIVER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 746 | help | 
|  | 747 | Say M here to include audio support for the NeoMagic 256AV/256ZX | 
|  | 748 | chipsets. These are the audio chipsets found in the Sony | 
|  | 749 | Z505S/SX/DX, some Sony F-series, and the Dell Latitude CPi and CPt | 
|  | 750 | laptops. It includes support for an AC97-compatible mixer and an | 
|  | 751 | apparently proprietary sound engine. | 
|  | 752 |  | 
|  | 753 | See <file:Documentation/sound/oss/NM256> for further information. | 
|  | 754 |  | 
|  | 755 | config SOUND_MAD16 | 
|  | 756 | tristate "OPTi MAD16 and/or Mozart based cards" | 
| Adrian Bunk | cecd1ca | 2005-11-08 21:34:45 -0800 | [diff] [blame^] | 757 | depends on SOUND_OSS && OBSOLETE_OSS_DRIVER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 758 | ---help--- | 
|  | 759 | Answer Y if your card has a Mozart (OAK OTI-601) or MAD16 (OPTi | 
|  | 760 | 82C928 or 82C929 or 82C931) audio interface chip. These chips are | 
|  | 761 | quite common so it's possible that many no-name cards have one of | 
|  | 762 | them. In addition the MAD16 chip is used in some cards made by known | 
|  | 763 | manufacturers such as Turtle Beach (Tropez), Reveal (some models) | 
|  | 764 | and Diamond (latest ones). Note however that the Tropez sound cards | 
|  | 765 | have their own driver; if you have one of those, say N here and Y or | 
|  | 766 | M to "Full support for Turtle Beach WaveFront", below. | 
|  | 767 |  | 
|  | 768 | If you compile the driver into the kernel, you have to add | 
|  | 769 | "mad16=<io>,<irq>,<dma>,<dma2>,<mpuio>,<mpuirq>" to the | 
|  | 770 | kernel command line. | 
|  | 771 |  | 
|  | 772 | See also <file:Documentation/sound/oss/Opti> and | 
|  | 773 | <file:Documentation/sound/oss/MAD16> for more information on setting | 
|  | 774 | these cards up as modules. | 
|  | 775 |  | 
|  | 776 | config MAD16_OLDCARD | 
|  | 777 | bool "Support MIDI in older MAD16 based cards (requires SB)" | 
|  | 778 | depends on SOUND_MAD16 | 
|  | 779 | help | 
|  | 780 | Answer Y (or M) if you have an older card based on the C928 or | 
|  | 781 | Mozart chipset and you want to have MIDI support. If you enable this | 
|  | 782 | option you also need to enable support for Sound Blaster. | 
|  | 783 |  | 
|  | 784 | config SOUND_PAS | 
|  | 785 | tristate "ProAudioSpectrum 16 support" | 
|  | 786 | depends on SOUND_OSS | 
|  | 787 | ---help--- | 
|  | 788 | Answer Y only if you have a Pro Audio Spectrum 16, ProAudio Studio | 
|  | 789 | 16 or Logitech SoundMan 16 sound card. Answer N if you have some | 
|  | 790 | other card made by Media Vision or Logitech since those are not | 
|  | 791 | PAS16 compatible. Please read <file:Documentation/sound/oss/PAS16>. | 
|  | 792 | It is not necessary to add Sound Blaster support separately; it | 
|  | 793 | is included in PAS support. | 
|  | 794 |  | 
|  | 795 | If you compile the driver into the kernel, you have to add | 
|  | 796 | "pas2=<io>,<irq>,<dma>,<dma2>,<sbio>,<sbirq>,<sbdma>,<sbdma2> | 
|  | 797 | to the kernel command line. | 
|  | 798 |  | 
|  | 799 | config PAS_JOYSTICK | 
|  | 800 | bool "Enable PAS16 joystick port" | 
|  | 801 | depends on SOUND_PAS=y | 
|  | 802 | help | 
|  | 803 | Say Y here to enable the Pro Audio Spectrum 16's auxiliary joystick | 
|  | 804 | port. | 
|  | 805 |  | 
|  | 806 | config SOUND_PSS | 
|  | 807 | tristate "PSS (AD1848, ADSP-2115, ESC614) support" | 
|  | 808 | depends on SOUND_OSS | 
|  | 809 | help | 
|  | 810 | Answer Y or M if you have an Orchid SW32, Cardinal DSP16, Beethoven | 
|  | 811 | ADSP-16 or some other card based on the PSS chipset (AD1848 codec + | 
|  | 812 | ADSP-2115 DSP chip + Echo ESC614 ASIC CHIP). For more information on | 
|  | 813 | how to compile it into the kernel or as a module see the file | 
|  | 814 | <file:Documentation/sound/oss/PSS>. | 
|  | 815 |  | 
|  | 816 | If you compile the driver into the kernel, you have to add | 
|  | 817 | "pss=<io>,<mssio>,<mssirq>,<mssdma>,<mpuio>,<mpuirq>" to the kernel | 
|  | 818 | command line. | 
|  | 819 |  | 
|  | 820 | config PSS_MIXER | 
|  | 821 | bool "Enable PSS mixer (Beethoven ADSP-16 and other compatibile)" | 
|  | 822 | depends on SOUND_PSS | 
|  | 823 | help | 
|  | 824 | Answer Y for Beethoven ADSP-16. You may try to say Y also for other | 
|  | 825 | cards if they have master volume, bass, treble, and you can't | 
|  | 826 | control it under Linux. If you answer N for Beethoven ADSP-16, you | 
|  | 827 | can't control master volume, bass, treble and synth volume. | 
|  | 828 |  | 
|  | 829 | If you said M to "PSS support" above, you may enable or disable this | 
|  | 830 | PSS mixer with the module parameter pss_mixer. For more information | 
|  | 831 | see the file <file:Documentation/sound/oss/PSS>. | 
|  | 832 |  | 
|  | 833 | config PSS_HAVE_BOOT | 
|  | 834 | bool "Have DSPxxx.LD firmware file" | 
|  | 835 | depends on SOUND_PSS && !STANDALONE | 
|  | 836 | help | 
|  | 837 | If you have the DSPxxx.LD file or SYNTH.LD file for you card, say Y | 
|  | 838 | to include this file. Without this file the synth device (OPL) may | 
|  | 839 | not work. | 
|  | 840 |  | 
|  | 841 | config PSS_BOOT_FILE | 
|  | 842 | string "Full pathname of DSPxxx.LD firmware file" | 
|  | 843 | depends on PSS_HAVE_BOOT | 
|  | 844 | default "/etc/sound/dsp001.ld" | 
|  | 845 | help | 
|  | 846 | Enter the full pathname of your DSPxxx.LD file or SYNTH.LD file, | 
|  | 847 | starting from /. | 
|  | 848 |  | 
|  | 849 | config SOUND_SB | 
|  | 850 | tristate "100% Sound Blaster compatibles (SB16/32/64, ESS, Jazz16) support" | 
|  | 851 | depends on SOUND_OSS | 
|  | 852 | ---help--- | 
|  | 853 | Answer Y if you have an original Sound Blaster card made by Creative | 
|  | 854 | Labs or a 100% hardware compatible clone (like the Thunderboard or | 
|  | 855 | SM Games). For an unknown card you may answer Y if the card claims | 
|  | 856 | to be Sound Blaster-compatible. | 
|  | 857 |  | 
|  | 858 | Please read the file <file:Documentation/sound/oss/Soundblaster>. | 
|  | 859 |  | 
|  | 860 | You should also say Y here for cards based on the Avance Logic | 
|  | 861 | ALS-007 and ALS-1X0 chips (read <file:Documentation/sound/oss/ALS>) and | 
|  | 862 | for cards based on ESS chips (read | 
|  | 863 | <file:Documentation/sound/oss/ESS1868> and | 
|  | 864 | <file:Documentation/sound/oss/ESS>). If you have an SB AWE 32 or SB AWE | 
|  | 865 | 64, say Y here and also to "AWE32 synth" below and read | 
|  | 866 | <file:Documentation/sound/oss/INSTALL.awe>. If you have an IBM Mwave | 
|  | 867 | card, say Y here and read <file:Documentation/sound/oss/mwave>. | 
|  | 868 |  | 
|  | 869 | If you compile the driver into the kernel and don't want to use | 
|  | 870 | isapnp, you have to add "sb=<io>,<irq>,<dma>,<dma2>" to the kernel | 
|  | 871 | command line. | 
|  | 872 |  | 
|  | 873 | You can say M here to compile this driver as a module; the module is | 
|  | 874 | called sb. | 
|  | 875 |  | 
|  | 876 | config SOUND_AWE32_SYNTH | 
|  | 877 | tristate "AWE32 synth" | 
| Adrian Bunk | cecd1ca | 2005-11-08 21:34:45 -0800 | [diff] [blame^] | 878 | depends on SOUND_OSS && OBSOLETE_OSS_DRIVER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 879 | help | 
|  | 880 | Say Y here if you have a Sound Blaster SB32, AWE32-PnP, SB AWE64 or | 
|  | 881 | similar sound card. See <file:Documentation/sound/oss/README.awe>, | 
|  | 882 | <file:Documentation/sound/oss/AWE32> and the Soundblaster-AWE | 
|  | 883 | mini-HOWTO, available from <http://www.tldp.org/docs.html#howto> | 
|  | 884 | for more info. | 
|  | 885 |  | 
|  | 886 | config SOUND_WAVEFRONT | 
|  | 887 | tristate "Full support for Turtle Beach WaveFront (Tropez Plus, Tropez, Maui) synth/soundcards" | 
| Adrian Bunk | cecd1ca | 2005-11-08 21:34:45 -0800 | [diff] [blame^] | 888 | depends on SOUND_OSS && m && OBSOLETE_OSS_DRIVER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 889 | help | 
|  | 890 | Answer Y or M if you have a Tropez Plus, Tropez or Maui sound card | 
|  | 891 | and read the files <file:Documentation/sound/oss/Wavefront> and | 
|  | 892 | <file:Documentation/sound/oss/Tropez+>. | 
|  | 893 |  | 
|  | 894 | config SOUND_MAUI | 
|  | 895 | tristate "Limited support for Turtle Beach Wave Front (Maui, Tropez) synthesizers" | 
| Adrian Bunk | cecd1ca | 2005-11-08 21:34:45 -0800 | [diff] [blame^] | 896 | depends on SOUND_OSS && OBSOLETE_OSS_DRIVER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 897 | help | 
|  | 898 | Say Y here if you have a Turtle Beach Wave Front, Maui, or Tropez | 
|  | 899 | sound card. | 
|  | 900 |  | 
|  | 901 | If you compile the driver into the kernel, you have to add | 
|  | 902 | "maui=<io>,<irq>" to the kernel command line. | 
|  | 903 |  | 
|  | 904 | config MAUI_HAVE_BOOT | 
|  | 905 | bool "Have OSWF.MOT firmware file" | 
|  | 906 | depends on SOUND_MAUI=y && !STANDALONE | 
|  | 907 | help | 
|  | 908 | Turtle Beach Maui and Tropez sound cards have a microcontroller | 
|  | 909 | which needs to be initialized prior to use. OSWF.MOT is a file | 
|  | 910 | distributed with the card's DOS/Windows drivers. Answer Y if you | 
|  | 911 | have this file. | 
|  | 912 |  | 
|  | 913 | config MAUI_BOOT_FILE | 
|  | 914 | string "Full pathname of OSWF.MOT firmware file" | 
|  | 915 | depends on MAUI_HAVE_BOOT | 
|  | 916 | default "/etc/sound/oswf.mot" | 
|  | 917 | help | 
|  | 918 | Enter the full pathname of your OSWF.MOT file, starting from /. | 
|  | 919 |  | 
|  | 920 | config SOUND_YM3812 | 
|  | 921 | tristate "Yamaha FM synthesizer (YM3812/OPL-3) support" | 
| Adrian Bunk | cecd1ca | 2005-11-08 21:34:45 -0800 | [diff] [blame^] | 922 | depends on SOUND_OSS && OBSOLETE_OSS_DRIVER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 923 | ---help--- | 
|  | 924 | Answer Y if your card has a FM chip made by Yamaha (OPL2/OPL3/OPL4). | 
|  | 925 | Answering Y is usually a safe and recommended choice, however some | 
|  | 926 | cards may have software (TSR) FM emulation. Enabling FM support with | 
|  | 927 | these cards may cause trouble (I don't currently know of any such | 
|  | 928 | cards, however). Please read the file | 
|  | 929 | <file:Documentation/sound/oss/OPL3> if your card has an OPL3 chip. | 
|  | 930 |  | 
|  | 931 | If you compile the driver into the kernel, you have to add | 
|  | 932 | "opl3=<io>" to the kernel command line. | 
|  | 933 |  | 
|  | 934 | If unsure, say Y. | 
|  | 935 |  | 
|  | 936 | config SOUND_OPL3SA1 | 
|  | 937 | tristate "Yamaha OPL3-SA1 audio controller" | 
| Adrian Bunk | cecd1ca | 2005-11-08 21:34:45 -0800 | [diff] [blame^] | 938 | depends on SOUND_OSS && OBSOLETE_OSS_DRIVER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 939 | help | 
|  | 940 | Say Y or M if you have a Yamaha OPL3-SA1 sound chip, which is | 
|  | 941 | usually built into motherboards. Read | 
|  | 942 | <file:Documentation/sound/oss/OPL3-SA> for details. | 
|  | 943 |  | 
|  | 944 | If you compile the driver into the kernel, you have to add | 
|  | 945 | "opl3sa=<io>,<irq>,<dma>,<dma2>,<mpuio>,<mpuirq>" to the kernel | 
|  | 946 | command line. | 
|  | 947 |  | 
|  | 948 | config SOUND_OPL3SA2 | 
|  | 949 | tristate "Yamaha OPL3-SA2 and SA3 based PnP cards" | 
|  | 950 | depends on SOUND_OSS | 
|  | 951 | help | 
|  | 952 | Say Y or M if you have a card based on one of these Yamaha sound | 
|  | 953 | chipsets or the "SAx", which is actually a SA3. Read | 
|  | 954 | <file:Documentation/sound/oss/OPL3-SA2> for more information on | 
|  | 955 | configuring these cards. | 
|  | 956 |  | 
|  | 957 | If you compile the driver into the kernel and do not also | 
|  | 958 | configure in the optional ISA PnP support, you will have to add | 
|  | 959 | "opl3sa2=<io>,<irq>,<dma>,<dma2>,<mssio>,<mpuio>" to the kernel | 
|  | 960 | command line. | 
|  | 961 |  | 
|  | 962 | config SOUND_YMFPCI | 
|  | 963 | tristate "Yamaha YMF7xx PCI audio (native mode)" | 
| Adrian Bunk | cecd1ca | 2005-11-08 21:34:45 -0800 | [diff] [blame^] | 964 | depends on SOUND_OSS && PCI && OBSOLETE_OSS_DRIVER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 965 | help | 
|  | 966 | Support for Yamaha cards including the YMF711, YMF715, YMF718, | 
|  | 967 | YMF719, YMF724, Waveforce 192XG, and Waveforce 192 Digital. | 
|  | 968 |  | 
|  | 969 | config SOUND_YMFPCI_LEGACY | 
|  | 970 | bool "Yamaha PCI legacy ports support" | 
|  | 971 | depends on SOUND_YMFPCI | 
|  | 972 | help | 
|  | 973 | Support for YMF7xx PCI cards emulating an MP401. | 
|  | 974 |  | 
|  | 975 | config SOUND_UART6850 | 
|  | 976 | tristate "6850 UART support" | 
|  | 977 | depends on SOUND_OSS | 
|  | 978 | help | 
|  | 979 | This option enables support for MIDI interfaces based on the 6850 | 
|  | 980 | UART chip. This interface is rarely found on sound cards. It's safe | 
|  | 981 | to answer N to this question. | 
|  | 982 |  | 
|  | 983 | If you compile the driver into the kernel, you have to add | 
|  | 984 | "uart6850=<io>,<irq>" to the kernel command line. | 
|  | 985 |  | 
|  | 986 | config SOUND_AEDSP16 | 
|  | 987 | tristate "Gallant Audio Cards (SC-6000 and SC-6600 based)" | 
|  | 988 | depends on SOUND_OSS | 
|  | 989 | ---help--- | 
|  | 990 | Answer Y if you have a Gallant's Audio Excel DSP 16 card. This | 
|  | 991 | driver supports Audio Excel DSP 16 but not the III nor PnP versions | 
|  | 992 | of this card. | 
|  | 993 |  | 
|  | 994 | The Gallant's Audio Excel DSP 16 card can emulate either an SBPro or | 
|  | 995 | a Microsoft Sound System card, so you should have said Y to either | 
|  | 996 | "100% Sound Blaster compatibles (SB16/32/64, ESS, Jazz16) support" | 
|  | 997 | or "Microsoft Sound System support", above, and you need to answer | 
|  | 998 | the "MSS emulation" and "SBPro emulation" questions below | 
|  | 999 | accordingly. You should say Y to one and only one of these two | 
|  | 1000 | questions. | 
|  | 1001 |  | 
|  | 1002 | Read the <file:Documentation/sound/oss/README.OSS> file and the head of | 
|  | 1003 | <file:drivers/sound/aedsp16.c> as well as | 
|  | 1004 | <file:Documentation/sound/oss/AudioExcelDSP16> to get more information | 
|  | 1005 | about this driver and its configuration. | 
|  | 1006 |  | 
|  | 1007 | config SC6600 | 
|  | 1008 | bool "SC-6600 based audio cards (new Audio Excel DSP 16)" | 
|  | 1009 | depends on SOUND_AEDSP16 | 
|  | 1010 | help | 
|  | 1011 | The SC6600 is the new version of DSP mounted on the Audio Excel DSP | 
|  | 1012 | 16 cards. Find in the manual the FCC ID of your audio card and | 
|  | 1013 | answer Y if you have an SC6600 DSP. | 
|  | 1014 |  | 
|  | 1015 | config SC6600_JOY | 
|  | 1016 | bool "Activate SC-6600 Joystick Interface" | 
|  | 1017 | depends on SC6600 | 
|  | 1018 | help | 
|  | 1019 | Say Y here in order to use the joystick interface of the Audio Excel | 
|  | 1020 | DSP 16 card. | 
|  | 1021 |  | 
|  | 1022 | config SC6600_CDROM | 
|  | 1023 | int "SC-6600 CDROM Interface (4=None, 3=IDE, 1=Panasonic, 0=?Sony?)" | 
|  | 1024 | depends on SC6600 | 
|  | 1025 | default "4" | 
|  | 1026 | help | 
|  | 1027 | This is used to activate the CD-ROM interface of the Audio Excel | 
|  | 1028 | DSP 16 card. Enter: 0 for Sony, 1 for Panasonic, 2 for IDE, 4 for no | 
|  | 1029 | CD-ROM present. | 
|  | 1030 |  | 
|  | 1031 | config SC6600_CDROMBASE | 
|  | 1032 | hex "SC-6600 CDROM Interface I/O Address" | 
|  | 1033 | depends on SC6600 | 
|  | 1034 | default "0" | 
|  | 1035 | help | 
|  | 1036 | Base I/O port address for the CD-ROM interface of the Audio Excel | 
|  | 1037 | DSP 16 card. | 
|  | 1038 |  | 
|  | 1039 | choice | 
|  | 1040 | prompt "Audio Excel DSP 16" | 
|  | 1041 | optional | 
|  | 1042 | depends on SOUND_AEDSP16 | 
|  | 1043 |  | 
|  | 1044 | config AEDSP16_MSS | 
|  | 1045 | bool "MSS emulation" | 
|  | 1046 | depends on SOUND_MSS | 
|  | 1047 | help | 
|  | 1048 | Answer Y if you want your audio card to emulate Microsoft Sound | 
|  | 1049 | System. You should then say Y to "Microsoft Sound System support" | 
|  | 1050 | and say N to "Audio Excel DSP 16 (SBPro emulation)". | 
|  | 1051 |  | 
|  | 1052 | config AEDSP16_SBPRO | 
|  | 1053 | bool "SBPro emulation" | 
|  | 1054 | depends on SOUND_SB | 
|  | 1055 | help | 
|  | 1056 | Answer Y if you want your audio card to emulate Sound Blaster Pro. | 
|  | 1057 | You should then say Y to "100% Sound Blaster compatibles | 
|  | 1058 | (SB16/32/64, ESS, Jazz16) support" and N to "Audio Excel DSP 16 (MSS | 
|  | 1059 | emulation)". | 
|  | 1060 |  | 
|  | 1061 | If you compile the driver into the kernel, you have to add | 
|  | 1062 | "aedsp16=<io>,<irq>,<dma>,<mssio>,<mpuio>,<mouirq>" to the kernel | 
|  | 1063 | command line. | 
|  | 1064 |  | 
|  | 1065 | endchoice | 
|  | 1066 |  | 
|  | 1067 | config AEDSP16_MPU401 | 
|  | 1068 | bool "Audio Excel DSP 16 (MPU401 emulation)" | 
|  | 1069 | depends on SOUND_AEDSP16 && SOUND_MPU401 | 
|  | 1070 | help | 
|  | 1071 | Answer Y if you want your audio card to emulate the MPU-401 midi | 
|  | 1072 | interface. You should then also say Y to "MPU-401 support". | 
|  | 1073 |  | 
|  | 1074 | Note that the I/O base for MPU-401 support of aedsp16 is the same | 
|  | 1075 | you have selected for "MPU-401 support". If you are using this | 
|  | 1076 | driver as a module you have to specify the MPU I/O base address with | 
|  | 1077 | the parameter 'mpu_base=0xNNN'. | 
|  | 1078 |  | 
|  | 1079 | config SOUND_VIDC | 
|  | 1080 | tristate "VIDC 16-bit sound" | 
|  | 1081 | depends on ARM && (ARCH_ACORN || ARCH_CLPS7500) && SOUND_OSS | 
|  | 1082 | help | 
|  | 1083 | 16-bit support for the VIDC onboard sound hardware found on Acorn | 
|  | 1084 | machines. | 
|  | 1085 |  | 
|  | 1086 | config SOUND_WAVEARTIST | 
|  | 1087 | tristate "Netwinder WaveArtist" | 
|  | 1088 | depends on ARM && SOUND_OSS && ARCH_NETWINDER | 
|  | 1089 | help | 
|  | 1090 | Say Y here to include support for the Rockwell WaveArtist sound | 
|  | 1091 | system.  This driver is mainly for the NetWinder. | 
|  | 1092 |  | 
|  | 1093 | config SOUND_TVMIXER | 
|  | 1094 | tristate "TV card (bt848) mixer support" | 
| Adrian Bunk | b6260cd | 2005-06-25 14:59:11 -0700 | [diff] [blame] | 1095 | depends on SOUND_PRIME && I2C | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1096 | help | 
|  | 1097 | Support for audio mixer facilities on the BT848 TV frame-grabber | 
|  | 1098 | card. | 
|  | 1099 |  | 
|  | 1100 | config SOUND_KAHLUA | 
|  | 1101 | tristate "XpressAudio Sound Blaster emulation" | 
|  | 1102 | depends on SOUND_SB | 
|  | 1103 |  | 
|  | 1104 | config SOUND_ALI5455 | 
|  | 1105 | tristate "ALi5455 audio support" | 
| Adrian Bunk | cecd1ca | 2005-11-08 21:34:45 -0800 | [diff] [blame^] | 1106 | depends on SOUND_PRIME && PCI && OBSOLETE_OSS_DRIVER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1107 |  | 
|  | 1108 | config SOUND_FORTE | 
|  | 1109 | tristate "ForteMedia FM801 driver" | 
| Adrian Bunk | cecd1ca | 2005-11-08 21:34:45 -0800 | [diff] [blame^] | 1110 | depends on SOUND_PRIME && PCI && OBSOLETE_OSS_DRIVER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1111 | help | 
|  | 1112 | Say Y or M if you want driver support for the ForteMedia FM801 PCI | 
|  | 1113 | audio controller (Abit AU10, Genius Sound Maker, HP Workstation | 
|  | 1114 | zx2000, and others). | 
|  | 1115 |  | 
|  | 1116 | config SOUND_RME96XX | 
|  | 1117 | tristate "RME Hammerfall (RME96XX) support" | 
| Adrian Bunk | cecd1ca | 2005-11-08 21:34:45 -0800 | [diff] [blame^] | 1118 | depends on SOUND_PRIME && PCI && OBSOLETE_OSS_DRIVER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1119 | help | 
|  | 1120 | Say Y or M if you have a Hammerfall or Hammerfall light | 
|  | 1121 | multichannel card from RME. If you want to access advanced | 
|  | 1122 | features of the card, read <file:Documentation/sound/oss/rme96xx>. | 
|  | 1123 |  | 
|  | 1124 | config SOUND_AD1980 | 
|  | 1125 | tristate "AD1980 front/back switch plugin" | 
| Adrian Bunk | cecd1ca | 2005-11-08 21:34:45 -0800 | [diff] [blame^] | 1126 | depends on SOUND_PRIME && OBSOLETE_OSS_DRIVER | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1127 |  | 
|  | 1128 | config SOUND_SH_DAC_AUDIO | 
|  | 1129 | tristate "SuperH DAC audio support" | 
| Adrian Bunk | b6260cd | 2005-06-25 14:59:11 -0700 | [diff] [blame] | 1130 | depends on SOUND_PRIME && CPU_SH3 | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1131 |  | 
|  | 1132 | config SOUND_SH_DAC_AUDIO_CHANNEL | 
|  | 1133 | int "    DAC channel" | 
|  | 1134 | default "1" | 
|  | 1135 | depends on SOUND_SH_DAC_AUDIO |