ALSA-Configuration.txt 55 KB

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