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