Kconfig 40 KB

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