ALSA-Configuration.txt 59 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747
  1. Advanced Linux Sound Architecture - Driver
  2. ==========================================
  3. Configuration guide
  4. Kernel Configuration
  5. ====================
  6. To enable ALSA support you need at least to build the kernel with
  7. primary sound card support (CONFIG_SOUND). Since ALSA can emulate OSS,
  8. you don't have to choose any of the OSS modules.
  9. Enable "OSS API emulation" (CONFIG_SND_OSSEMUL) and both OSS mixer and
  10. PCM supports if you want to run OSS applications with ALSA.
  11. If you want to support the WaveTable functionality on cards such as
  12. SB Live! then you need to enable "Sequencer support"
  13. (CONFIG_SND_SEQUENCER).
  14. To make ALSA debug messages more verbose, enable the "Verbose printk"
  15. and "Debug" options. To check for memory leaks, turn on "Debug memory"
  16. too. "Debug detection" will add checks for the detection of cards.
  17. Please note that all the ALSA ISA drivers support the Linux isapnp API
  18. (if the card supports ISA PnP). You don't need to configure the cards
  19. using isapnptools.
  20. Creating ALSA devices
  21. =====================
  22. This depends on your distribution, but normally you use the /dev/MAKEDEV
  23. script to create the necessary device nodes. On some systems you use a
  24. script named 'snddevices'.
  25. Module parameters
  26. =================
  27. The user can load modules with options. If the module supports more than
  28. one card and you have more than one card of the same type then you can
  29. specify multiple values for the option separated by commas.
  30. Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
  31. Module snd
  32. ----------
  33. The core ALSA module. It is used by all ALSA card drivers.
  34. It takes the following options which have global effects.
  35. major - major number for sound driver
  36. - Default: 116
  37. cards_limit
  38. - limiting card index for auto-loading (1-8)
  39. - Default: 1
  40. - For auto-loading more than one card, specify this
  41. option together with snd-card-X aliases.
  42. device_mode
  43. - permission mask for dynamic sound device filesystem
  44. - This is available only when DEVFS is enabled
  45. - Default: 0666
  46. - E.g.: device_mode=0660
  47. Module snd-pcm-oss
  48. ------------------
  49. The PCM OSS emulation module.
  50. This module takes options which change the mapping of devices.
  51. dsp_map - PCM device number maps assigned to the 1st OSS device.
  52. - Default: 0
  53. adsp_map - PCM device number maps assigned to the 2st OSS device.
  54. - Default: 1
  55. nonblock_open
  56. - Don't block opening busy PCM devices. Default: 1
  57. For example, when dsp_map=2, /dev/dsp will be mapped to PCM #2 of
  58. the card #0. Similarly, when adsp_map=0, /dev/adsp will be mapped
  59. to PCM #0 of the card #0.
  60. For changing the second or later card, specify the option with
  61. commas, such like "dsp_map=0,1".
  62. nonblock_open option is used to change the behavior of the PCM
  63. regarding opening the device. When this option is non-zero,
  64. opening a busy OSS PCM device won't be blocked but return
  65. immediately with EAGAIN (just like O_NONBLOCK flag).
  66. Module snd-rawmidi
  67. ------------------
  68. This module takes options which change the mapping of devices.
  69. similar to those of the snd-pcm-oss module.
  70. midi_map - MIDI device number maps assigned to the 1st OSS device.
  71. - Default: 0
  72. amidi_map - MIDI device number maps assigned to the 2st OSS device.
  73. - Default: 1
  74. Common parameters for top sound card modules
  75. --------------------------------------------
  76. Each of top level sound card module takes the following options.
  77. index - index (slot #) of sound card
  78. - Values: 0 through 31 or negative
  79. - If nonnegative, assign that index number
  80. - if negative, interpret as a bitmask of permissible
  81. indices; the first free permitted index is assigned
  82. - Default: -1
  83. id - card ID (identifier or name)
  84. - Can be up to 15 characters long
  85. - Default: the card type
  86. - A directory by this name is created under /proc/asound/
  87. containing information about the card
  88. - This ID can be used instead of the index number in
  89. identifying the card
  90. enable - enable card
  91. - Default: enabled, for PCI and ISA PnP cards
  92. Module snd-ad1816a
  93. ------------------
  94. Module for sound cards based on Analog Devices AD1816A/AD1815 ISA chips.
  95. port - port # for AD1816A chip (PnP setup)
  96. mpu_port - port # for MPU-401 UART (PnP setup)
  97. fm_port - port # for OPL3 (PnP setup)
  98. irq - IRQ # for AD1816A chip (PnP setup)
  99. mpu_irq - IRQ # for MPU-401 UART (PnP setup)
  100. dma1 - first DMA # for AD1816A chip (PnP setup)
  101. dma2 - second DMA # for AD1816A chip (PnP setup)
  102. clockfreq - Clock frequency for AD1816A chip (default = 0, 33000Hz)
  103. This module supports multiple cards, autoprobe and PnP.
  104. Module snd-ad1848
  105. -----------------
  106. Module for sound cards based on AD1848/AD1847/CS4248 ISA chips.
  107. port - port # for AD1848 chip
  108. irq - IRQ # for AD1848 chip
  109. dma1 - DMA # for AD1848 chip (0,1,3)
  110. This module supports multiple cards. It does not support autoprobe
  111. thus main port must be specified!!! Other ports are optional.
  112. The power-management is supported.
  113. Module snd-ad1889
  114. -----------------
  115. Module for Analog Devices AD1889 chips.
  116. ac97_quirk - AC'97 workaround for strange hardware
  117. See the description of intel8x0 module for details.
  118. This module supports multiple cards.
  119. Module snd-ali5451
  120. ------------------
  121. Module for ALi M5451 PCI chip.
  122. pcm_channels - Number of hardware channels assigned for PCM
  123. spdif - Support SPDIF I/O
  124. - Default: disabled
  125. This module supports one chip and autoprobe.
  126. The power-management is supported.
  127. Module snd-als100
  128. -----------------
  129. Module for sound cards based on Avance Logic ALS100/ALS120 ISA chips.
  130. port - port # for ALS100 (SB16) chip (PnP setup)
  131. irq - IRQ # for ALS100 (SB16) chip (PnP setup)
  132. dma8 - 8-bit DMA # for ALS100 (SB16) chip (PnP setup)
  133. dma16 - 16-bit DMA # for ALS100 (SB16) chip (PnP setup)
  134. mpu_port - port # for MPU-401 UART (PnP setup)
  135. mpu_irq - IRQ # for MPU-401 (PnP setup)
  136. fm_port - port # for OPL3 FM (PnP setup)
  137. This module supports multiple cards, autoprobe and PnP.
  138. The power-management is supported.
  139. Module snd-als4000
  140. ------------------
  141. Module for sound cards based on Avance Logic ALS4000 PCI chip.
  142. joystick_port - port # for legacy joystick support.
  143. 0 = disabled (default), 1 = auto-detect
  144. This module supports multiple cards, autoprobe and PnP.
  145. The power-management is supported.
  146. Module snd-atiixp
  147. -----------------
  148. Module for ATI IXP 150/200/250/400 AC97 controllers.
  149. ac97_clock - AC'97 clock (default = 48000)
  150. ac97_quirk - AC'97 workaround for strange hardware
  151. See "AC97 Quirk Option" section below.
  152. spdif_aclink - S/PDIF transfer over AC-link (default = 1)
  153. This module supports one card and autoprobe.
  154. ATI IXP has two different methods to control SPDIF output. One is
  155. over AC-link and another is over the "direct" SPDIF output. The
  156. implementation depends on the motherboard, and you'll need to
  157. choose the correct one via spdif_aclink module option.
  158. The power-management is supported.
  159. Module snd-atiixp-modem
  160. -----------------------
  161. Module for ATI IXP 150/200/250 AC97 modem controllers.
  162. This module supports one card and autoprobe.
  163. Note: The default index value of this module is -2, i.e. the first
  164. slot is excluded.
  165. The power-management is supported.
  166. Module snd-au8810, snd-au8820, snd-au8830
  167. -----------------------------------------
  168. Module for Aureal Vortex, Vortex2 and Advantage device.
  169. pcifix - Control PCI workarounds
  170. 0 = Disable all workarounds
  171. 1 = Force the PCI latency of the Aureal card to 0xff
  172. 2 = Force the Extend PCI#2 Internal Master for Efficient
  173. Handling of Dummy Requests on the VIA KT133 AGP Bridge
  174. 3 = Force both settings
  175. 255 = Autodetect what is required (default)
  176. This module supports all ADB PCM channels, ac97 mixer, SPDIF, hardware
  177. EQ, mpu401, gameport. A3D and wavetable support are still in development.
  178. Development and reverse engineering work is being coordinated at
  179. http://savannah.nongnu.org/projects/openvortex/
  180. SPDIF output has a copy of the AC97 codec output, unless you use the
  181. "spdif" pcm device, which allows raw data passthru.
  182. The hardware EQ hardware and SPDIF is only present in the Vortex2 and
  183. Advantage.
  184. Note: Some ALSA mixer applications don't handle the SPDIF sample rate
  185. control correctly. If you have problems regarding this, try
  186. another ALSA compliant mixer (alsamixer works).
  187. Module snd-azt2320
  188. ------------------
  189. Module for sound cards based on Aztech System AZT2320 ISA chip (PnP only).
  190. port - port # for AZT2320 chip (PnP setup)
  191. wss_port - port # for WSS (PnP setup)
  192. mpu_port - port # for MPU-401 UART (PnP setup)
  193. fm_port - FM port # for AZT2320 chip (PnP setup)
  194. irq - IRQ # for AZT2320 (WSS) chip (PnP setup)
  195. mpu_irq - IRQ # for MPU-401 UART (PnP setup)
  196. dma1 - 1st DMA # for AZT2320 (WSS) chip (PnP setup)
  197. dma2 - 2nd DMA # for AZT2320 (WSS) chip (PnP setup)
  198. This module supports multiple cards, PnP and autoprobe.
  199. The power-management is supported.
  200. Module snd-azt3328
  201. ------------------
  202. Module for sound cards based on Aztech AZF3328 PCI chip.
  203. joystick - Enable joystick (default off)
  204. This module supports multiple cards.
  205. Module snd-bt87x
  206. ----------------
  207. Module for video cards based on Bt87x chips.
  208. digital_rate - Override the default digital rate (Hz)
  209. load_all - Load the driver even if the card model isn't known
  210. This module supports multiple cards.
  211. Note: The default index value of this module is -2, i.e. the first
  212. slot is excluded.
  213. Module snd-ca0106
  214. -----------------
  215. Module for Creative Audigy LS and SB Live 24bit
  216. This module supports multiple cards.
  217. Module snd-cmi8330
  218. ------------------
  219. Module for sound cards based on C-Media CMI8330 ISA chips.
  220. wssport - port # for CMI8330 chip (WSS)
  221. wssirq - IRQ # for CMI8330 chip (WSS)
  222. wssdma - first DMA # for CMI8330 chip (WSS)
  223. sbport - port # for CMI8330 chip (SB16)
  224. sbirq - IRQ # for CMI8330 chip (SB16)
  225. sbdma8 - 8bit DMA # for CMI8330 chip (SB16)
  226. sbdma16 - 16bit DMA # for CMI8330 chip (SB16)
  227. This module supports multiple cards and autoprobe.
  228. The power-management is supported.
  229. Module snd-cmipci
  230. -----------------
  231. Module for C-Media CMI8338 and 8738 PCI sound cards.
  232. mpu_port - 0x300,0x310,0x320,0x330, 0 = disable (default)
  233. fm_port - 0x388 (default), 0 = disable (default)
  234. soft_ac3 - Software-conversion of raw SPDIF packets (model 033 only)
  235. (default = 1)
  236. joystick_port - Joystick port address (0 = disable, 1 = auto-detect)
  237. This module supports autoprobe and multiple cards.
  238. The power-management is supported.
  239. Module snd-cs4231
  240. -----------------
  241. Module for sound cards based on CS4231 ISA chips.
  242. port - port # for CS4231 chip
  243. mpu_port - port # for MPU-401 UART (optional), -1 = disable
  244. irq - IRQ # for CS4231 chip
  245. mpu_irq - IRQ # for MPU-401 UART
  246. dma1 - first DMA # for CS4231 chip
  247. dma2 - second DMA # for CS4231 chip
  248. This module supports multiple cards. This module does not support autoprobe
  249. thus main port must be specified!!! Other ports are optional.
  250. The power-management is supported.
  251. Module snd-cs4232
  252. -----------------
  253. Module for sound cards based on CS4232/CS4232A ISA chips.
  254. port - port # for CS4232 chip (PnP setup - 0x534)
  255. cport - control port # for CS4232 chip (PnP setup - 0x120,0x210,0xf00)
  256. mpu_port - port # for MPU-401 UART (PnP setup - 0x300), -1 = disable
  257. fm_port - FM port # for CS4232 chip (PnP setup - 0x388), -1 = disable
  258. irq - IRQ # for CS4232 chip (5,7,9,11,12,15)
  259. mpu_irq - IRQ # for MPU-401 UART (9,11,12,15)
  260. dma1 - first DMA # for CS4232 chip (0,1,3)
  261. dma2 - second DMA # for Yamaha CS4232 chip (0,1,3), -1 = disable
  262. isapnp - ISA PnP detection - 0 = disable, 1 = enable (default)
  263. This module supports multiple cards. This module does not support autoprobe
  264. thus main port must be specified!!! Other ports are optional.
  265. The power-management is supported.
  266. Module snd-cs4236
  267. -----------------
  268. Module for sound cards based on CS4235/CS4236/CS4236B/CS4237B/
  269. CS4238B/CS4239 ISA chips.
  270. port - port # for CS4236 chip (PnP setup - 0x534)
  271. cport - control port # for CS4236 chip (PnP setup - 0x120,0x210,0xf00)
  272. mpu_port - port # for MPU-401 UART (PnP setup - 0x300), -1 = disable
  273. fm_port - FM port # for CS4236 chip (PnP setup - 0x388), -1 = disable
  274. irq - IRQ # for CS4236 chip (5,7,9,11,12,15)
  275. mpu_irq - IRQ # for MPU-401 UART (9,11,12,15)
  276. dma1 - first DMA # for CS4236 chip (0,1,3)
  277. dma2 - second DMA # for CS4236 chip (0,1,3), -1 = disable
  278. isapnp - ISA PnP detection - 0 = disable, 1 = enable (default)
  279. This module supports multiple cards. This module does not support autoprobe
  280. (if ISA PnP is not used) thus main port and control port must be
  281. specified!!! Other ports are optional.
  282. The power-management is supported.
  283. Module snd-cs4281
  284. -----------------
  285. Module for Cirrus Logic CS4281 soundchip.
  286. dual_codec - Secondary codec ID (0 = disable, default)
  287. This module supports multiple cards.
  288. The power-management is supported.
  289. Module snd-cs46xx
  290. -----------------
  291. Module for PCI sound cards based on CS4610/CS4612/CS4614/CS4615/CS4622/
  292. CS4624/CS4630/CS4280 PCI chips.
  293. external_amp - Force to enable external amplifier.
  294. thinkpad - Force to enable Thinkpad's CLKRUN control.
  295. mmap_valid - Support OSS mmap mode (default = 0).
  296. This module supports multiple cards and autoprobe.
  297. Usually external amp and CLKRUN controls are detected automatically
  298. from PCI sub vendor/device ids. If they don't work, give the options
  299. above explicitly.
  300. The power-management is supported.
  301. Module snd-cs5535audio
  302. ----------------------
  303. Module for multifunction CS5535 companion PCI device
  304. This module supports multiple cards.
  305. Module snd-dt019x
  306. -----------------
  307. Module for Diamond Technologies DT-019X / Avance Logic ALS-007 (PnP
  308. only)
  309. port - Port # (PnP setup)
  310. mpu_port - Port # for MPU-401 (PnP setup)
  311. fm_port - Port # for FM OPL-3 (PnP setup)
  312. irq - IRQ # (PnP setup)
  313. mpu_irq - IRQ # for MPU-401 (PnP setup)
  314. dma8 - DMA # (PnP setup)
  315. This module supports multiple cards. This module is enabled only with
  316. ISA PnP support.
  317. The power-management is supported.
  318. Module snd-dummy
  319. ----------------
  320. Module for the dummy sound card. This "card" doesn't do any output
  321. or input, but you may use this module for any application which
  322. requires a sound card (like RealPlayer).
  323. The power-management is supported.
  324. Module snd-emu10k1
  325. ------------------
  326. Module for EMU10K1/EMU10k2 based PCI sound cards.
  327. * Sound Blaster Live!
  328. * Sound Blaster PCI 512
  329. * Emu APS (partially supported)
  330. * Sound Blaster Audigy
  331. extin - bitmap of available external inputs for FX8010 (see bellow)
  332. extout - bitmap of available external outputs for FX8010 (see bellow)
  333. seq_ports - allocated sequencer ports (4 by default)
  334. max_synth_voices - limit of voices used for wavetable (64 by default)
  335. max_buffer_size - specifies the maximum size of wavetable/pcm buffers
  336. given in MB unit. Default value is 128.
  337. enable_ir - enable IR
  338. This module supports multiple cards and autoprobe.
  339. Input & Output configurations [extin/extout]
  340. * Creative Card wo/Digital out [0x0003/0x1f03]
  341. * Creative Card w/Digital out [0x0003/0x1f0f]
  342. * Creative Card w/Digital CD in [0x000f/0x1f0f]
  343. * Creative Card wo/Digital out + LiveDrive [0x3fc3/0x1fc3]
  344. * Creative Card w/Digital out + LiveDrive [0x3fc3/0x1fcf]
  345. * Creative Card w/Digital CD in + LiveDrive [0x3fcf/0x1fcf]
  346. * Creative Card wo/Digital out + Digital I/O 2 [0x0fc3/0x1f0f]
  347. * Creative Card w/Digital out + Digital I/O 2 [0x0fc3/0x1f0f]
  348. * Creative Card w/Digital CD in + Digital I/O 2 [0x0fcf/0x1f0f]
  349. * Creative Card 5.1/w Digital out + LiveDrive [0x3fc3/0x1fff]
  350. * Creative Card 5.1 (c) 2003 [0x3fc3/0x7cff]
  351. * Creative Card all ins and outs [0x3fff/0x7fff]
  352. The power-management is supported.
  353. Module snd-emu10k1x
  354. -------------------
  355. Module for Creative Emu10k1X (SB Live Dell OEM version)
  356. This module supports multiple cards.
  357. Module snd-ens1370
  358. ------------------
  359. Module for Ensoniq AudioPCI ES1370 PCI sound cards.
  360. * SoundBlaster PCI 64
  361. * SoundBlaster PCI 128
  362. joystick - Enable joystick (default off)
  363. This module supports multiple cards and autoprobe.
  364. Module snd-ens1371
  365. ------------------
  366. Module for Ensoniq AudioPCI ES1371 PCI sound cards.
  367. * SoundBlaster PCI 64
  368. * SoundBlaster PCI 128
  369. * SoundBlaster Vibra PCI
  370. joystick_port - port # for joystick (0x200,0x208,0x210,0x218),
  371. 0 = disable (default), 1 = auto-detect
  372. This module supports multiple cards and autoprobe.
  373. Module snd-es968
  374. ----------------
  375. Module for sound cards based on ESS ES968 chip (PnP only).
  376. port - port # for ES968 (SB8) chip (PnP setup)
  377. irq - IRQ # for ES968 (SB8) chip (PnP setup)
  378. dma1 - DMA # for ES968 (SB8) chip (PnP setup)
  379. This module supports multiple cards, PnP and autoprobe.
  380. The power-management is supported.
  381. Module snd-es1688
  382. -----------------
  383. Module for ESS AudioDrive ES-1688 and ES-688 sound cards.
  384. port - port # for ES-1688 chip (0x220,0x240,0x260)
  385. mpu_port - port # for MPU-401 port (0x300,0x310,0x320,0x330), -1 = disable (default)
  386. irq - IRQ # for ES-1688 chip (5,7,9,10)
  387. mpu_irq - IRQ # for MPU-401 port (5,7,9,10)
  388. dma8 - DMA # for ES-1688 chip (0,1,3)
  389. This module supports multiple cards and autoprobe (without MPU-401 port).
  390. Module snd-es18xx
  391. -----------------
  392. Module for ESS AudioDrive ES-18xx sound cards.
  393. port - port # for ES-18xx chip (0x220,0x240,0x260)
  394. mpu_port - port # for MPU-401 port (0x300,0x310,0x320,0x330), -1 = disable (default)
  395. fm_port - port # for FM (optional, not used)
  396. irq - IRQ # for ES-18xx chip (5,7,9,10)
  397. dma1 - first DMA # for ES-18xx chip (0,1,3)
  398. dma2 - first DMA # for ES-18xx chip (0,1,3)
  399. isapnp - ISA PnP detection - 0 = disable, 1 = enable (default)
  400. This module supports multiple cards, ISA PnP and autoprobe (without MPU-401
  401. port if native ISA PnP routines are not used).
  402. When dma2 is equal with dma1, the driver works as half-duplex.
  403. The power-management is supported.
  404. Module snd-es1938
  405. -----------------
  406. Module for sound cards based on ESS Solo-1 (ES1938,ES1946) chips.
  407. This module supports multiple cards and autoprobe.
  408. The power-management is supported.
  409. Module snd-es1968
  410. -----------------
  411. Module for sound cards based on ESS Maestro-1/2/2E (ES1968/ES1978) chips.
  412. total_bufsize - total buffer size in kB (1-4096kB)
  413. pcm_substreams_p - playback channels (1-8, default=2)
  414. pcm_substreams_c - capture channels (1-8, default=0)
  415. clock - clock (0 = auto-detection)
  416. use_pm - support the power-management (0 = off, 1 = on,
  417. 2 = auto (default))
  418. enable_mpu - enable MPU401 (0 = off, 1 = on, 2 = auto (default))
  419. joystick - enable joystick (default off)
  420. This module supports multiple cards and autoprobe.
  421. The power-management is supported.
  422. Module snd-fm801
  423. ----------------
  424. Module for ForteMedia FM801 based PCI sound cards.
  425. tea575x_tuner - Enable TEA575x tuner
  426. - 1 = MediaForte 256-PCS
  427. - 2 = MediaForte 256-PCPR
  428. - 3 = MediaForte 64-PCR
  429. - High 16-bits are video (radio) device number + 1
  430. - example: 0x10002 (MediaForte 256-PCPR, device 1)
  431. This module supports multiple cards and autoprobe.
  432. The power-management is supported.
  433. Module snd-gusclassic
  434. ---------------------
  435. Module for Gravis UltraSound Classic sound card.
  436. port - port # for GF1 chip (0x220,0x230,0x240,0x250,0x260)
  437. irq - IRQ # for GF1 chip (3,5,9,11,12,15)
  438. dma1 - DMA # for GF1 chip (1,3,5,6,7)
  439. dma2 - DMA # for GF1 chip (1,3,5,6,7,-1=disable)
  440. joystick_dac - 0 to 31, (0.59V-4.52V or 0.389V-2.98V)
  441. voices - GF1 voices limit (14-32)
  442. pcm_voices - reserved PCM voices
  443. This module supports multiple cards and autoprobe.
  444. Module snd-gusextreme
  445. ---------------------
  446. Module for Gravis UltraSound Extreme (Synergy ViperMax) sound card.
  447. port - port # for ES-1688 chip (0x220,0x230,0x240,0x250,0x260)
  448. gf1_port - port # for GF1 chip (0x210,0x220,0x230,0x240,0x250,0x260,0x270)
  449. mpu_port - port # for MPU-401 port (0x300,0x310,0x320,0x330), -1 = disable
  450. irq - IRQ # for ES-1688 chip (5,7,9,10)
  451. gf1_irq - IRQ # for GF1 chip (3,5,9,11,12,15)
  452. mpu_irq - IRQ # for MPU-401 port (5,7,9,10)
  453. dma8 - DMA # for ES-1688 chip (0,1,3)
  454. dma1 - DMA # for GF1 chip (1,3,5,6,7)
  455. joystick_dac - 0 to 31, (0.59V-4.52V or 0.389V-2.98V)
  456. voices - GF1 voices limit (14-32)
  457. pcm_voices - reserved PCM voices
  458. This module supports multiple cards and autoprobe (without MPU-401 port).
  459. Module snd-gusmax
  460. -----------------
  461. Module for Gravis UltraSound MAX sound card.
  462. port - port # for GF1 chip (0x220,0x230,0x240,0x250,0x260)
  463. irq - IRQ # for GF1 chip (3,5,9,11,12,15)
  464. dma1 - DMA # for GF1 chip (1,3,5,6,7)
  465. dma2 - DMA # for GF1 chip (1,3,5,6,7,-1=disable)
  466. joystick_dac - 0 to 31, (0.59V-4.52V or 0.389V-2.98V)
  467. voices - GF1 voices limit (14-32)
  468. pcm_voices - reserved PCM voices
  469. This module supports multiple cards and autoprobe.
  470. Module snd-hda-intel
  471. --------------------
  472. Module for Intel HD Audio (ICH6, ICH6M, ICH7), ATI SB450,
  473. VIA VT8251/VT8237A
  474. model - force the model name
  475. position_fix - Fix DMA pointer (0 = auto, 1 = none, 2 = POSBUF, 3 = FIFO size)
  476. single_cmd - Use single immediate commands to communicate with
  477. codecs (for debugging only)
  478. This module supports one card and autoprobe.
  479. Each codec may have a model table for different configurations.
  480. If your machine isn't listed there, the default (usually minimal)
  481. configuration is set up. You can pass "model=<name>" option to
  482. specify a certain model in such a case. There are different
  483. models depending on the codec chip.
  484. Model name Description
  485. ---------- -----------
  486. ALC880
  487. 3stack 3-jack in back and a headphone out
  488. 3stack-digout 3-jack in back, a HP out and a SPDIF out
  489. 5stack 5-jack in back, 2-jack in front
  490. 5stack-digout 5-jack in back, 2-jack in front, a SPDIF out
  491. 6stack 6-jack in back, 2-jack in front
  492. 6stack-digout 6-jack with a SPDIF out
  493. w810 3-jack
  494. z71v 3-jack (HP shared SPDIF)
  495. asus 3-jack
  496. uniwill 3-jack
  497. F1734 2-jack
  498. test for testing/debugging purpose, almost all controls can be
  499. adjusted. Appearing only when compiled with
  500. $CONFIG_SND_DEBUG=y
  501. ALC260
  502. hp HP machines
  503. fujitsu Fujitsu S7020
  504. CMI9880
  505. minimal 3-jack in back
  506. min_fp 3-jack in back, 2-jack in front
  507. full 6-jack in back, 2-jack in front
  508. full_dig 6-jack in back, 2-jack in front, SPDIF I/O
  509. allout 5-jack in back, 2-jack in front, SPDIF out
  510. auto auto-config reading BIOS (default)
  511. If the default configuration doesn't work and one of the above
  512. matches with your device, report it together with the PCI
  513. subsystem ID (output of "lspci -nv") to ALSA BTS or alsa-devel
  514. ML (see the section "Links and Addresses").
  515. Note 2: If you get click noises on output, try the module option
  516. position_fix=1 or 2. position_fix=1 will use the SD_LPIB
  517. register value without FIFO size correction as the current
  518. DMA pointer. position_fix=2 will make the driver to use
  519. the position buffer instead of reading SD_LPIB register.
  520. (Usually SD_LPLIB register is more accurate than the
  521. position buffer.)
  522. NB: If you get many "azx_get_response timeout" messages at
  523. loading, it's likely a problem of interrupts (e.g. ACPI irq
  524. routing). Try to boot with options like "pci=noacpi". Also, you
  525. can try "single_cmd=1" module option. This will switch the
  526. communication method between HDA controller and codecs to the
  527. single immediate commands instead of CORB/RIRB. Basically, the
  528. single command mode is provided only for BIOS, and you won't get
  529. unsolicited events, too. But, at least, this works independently
  530. from the irq. Remember this is a last resort, and should be
  531. avoided as much as possible...
  532. The power-management is supported.
  533. Module snd-hdsp
  534. ---------------
  535. Module for RME Hammerfall DSP audio interface(s)
  536. This module supports multiple cards.
  537. Note: The firmware data can be automatically loaded via hotplug
  538. when CONFIG_FW_LOADER is set. Otherwise, you need to load
  539. the firmware via hdsploader utility included in alsa-tools
  540. package.
  541. The firmware data is found in alsa-firmware package.
  542. Note: snd-page-alloc module does the job which snd-hammerfall-mem
  543. module did formerly. It will allocate the buffers in advance
  544. when any HDSP cards are found. To make the buffer
  545. allocation sure, load snd-page-alloc module in the early
  546. stage of boot sequence. See "Early Buffer Allocation"
  547. section.
  548. Module snd-hdspm
  549. ----------------
  550. Module for RME HDSP MADI board.
  551. precise_ptr - Enable precise pointer, or disable.
  552. line_outs_monitor - Send playback streams to analog outs by default.
  553. enable_monitor - Enable Analog Out on Channel 63/64 by default.
  554. See hdspm.txt for details.
  555. Module snd-ice1712
  556. ------------------
  557. Module for Envy24 (ICE1712) based PCI sound cards.
  558. * MidiMan M Audio Delta 1010
  559. * MidiMan M Audio Delta 1010LT
  560. * MidiMan M Audio Delta DiO 2496
  561. * MidiMan M Audio Delta 66
  562. * MidiMan M Audio Delta 44
  563. * MidiMan M Audio Delta 410
  564. * MidiMan M Audio Audiophile 2496
  565. * TerraTec EWS 88MT
  566. * TerraTec EWS 88D
  567. * TerraTec EWX 24/96
  568. * TerraTec DMX 6Fire
  569. * TerraTec Phase 88
  570. * Hoontech SoundTrack DSP 24
  571. * Hoontech SoundTrack DSP 24 Value
  572. * Hoontech SoundTrack DSP 24 Media 7.1
  573. * Event Electronics, EZ8
  574. * Digigram VX442
  575. * Lionstracs, Mediastaton
  576. model - Use the given board model, one of the following:
  577. delta1010, dio2496, delta66, delta44, audiophile, delta410,
  578. delta1010lt, vx442, ewx2496, ews88mt, ews88mt_new, ews88d,
  579. dmx6fire, dsp24, dsp24_value, dsp24_71, ez8,
  580. phase88, mediastation
  581. omni - Omni I/O support for MidiMan M-Audio Delta44/66
  582. cs8427_timeout - reset timeout for the CS8427 chip (S/PDIF transciever)
  583. in msec resolution, default value is 500 (0.5 sec)
  584. This module supports multiple cards and autoprobe. Note: The consumer part
  585. is not used with all Envy24 based cards (for example in the MidiMan Delta
  586. serie).
  587. Note: The supported board is detected by reading EEPROM or PCI
  588. SSID (if EEPROM isn't available). You can override the
  589. model by passing "model" module option in case that the
  590. driver isn't configured properly or you want to try another
  591. type for testing.
  592. Module snd-ice1724
  593. ------------------
  594. Module for Envy24HT (VT/ICE1724), Envy24PT (VT1720) based PCI sound cards.
  595. * MidiMan M Audio Revolution 5.1
  596. * MidiMan M Audio Revolution 7.1
  597. * AMP Ltd AUDIO2000
  598. * TerraTec Aureon 5.1 Sky
  599. * TerraTec Aureon 7.1 Space
  600. * TerraTec Aureon 7.1 Universe
  601. * TerraTec Phase 22
  602. * TerraTec Phase 28
  603. * AudioTrak Prodigy 7.1
  604. * AudioTrak Prodigy 7.1LT
  605. * AudioTrak Prodigy 192
  606. * Pontis MS300
  607. * Albatron K8X800 Pro II
  608. * Chaintech ZNF3-150
  609. * Chaintech ZNF3-250
  610. * Chaintech 9CJS
  611. * Chaintech AV-710
  612. * Shuttle SN25P
  613. model - Use the given board model, one of the following:
  614. revo51, revo71, amp2000, prodigy71, prodigy71lt,
  615. prodigy192, aureon51, aureon71, universe,
  616. k8x800, phase22, phase28, ms300, av710
  617. This module supports multiple cards and autoprobe.
  618. Note: The supported board is detected by reading EEPROM or PCI
  619. SSID (if EEPROM isn't available). You can override the
  620. model by passing "model" module option in case that the
  621. driver isn't configured properly or you want to try another
  622. type for testing.
  623. Module snd-intel8x0
  624. -------------------
  625. Module for AC'97 motherboards from Intel and compatibles.
  626. * Intel i810/810E, i815, i820, i830, i84x, MX440
  627. ICH5, ICH6, ICH7, ESB2
  628. * SiS 7012 (SiS 735)
  629. * NVidia NForce, NForce2, NForce3, MCP04, CK804
  630. CK8, CK8S, MCP501
  631. * AMD AMD768, AMD8111
  632. * ALi m5455
  633. ac97_clock - AC'97 codec clock base (0 = auto-detect)
  634. ac97_quirk - AC'97 workaround for strange hardware
  635. See "AC97 Quirk Option" section below.
  636. buggy_irq - Enable workaround for buggy interrupts on some
  637. motherboards (default yes on nForce chips,
  638. otherwise off)
  639. buggy_semaphore - Enable workaround for hardwares with buggy
  640. semaphores (e.g. on some ASUS laptops)
  641. (default off)
  642. This module supports one chip and autoprobe.
  643. Note: the latest driver supports auto-detection of chip clock.
  644. if you still encounter too fast playback, specify the clock
  645. explicitly via the module option "ac97_clock=41194".
  646. Joystick/MIDI ports are not supported by this driver. If your
  647. motherboard has these devices, use the ns558 or snd-mpu401
  648. modules, respectively.
  649. The power-management is supported.
  650. Module snd-intel8x0m
  651. --------------------
  652. Module for Intel ICH (i8x0) chipset MC97 modems.
  653. * Intel i810/810E, i815, i820, i830, i84x, MX440
  654. ICH5, ICH6, ICH7
  655. * SiS 7013 (SiS 735)
  656. * NVidia NForce, NForce2, NForce2s, NForce3
  657. * AMD AMD8111
  658. * ALi m5455
  659. ac97_clock - AC'97 codec clock base (0 = auto-detect)
  660. This module supports one card and autoprobe.
  661. Note: The default index value of this module is -2, i.e. the first
  662. slot is excluded.
  663. The power-management is supported.
  664. Module snd-interwave
  665. --------------------
  666. Module for Gravis UltraSound PnP, Dynasonic 3-D/Pro, STB Sound Rage 32
  667. and other sound cards based on AMD InterWave (tm) chip.
  668. port - port # for InterWave chip (0x210,0x220,0x230,0x240,0x250,0x260)
  669. irq - IRQ # for InterWave chip (3,5,9,11,12,15)
  670. dma1 - DMA # for InterWave chip (0,1,3,5,6,7)
  671. dma2 - DMA # for InterWave chip (0,1,3,5,6,7,-1=disable)
  672. joystick_dac - 0 to 31, (0.59V-4.52V or 0.389V-2.98V)
  673. midi - 1 = MIDI UART enable, 0 = MIDI UART disable (default)
  674. pcm_voices - reserved PCM voices for the synthesizer (default 2)
  675. effect - 1 = InterWave effects enable (default 0);
  676. requires 8 voices
  677. This module supports multiple cards, autoprobe and ISA PnP.
  678. Module snd-interwave-stb
  679. ------------------------
  680. Module for UltraSound 32-Pro (sound card from STB used by Compaq)
  681. and other sound cards based on AMD InterWave (tm) chip with TEA6330T
  682. circuit for extended control of bass, treble and master volume.
  683. port - port # for InterWave chip (0x210,0x220,0x230,0x240,0x250,0x260)
  684. port_tc - tone control (i2c bus) port # for TEA6330T chip (0x350,0x360,0x370,0x380)
  685. irq - IRQ # for InterWave chip (3,5,9,11,12,15)
  686. dma1 - DMA # for InterWave chip (0,1,3,5,6,7)
  687. dma2 - DMA # for InterWave chip (0,1,3,5,6,7,-1=disable)
  688. joystick_dac - 0 to 31, (0.59V-4.52V or 0.389V-2.98V)
  689. midi - 1 = MIDI UART enable, 0 = MIDI UART disable (default)
  690. pcm_voices - reserved PCM voices for the synthesizer (default 2)
  691. effect - 1 = InterWave effects enable (default 0);
  692. requires 8 voices
  693. This module supports multiple cards, autoprobe and ISA PnP.
  694. Module snd-korg1212
  695. -------------------
  696. Module for Korg 1212 IO PCI card
  697. This module supports multiple cards.
  698. Module snd-maestro3
  699. -------------------
  700. Module for Allegro/Maestro3 chips
  701. external_amp - enable external amp (enabled by default)
  702. amp_gpio - GPIO pin number for external amp (0-15) or
  703. -1 for default pin (8 for allegro, 1 for
  704. others)
  705. This module supports autoprobe and multiple chips.
  706. Note: the binding of amplifier is dependent on hardware.
  707. If there is no sound even though all channels are unmuted, try to
  708. specify other gpio connection via amp_gpio option.
  709. For example, a Panasonic notebook might need "amp_gpio=0x0d"
  710. option.
  711. The power-management is supported.
  712. Module snd-mixart
  713. -----------------
  714. Module for Digigram miXart8 sound cards.
  715. This module supports multiple cards.
  716. Note: One miXart8 board will be represented as 4 alsa cards.
  717. See MIXART.txt for details.
  718. When the driver is compiled as a module and the hotplug firmware
  719. is supported, the firmware data is loaded via hotplug automatically.
  720. Install the necessary firmware files in alsa-firmware package.
  721. When no hotplug fw loader is available, you need to load the
  722. firmware via mixartloader utility in alsa-tools package.
  723. Module snd-mpu401
  724. -----------------
  725. Module for MPU-401 UART devices.
  726. port - port number or -1 (disable)
  727. irq - IRQ number or -1 (disable)
  728. pnp - PnP detection - 0 = disable, 1 = enable (default)
  729. This module supports multiple devices and PnP.
  730. Module snd-mtpav
  731. ----------------
  732. Module for MOTU MidiTimePiece AV multiport MIDI (on the parallel
  733. port).
  734. port - I/O port # for MTPAV (0x378,0x278, default=0x378)
  735. irq - IRQ # for MTPAV (7,5, default=7)
  736. hwports - number of supported hardware ports, default=8.
  737. Module supports only 1 card. This module has no enable option.
  738. Module snd-nm256
  739. ----------------
  740. Module for NeoMagic NM256AV/ZX chips
  741. playback_bufsize - max playback frame size in kB (4-128kB)
  742. capture_bufsize - max capture frame size in kB (4-128kB)
  743. force_ac97 - 0 or 1 (disabled by default)
  744. buffer_top - specify buffer top address
  745. use_cache - 0 or 1 (disabled by default)
  746. vaio_hack - alias buffer_top=0x25a800
  747. reset_workaround - enable AC97 RESET workaround for some laptops
  748. reset_workaround2 - enable extended AC97 RESET workaround for some
  749. other laptops
  750. This module supports one chip and autoprobe.
  751. The power-management is supported.
  752. Note: on some notebooks the buffer address cannot be detected
  753. automatically, or causes hang-up during initialization.
  754. In such a case, specify the buffer top address explicity via
  755. buffer_top option.
  756. For example,
  757. Sony F250: buffer_top=0x25a800
  758. Sony F270: buffer_top=0x272800
  759. The driver supports only ac97 codec. It's possible to force
  760. to initialize/use ac97 although it's not detected. In such a
  761. case, use force_ac97=1 option - but *NO* guarantee whether it
  762. works!
  763. Note: The NM256 chip can be linked internally with non-AC97
  764. codecs. This driver supports only the AC97 codec, and won't work
  765. with machines with other (most likely CS423x or OPL3SAx) chips,
  766. even though the device is detected in lspci. In such a case, try
  767. other drivers, e.g. snd-cs4232 or snd-opl3sa2. Some has ISA-PnP
  768. but some doesn't have ISA PnP. You'll need to specify isapnp=0
  769. and proper hardware parameters in the case without ISA PnP.
  770. Note: some laptops need a workaround for AC97 RESET. For the
  771. known hardware like Dell Latitude LS and Sony PCG-F305, this
  772. workaround is enabled automatically. For other laptops with a
  773. hard freeze, you can try reset_workaround=1 option.
  774. Note: Dell Latitude CSx laptops have another problem regarding
  775. AC97 RESET. On these laptops, reset_workaround2 option is
  776. turned on as default. This option is worth to try if the
  777. previous reset_workaround option doesn't help.
  778. Note: This driver is really crappy. It's a porting from the
  779. OSS driver, which is a result of black-magic reverse engineering.
  780. The detection of codec will fail if the driver is loaded *after*
  781. X-server as described above. You might be able to force to load
  782. the module, but it may result in hang-up. Hence, make sure that
  783. you load this module *before* X if you encounter this kind of
  784. problem.
  785. Module snd-opl3sa2
  786. ------------------
  787. Module for Yamaha OPL3-SA2/SA3 sound cards.
  788. port - control port # for OPL3-SA chip (0x370)
  789. sb_port - SB port # for OPL3-SA chip (0x220,0x240)
  790. wss_port - WSS port # for OPL3-SA chip (0x530,0xe80,0xf40,0x604)
  791. midi_port - port # for MPU-401 UART (0x300,0x330), -1 = disable
  792. fm_port - FM port # for OPL3-SA chip (0x388), -1 = disable
  793. irq - IRQ # for OPL3-SA chip (5,7,9,10)
  794. dma1 - first DMA # for Yamaha OPL3-SA chip (0,1,3)
  795. dma2 - second DMA # for Yamaha OPL3-SA chip (0,1,3), -1 = disable
  796. isapnp - ISA PnP detection - 0 = disable, 1 = enable (default)
  797. This module supports multiple cards and ISA PnP. It does not support
  798. autoprobe (if ISA PnP is not used) thus all ports must be specified!!!
  799. The power-management is supported.
  800. Module snd-opti92x-ad1848
  801. -------------------------
  802. Module for sound cards based on OPTi 82c92x and Analog Devices AD1848 chips.
  803. Module works with OAK Mozart cards as well.
  804. port - port # for WSS chip (0x530,0xe80,0xf40,0x604)
  805. mpu_port - port # for MPU-401 UART (0x300,0x310,0x320,0x330)
  806. fm_port - port # for OPL3 device (0x388)
  807. irq - IRQ # for WSS chip (5,7,9,10,11)
  808. mpu_irq - IRQ # for MPU-401 UART (5,7,9,10)
  809. dma1 - first DMA # for WSS chip (0,1,3)
  810. This module supports only one card, autoprobe and PnP.
  811. Module snd-opti92x-cs4231
  812. -------------------------
  813. Module for sound cards based on OPTi 82c92x and Crystal CS4231 chips.
  814. port - port # for WSS chip (0x530,0xe80,0xf40,0x604)
  815. mpu_port - port # for MPU-401 UART (0x300,0x310,0x320,0x330)
  816. fm_port - port # for OPL3 device (0x388)
  817. irq - IRQ # for WSS chip (5,7,9,10,11)
  818. mpu_irq - IRQ # for MPU-401 UART (5,7,9,10)
  819. dma1 - first DMA # for WSS chip (0,1,3)
  820. dma2 - second DMA # for WSS chip (0,1,3)
  821. This module supports only one card, autoprobe and PnP.
  822. Module snd-opti93x
  823. ------------------
  824. Module for sound cards based on OPTi 82c93x chips.
  825. port - port # for WSS chip (0x530,0xe80,0xf40,0x604)
  826. mpu_port - port # for MPU-401 UART (0x300,0x310,0x320,0x330)
  827. fm_port - port # for OPL3 device (0x388)
  828. irq - IRQ # for WSS chip (5,7,9,10,11)
  829. mpu_irq - IRQ # for MPU-401 UART (5,7,9,10)
  830. dma1 - first DMA # for WSS chip (0,1,3)
  831. dma2 - second DMA # for WSS chip (0,1,3)
  832. This module supports only one card, autoprobe and PnP.
  833. Module snd-pcxhr
  834. ----------------
  835. Module for Digigram PCXHR boards
  836. This module supports multiple cards.
  837. Module snd-powermac (on ppc only)
  838. ---------------------------------
  839. Module for PowerMac, iMac and iBook on-board soundchips
  840. enable_beep - enable beep using PCM (enabled as default)
  841. Module supports autoprobe a chip.
  842. Note: the driver may have problems regarding endianess.
  843. The power-management is supported.
  844. Module snd-pxa2xx-ac97 (on arm only)
  845. ------------------------------------
  846. Module for AC97 driver for the Intel PXA2xx chip
  847. For ARM architecture only.
  848. The power-management is supported.
  849. Module snd-rme32
  850. ----------------
  851. Module for RME Digi32, Digi32 Pro and Digi32/8 (Sek'd Prodif32,
  852. Prodif96 and Prodif Gold) sound cards.
  853. This module supports multiple cards.
  854. Module snd-rme96
  855. ----------------
  856. Module for RME Digi96, Digi96/8 and Digi96/8 PRO/PAD/PST sound cards.
  857. This module supports multiple cards.
  858. Module snd-rme9652
  859. ------------------
  860. Module for RME Digi9652 (Hammerfall, Hammerfall-Light) sound cards.
  861. precise_ptr - Enable precise pointer (doesn't work reliably).
  862. (default = 0)
  863. This module supports multiple cards.
  864. Note: snd-page-alloc module does the job which snd-hammerfall-mem
  865. module did formerly. It will allocate the buffers in advance
  866. when any RME9652 cards are found. To make the buffer
  867. allocation sure, load snd-page-alloc module in the early
  868. stage of boot sequence. See "Early Buffer Allocation"
  869. section.
  870. Module snd-sa11xx-uda1341 (on arm only)
  871. ---------------------------------------
  872. Module for Philips UDA1341TS on Compaq iPAQ H3600 sound card.
  873. Module supports only one card.
  874. Module has no enable and index options.
  875. The power-management is supported.
  876. Module snd-sb8
  877. --------------
  878. Module for 8-bit SoundBlaster cards: SoundBlaster 1.0,
  879. SoundBlaster 2.0,
  880. SoundBlaster Pro
  881. port - port # for SB DSP chip (0x220,0x240,0x260)
  882. irq - IRQ # for SB DSP chip (5,7,9,10)
  883. dma8 - DMA # for SB DSP chip (1,3)
  884. This module supports multiple cards and autoprobe.
  885. The power-management is supported.
  886. Module snd-sb16 and snd-sbawe
  887. -----------------------------
  888. Module for 16-bit SoundBlaster cards: SoundBlaster 16 (PnP),
  889. SoundBlaster AWE 32 (PnP),
  890. SoundBlaster AWE 64 PnP
  891. port - port # for SB DSP 4.x chip (0x220,0x240,0x260)
  892. mpu_port - port # for MPU-401 UART (0x300,0x330), -1 = disable
  893. awe_port - base port # for EMU8000 synthesizer (0x620,0x640,0x660)
  894. (snd-sbawe module only)
  895. irq - IRQ # for SB DSP 4.x chip (5,7,9,10)
  896. dma8 - 8-bit DMA # for SB DSP 4.x chip (0,1,3)
  897. dma16 - 16-bit DMA # for SB DSP 4.x chip (5,6,7)
  898. mic_agc - Mic Auto-Gain-Control - 0 = disable, 1 = enable (default)
  899. csp - ASP/CSP chip support - 0 = disable (default), 1 = enable
  900. isapnp - ISA PnP detection - 0 = disable, 1 = enable (default)
  901. This module supports multiple cards, autoprobe and ISA PnP.
  902. Note: To use Vibra16X cards in 16-bit half duplex mode, you must
  903. disable 16bit DMA with dma16 = -1 module parameter.
  904. Also, all Sound Blaster 16 type cards can operate in 16-bit
  905. half duplex mode through 8-bit DMA channel by disabling their
  906. 16-bit DMA channel.
  907. The power-management is supported.
  908. Module snd-sgalaxy
  909. ------------------
  910. Module for Aztech Sound Galaxy sound card.
  911. sbport - Port # for SB16 interface (0x220,0x240)
  912. wssport - Port # for WSS interface (0x530,0xe80,0xf40,0x604)
  913. irq - IRQ # (7,9,10,11)
  914. dma1 - DMA #
  915. This module supports multiple cards.
  916. The power-management is supported.
  917. Module snd-sscape
  918. -----------------
  919. Module for ENSONIQ SoundScape PnP cards.
  920. port - Port # (PnP setup)
  921. irq - IRQ # (PnP setup)
  922. mpu_irq - MPU-401 IRQ # (PnP setup)
  923. dma - DMA # (PnP setup)
  924. This module supports multiple cards. ISA PnP must be enabled.
  925. You need sscape_ctl tool in alsa-tools package for loading
  926. the microcode.
  927. Module snd-sun-amd7930 (on sparc only)
  928. --------------------------------------
  929. Module for AMD7930 sound chips found on Sparcs.
  930. This module supports multiple cards.
  931. Module snd-sun-cs4231 (on sparc only)
  932. -------------------------------------
  933. Module for CS4231 sound chips found on Sparcs.
  934. This module supports multiple cards.
  935. Module snd-sun-dbri (on sparc only)
  936. -----------------------------------
  937. Module for DBRI sound chips found on Sparcs.
  938. This module supports multiple cards.
  939. Module snd-wavefront
  940. --------------------
  941. Module for Turtle Beach Maui, Tropez and Tropez+ sound cards.
  942. cs4232_pcm_port - Port # for CS4232 PCM interface.
  943. cs4232_pcm_irq - IRQ # for CS4232 PCM interface (5,7,9,11,12,15).
  944. cs4232_mpu_port - Port # for CS4232 MPU-401 interface.
  945. cs4232_mpu_irq - IRQ # for CS4232 MPU-401 interface (9,11,12,15).
  946. use_cs4232_midi - Use CS4232 MPU-401 interface
  947. (inaccessibly located inside your computer)
  948. ics2115_port - Port # for ICS2115
  949. ics2115_irq - IRQ # for ICS2115
  950. fm_port - FM OPL-3 Port #
  951. dma1 - DMA1 # for CS4232 PCM interface.
  952. dma2 - DMA2 # for CS4232 PCM interface.
  953. isapnp - ISA PnP detection - 0 = disable, 1 = enable (default)
  954. This module supports multiple cards and ISA PnP.
  955. Module snd-sonicvibes
  956. ---------------------
  957. Module for S3 SonicVibes PCI sound cards.
  958. * PINE Schubert 32 PCI
  959. reverb - Reverb Enable - 1 = enable, 0 = disable (default)
  960. - SoundCard must have onboard SRAM for this.
  961. mge - Mic Gain Enable - 1 = enable, 0 = disable (default)
  962. This module supports multiple cards and autoprobe.
  963. Module snd-serial-u16550
  964. ------------------------
  965. Module for UART16550A serial MIDI ports.
  966. port - port # for UART16550A chip
  967. irq - IRQ # for UART16550A chip, -1 = poll mode
  968. speed - speed in bauds (9600,19200,38400,57600,115200)
  969. 38400 = default
  970. base - base for divisor in bauds (57600,115200,230400,460800)
  971. 115200 = default
  972. outs - number of MIDI ports in a serial port (1-4)
  973. 1 = default
  974. adaptor - Type of adaptor.
  975. 0 = Soundcanvas, 1 = MS-124T, 2 = MS-124W S/A,
  976. 3 = MS-124W M/B, 4 = Generic
  977. This module supports multiple cards. This module does not support autoprobe
  978. thus the main port must be specified!!! Other options are optional.
  979. Module snd-trident
  980. ------------------
  981. Module for Trident 4DWave DX/NX sound cards.
  982. * Best Union Miss Melody 4DWave PCI
  983. * HIS 4DWave PCI
  984. * Warpspeed ONSpeed 4DWave PCI
  985. * AzTech PCI 64-Q3D
  986. * Addonics SV 750
  987. * CHIC True Sound 4Dwave
  988. * Shark Predator4D-PCI
  989. * Jaton SonicWave 4D
  990. pcm_channels - max channels (voices) reserved for PCM
  991. wavetable_size - max wavetable size in kB (4-?kb)
  992. This module supports multiple cards and autoprobe.
  993. The power-management is supported.
  994. Module snd-usb-audio
  995. --------------------
  996. Module for USB audio and USB MIDI devices.
  997. vid - Vendor ID for the device (optional)
  998. pid - Product ID for the device (optional)
  999. This module supports multiple devices, autoprobe and hotplugging.
  1000. Module snd-usb-usx2y
  1001. --------------------
  1002. Module for Tascam USB US-122, US-224 and US-428 devices.
  1003. This module supports multiple devices, autoprobe and hotplugging.
  1004. Note: you need to load the firmware via usx2yloader utility included
  1005. in alsa-tools and alsa-firmware packages.
  1006. Module snd-via82xx
  1007. ------------------
  1008. Module for AC'97 motherboards based on VIA 82C686A/686B, 8233,
  1009. 8233A, 8233C, 8235, 8237 (south) bridge.
  1010. mpu_port - 0x300,0x310,0x320,0x330, otherwise obtain BIOS setup
  1011. [VIA686A/686B only]
  1012. joystick - Enable joystick (default off) [VIA686A/686B only]
  1013. ac97_clock - AC'97 codec clock base (default 48000Hz)
  1014. dxs_support - support DXS channels,
  1015. 0 = auto (default), 1 = enable, 2 = disable,
  1016. 3 = 48k only, 4 = no VRA, 5 = enable any sample
  1017. rate and different sample rates on different
  1018. channels
  1019. [VIA8233/C, 8235, 8237 only]
  1020. ac97_quirk - AC'97 workaround for strange hardware
  1021. See "AC97 Quirk Option" section below.
  1022. This module supports one chip and autoprobe.
  1023. Note: on some SMP motherboards like MSI 694D the interrupts might
  1024. not be generated properly. In such a case, please try to
  1025. set the SMP (or MPS) version on BIOS to 1.1 instead of
  1026. default value 1.4. Then the interrupt number will be
  1027. assigned under 15. You might also upgrade your BIOS.
  1028. Note: VIA8233/5/7 (not VIA8233A) can support DXS (direct sound)
  1029. channels as the first PCM. On these channels, up to 4
  1030. streams can be played at the same time, and the controller
  1031. can perform sample rate conversion with separate rates for
  1032. each channel.
  1033. As default (dxs_support = 0), 48k fixed rate is chosen
  1034. except for the known devices since the output is often
  1035. noisy except for 48k on some mother boards due to the
  1036. bug of BIOS.
  1037. Please try once dxs_support=5 and if it works on other
  1038. sample rates (e.g. 44.1kHz of mp3 playback), please let us
  1039. know the PCI subsystem vendor/device id's (output of
  1040. "lspci -nv").
  1041. If dxs_support=5 does not work, try dxs_support=4; if it
  1042. doesn't work too, try dxs_support=1. (dxs_support=1 is
  1043. usually for old motherboards. The correct implemented
  1044. board should work with 4 or 5.) If it still doesn't
  1045. work and the default setting is ok, dxs_support=3 is the
  1046. right choice. If the default setting doesn't work at all,
  1047. try dxs_support=2 to disable the DXS channels.
  1048. In any cases, please let us know the result and the
  1049. subsystem vendor/device ids. See "Links and Addresses"
  1050. below.
  1051. Note: for the MPU401 on VIA823x, use snd-mpu401 driver
  1052. additionally. The mpu_port option is for VIA686 chips only.
  1053. The power-management is supported.
  1054. Module snd-via82xx-modem
  1055. ------------------------
  1056. Module for VIA82xx AC97 modem
  1057. ac97_clock - AC'97 codec clock base (default 48000Hz)
  1058. This module supports one card and autoprobe.
  1059. Note: The default index value of this module is -2, i.e. the first
  1060. slot is excluded.
  1061. The power-management is supported.
  1062. Module snd-virmidi
  1063. ------------------
  1064. Module for virtual rawmidi devices.
  1065. This module creates virtual rawmidi devices which communicate
  1066. to the corresponding ALSA sequencer ports.
  1067. midi_devs - MIDI devices # (1-4, default=4)
  1068. This module supports multiple cards.
  1069. Module snd-vx222
  1070. ----------------
  1071. Module for Digigram VX-Pocket VX222, V222 v2 and Mic cards.
  1072. mic - Enable Microphone on V222 Mic (NYI)
  1073. ibl - Capture IBL size. (default = 0, minimum size)
  1074. This module supports multiple cards.
  1075. When the driver is compiled as a module and the hotplug firmware
  1076. is supported, the firmware data is loaded via hotplug automatically.
  1077. Install the necessary firmware files in alsa-firmware package.
  1078. When no hotplug fw loader is available, you need to load the
  1079. firmware via vxloader utility in alsa-tools package. To invoke
  1080. vxloader automatically, add the following to /etc/modprobe.conf
  1081. install snd-vx222 /sbin/modprobe --first-time -i snd-vx222 && /usr/bin/vxloader
  1082. (for 2.2/2.4 kernels, add "post-install /usr/bin/vxloader" to
  1083. /etc/modules.conf, instead.)
  1084. IBL size defines the interrupts period for PCM. The smaller size
  1085. gives smaller latency but leads to more CPU consumption, too.
  1086. The size is usually aligned to 126. As default (=0), the smallest
  1087. size is chosen. The possible IBL values can be found in
  1088. /proc/asound/cardX/vx-status proc file.
  1089. The power-management is supported.
  1090. Module snd-vxpocket
  1091. -------------------
  1092. Module for Digigram VX-Pocket VX2 and 440 PCMCIA cards.
  1093. ibl - Capture IBL size. (default = 0, minimum size)
  1094. This module supports multiple cards. The module is compiled only when
  1095. PCMCIA is supported on kernel.
  1096. With the older 2.6.x kernel, to activate the driver via the card
  1097. manager, you'll need to set up /etc/pcmcia/vxpocket.conf. See the
  1098. sound/pcmcia/vx/vxpocket.c. 2.6.13 or later kernel requires no
  1099. longer require a config file.
  1100. When the driver is compiled as a module and the hotplug firmware
  1101. is supported, the firmware data is loaded via hotplug automatically.
  1102. Install the necessary firmware files in alsa-firmware package.
  1103. When no hotplug fw loader is available, you need to load the
  1104. firmware via vxloader utility in alsa-tools package.
  1105. About capture IBL, see the description of snd-vx222 module.
  1106. Note: the driver is build only when CONFIG_ISA is set.
  1107. Note2: snd-vxp440 driver is merged to snd-vxpocket driver since
  1108. ALSA 1.0.10.
  1109. The power-management is supported.
  1110. Module snd-ymfpci
  1111. -----------------
  1112. Module for Yamaha PCI chips (YMF72x, YMF74x & YMF75x).
  1113. mpu_port - 0x300,0x330,0x332,0x334, 0 (disable) by default,
  1114. 1 (auto-detect for YMF744/754 only)
  1115. fm_port - 0x388,0x398,0x3a0,0x3a8, 0 (disable) by default
  1116. 1 (auto-detect for YMF744/754 only)
  1117. joystick_port - 0x201,0x202,0x204,0x205, 0 (disable) by default,
  1118. 1 (auto-detect)
  1119. rear_switch - enable shared rear/line-in switch (bool)
  1120. This module supports autoprobe and multiple chips.
  1121. The power-management is supported.
  1122. Module snd-pdaudiocf
  1123. --------------------
  1124. Module for Sound Core PDAudioCF sound card.
  1125. Note: the driver is build only when CONFIG_ISA is set.
  1126. The power-management is supported.
  1127. AC97 Quirk Option
  1128. =================
  1129. The ac97_quirk option is used to enable/override the workaround for
  1130. specific devices on drivers for on-board AC'97 controllers like
  1131. snd-intel8x0. Some hardware have swapped output pins between Master
  1132. and Headphone, or Surround (thanks to confusion of AC'97
  1133. specifications from version to version :-)
  1134. The driver provides the auto-detection of known problematic devices,
  1135. but some might be unknown or wrongly detected. In such a case, pass
  1136. the proper value with this option.
  1137. The following strings are accepted:
  1138. - default Don't override the default setting
  1139. - none Disable the quirk
  1140. - hp_only Bind Master and Headphone controls as a single control
  1141. - swap_hp Swap headphone and master controls
  1142. - swap_surround Swap master and surround controls
  1143. - ad_sharing For AD1985, turn on OMS bit and use headphone
  1144. - alc_jack For ALC65x, turn on the jack sense mode
  1145. - inv_eapd Inverted EAPD implementation
  1146. - mute_led Bind EAPD bit for turning on/off mute LED
  1147. For backward compatibility, the corresponding integer value -1, 0,
  1148. ... are accepted, too.
  1149. For example, if "Master" volume control has no effect on your device
  1150. but only "Headphone" does, pass ac97_quirk=hp_only module option.
  1151. Configuring Non-ISAPNP Cards
  1152. ============================
  1153. When the kernel is configured with ISA-PnP support, the modules
  1154. supporting the isapnp cards will have module options "isapnp".
  1155. If this option is set, *only* the ISA-PnP devices will be probed.
  1156. For probing the non ISA-PnP cards, you have to pass "isapnp=0" option
  1157. together with the proper i/o and irq configuration.
  1158. When the kernel is configured without ISA-PnP support, isapnp option
  1159. will be not built in.
  1160. Module Autoloading Support
  1161. ==========================
  1162. The ALSA drivers can be loaded automatically on demand by defining
  1163. module aliases. The string 'snd-card-%1' is requested for ALSA native
  1164. devices where %i is sound card number from zero to seven.
  1165. To auto-load an ALSA driver for OSS services, define the string
  1166. 'sound-slot-%i' where %i means the slot number for OSS, which
  1167. corresponds to the card index of ALSA. Usually, define this
  1168. as the same card module.
  1169. An example configuration for a single emu10k1 card is like below:
  1170. ----- /etc/modprobe.conf
  1171. alias snd-card-0 snd-emu10k1
  1172. alias sound-slot-0 snd-emu10k1
  1173. ----- /etc/modprobe.conf
  1174. The available number of auto-loaded sound cards depends on the module
  1175. option "cards_limit" of snd module. As default it's set to 1.
  1176. To enable the auto-loading of multiple cards, specify the number of
  1177. sound cards in that option.
  1178. When multiple cards are available, it'd better to specify the index
  1179. number for each card via module option, too, so that the order of
  1180. cards is kept consistent.
  1181. An example configuration for two sound cards is like below:
  1182. ----- /etc/modprobe.conf
  1183. # ALSA portion
  1184. options snd cards_limit=2
  1185. alias snd-card-0 snd-interwave
  1186. alias snd-card-1 snd-ens1371
  1187. options snd-interwave index=0
  1188. options snd-ens1371 index=1
  1189. # OSS/Free portion
  1190. alias sound-slot-0 snd-interwave
  1191. alias sound-slot-1 snd-ens1371
  1192. ----- /etc/moprobe.conf
  1193. In this example, the interwave card is always loaded as the first card
  1194. (index 0) and ens1371 as the second (index 1).
  1195. ALSA PCM devices to OSS devices mapping
  1196. =======================================
  1197. /dev/snd/pcmC0D0[c|p] -> /dev/audio0 (/dev/audio) -> minor 4
  1198. /dev/snd/pcmC0D0[c|p] -> /dev/dsp0 (/dev/dsp) -> minor 3
  1199. /dev/snd/pcmC0D1[c|p] -> /dev/adsp0 (/dev/adsp) -> minor 12
  1200. /dev/snd/pcmC1D0[c|p] -> /dev/audio1 -> minor 4+16 = 20
  1201. /dev/snd/pcmC1D0[c|p] -> /dev/dsp1 -> minor 3+16 = 19
  1202. /dev/snd/pcmC1D1[c|p] -> /dev/adsp1 -> minor 12+16 = 28
  1203. /dev/snd/pcmC2D0[c|p] -> /dev/audio2 -> minor 4+32 = 36
  1204. /dev/snd/pcmC2D0[c|p] -> /dev/dsp2 -> minor 3+32 = 39
  1205. /dev/snd/pcmC2D1[c|p] -> /dev/adsp2 -> minor 12+32 = 44
  1206. The first number from /dev/snd/pcmC{X}D{Y}[c|p] expression means
  1207. sound card number and second means device number. The ALSA devices
  1208. have either 'c' or 'p' suffix indicating the direction, capture and
  1209. playback, respectively.
  1210. Please note that the device mapping above may be varied via the module
  1211. options of snd-pcm-oss module.
  1212. DEVFS support
  1213. =============
  1214. The ALSA driver fully supports the devfs extension.
  1215. You should add lines below to your devfsd.conf file:
  1216. LOOKUP snd MODLOAD ACTION snd
  1217. REGISTER ^sound/.* PERMISSIONS root.audio 660
  1218. REGISTER ^snd/.* PERMISSIONS root.audio 660
  1219. Warning: These lines assume that you have the audio group in your system.
  1220. Otherwise replace audio word with another group name (root for
  1221. example).
  1222. Proc interfaces (/proc/asound)
  1223. ==============================
  1224. /proc/asound/card#/pcm#[cp]/oss
  1225. -------------------------------
  1226. String "erase" - erase all additional informations about OSS applications
  1227. String "<app_name> <fragments> <fragment_size> [<options>]"
  1228. <app_name> - name of application with (higher priority) or without path
  1229. <fragments> - number of fragments or zero if auto
  1230. <fragment_size> - size of fragment in bytes or zero if auto
  1231. <options> - optional parameters
  1232. - disable the application tries to open a pcm device for
  1233. this channel but does not want to use it.
  1234. (Cause a bug or mmap needs)
  1235. It's good for Quake etc...
  1236. - direct don't use plugins
  1237. - block force block mode (rvplayer)
  1238. - non-block force non-block mode
  1239. - whole-frag write only whole fragments (optimization affecting
  1240. playback only)
  1241. - no-silence do not fill silence ahead to avoid clicks
  1242. - buggy-ptr Returns the whitespace blocks in GETOPTR ioctl
  1243. instead of filled blocks
  1244. Example: echo "x11amp 128 16384" > /proc/asound/card0/pcm0p/oss
  1245. echo "squake 0 0 disable" > /proc/asound/card0/pcm0c/oss
  1246. echo "rvplayer 0 0 block" > /proc/asound/card0/pcm0p/oss
  1247. Early Buffer Allocation
  1248. =======================
  1249. Some drivers (e.g. hdsp) require the large contiguous buffers, and
  1250. sometimes it's too late to find such spaces when the driver module is
  1251. actually loaded due to memory fragmentation. You can pre-allocate the
  1252. PCM buffers by loading snd-page-alloc module and write commands to its
  1253. proc file in prior, for example, in the early boot stage like
  1254. /etc/init.d/*.local scripts.
  1255. Reading the proc file /proc/drivers/snd-page-alloc shows the current
  1256. usage of page allocation. In writing, you can send the following
  1257. commands to the snd-page-alloc driver:
  1258. - add VENDOR DEVICE MASK SIZE BUFFERS
  1259. VENDOR and DEVICE are PCI vendor and device IDs. They take
  1260. integer numbers (0x prefix is needed for the hex).
  1261. MASK is the PCI DMA mask. Pass 0 if not restricted.
  1262. SIZE is the size of each buffer to allocate. You can pass
  1263. k and m suffix for KB and MB. The max number is 16MB.
  1264. BUFFERS is the number of buffers to allocate. It must be greater
  1265. than 0. The max number is 4.
  1266. - erase
  1267. This will erase the all pre-allocated buffers which are not in
  1268. use.
  1269. Links and Addresses
  1270. ===================
  1271. ALSA project homepage
  1272. http://www.alsa-project.org
  1273. ALSA Bug Tracking System
  1274. https://bugtrack.alsa-project.org/bugs/
  1275. ALSA Developers ML
  1276. mailto:alsa-devel@lists.sourceforge.net