Kconfig 41 KB

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