ALSA-Configuration.txt 54 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553
  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. CMI9880
  463. minimal 3-jack in back
  464. min_fp 3-jack in back, 2-jack in front
  465. full 6-jack in back, 2-jack in front
  466. full_dig 6-jack in back, 2-jack in front, SPDIF I/O
  467. allout 5-jack in back, 2-jack in front, SPDIF out
  468. Note 2: If you get click noises on output, try the module option
  469. position_fix=1 or 2. position_fix=1 will use the SD_LPIB
  470. register value without FIFO size correction as the current
  471. DMA pointer. position_fix=2 will make the driver to use
  472. the position buffer instead of reading SD_LPIB register.
  473. (Usually SD_LPLIB register is more accurate than the
  474. position buffer.)
  475. Module snd-hdsp
  476. ---------------
  477. Module for RME Hammerfall DSP audio interface(s)
  478. Module supports up to 8 cards.
  479. Note: The firmware data can be automatically loaded via hotplug
  480. when CONFIG_FW_LOADER is set. Otherwise, you need to load
  481. the firmware via hdsploader utility included in alsa-tools
  482. package.
  483. The firmware data is found in alsa-firmware package.
  484. Note: snd-page-alloc module does the job which snd-hammerfall-mem
  485. module did formerly. It will allocate the buffers in advance
  486. when any HDSP cards are found. To make the buffer
  487. allocation sure, load snd-page-alloc module in the early
  488. stage of boot sequence.
  489. Module snd-ice1712
  490. ------------------
  491. Module for Envy24 (ICE1712) based PCI sound cards.
  492. * MidiMan M Audio Delta 1010
  493. * MidiMan M Audio Delta 1010LT
  494. * MidiMan M Audio Delta DiO 2496
  495. * MidiMan M Audio Delta 66
  496. * MidiMan M Audio Delta 44
  497. * MidiMan M Audio Delta 410
  498. * MidiMan M Audio Audiophile 2496
  499. * TerraTec EWS 88MT
  500. * TerraTec EWS 88D
  501. * TerraTec EWX 24/96
  502. * TerraTec DMX 6Fire
  503. * TerraTec Phase 88
  504. * Hoontech SoundTrack DSP 24
  505. * Hoontech SoundTrack DSP 24 Value
  506. * Hoontech SoundTrack DSP 24 Media 7.1
  507. * Event Electronics, EZ8
  508. * Digigram VX442
  509. * Lionstracs, Mediastaton
  510. model - Use the given board model, one of the following:
  511. delta1010, dio2496, delta66, delta44, audiophile, delta410,
  512. delta1010lt, vx442, ewx2496, ews88mt, ews88mt_new, ews88d,
  513. dmx6fire, dsp24, dsp24_value, dsp24_71, ez8,
  514. phase88, mediastation
  515. omni - Omni I/O support for MidiMan M-Audio Delta44/66
  516. cs8427_timeout - reset timeout for the CS8427 chip (S/PDIF transciever)
  517. in msec resolution, default value is 500 (0.5 sec)
  518. Module supports up to 8 cards and autoprobe. Note: The consumer part
  519. is not used with all Envy24 based cards (for example in the MidiMan Delta
  520. serie).
  521. Note: The supported board is detected by reading EEPROM or PCI
  522. SSID (if EEPROM isn't available). You can override the
  523. model by passing "model" module option in case that the
  524. driver isn't configured properly or you want to try another
  525. type for testing.
  526. Module snd-ice1724
  527. ------------------
  528. Module for Envy24HT (VT/ICE1724), Envy24PT (VT1720) based PCI sound cards.
  529. * MidiMan M Audio Revolution 7.1
  530. * AMP Ltd AUDIO2000
  531. * TerraTec Aureon 5.1 Sky
  532. * TerraTec Aureon 7.1 Space
  533. * TerraTec Aureon 7.1 Universe
  534. * TerraTec Phase 22
  535. * TerraTec Phase 28
  536. * AudioTrak Prodigy 7.1
  537. * AudioTrak Prodigy 192
  538. * Pontis MS300
  539. * Albatron K8X800 Pro II
  540. * Chaintech ZNF3-150
  541. * Chaintech ZNF3-250
  542. * Chaintech 9CJS
  543. * Chaintech AV-710
  544. * Shuttle SN25P
  545. model - Use the given board model, one of the following:
  546. revo71, amp2000, prodigy71, prodigy192, aureon51,
  547. aureon71, universe, k8x800, phase22, phase28, ms300,
  548. av710
  549. Module supports up to 8 cards and autoprobe.
  550. Note: The supported board is detected by reading EEPROM or PCI
  551. SSID (if EEPROM isn't available). You can override the
  552. model by passing "model" module option in case that the
  553. driver isn't configured properly or you want to try another
  554. type for testing.
  555. Module snd-intel8x0
  556. -------------------
  557. Module for AC'97 motherboards from Intel and compatibles.
  558. * Intel i810/810E, i815, i820, i830, i84x, MX440
  559. * SiS 7012 (SiS 735)
  560. * NVidia NForce, NForce2
  561. * AMD AMD768, AMD8111
  562. * ALi m5455
  563. ac97_clock - AC'97 codec clock base (0 = auto-detect)
  564. ac97_quirk - AC'97 workaround for strange hardware
  565. The following strings are accepted:
  566. default = don't override the default setting
  567. disable = disable the quirk
  568. hp_only = use headphone control as master
  569. swap_hp = swap headphone and master controls
  570. swap_surround = swap master and surround controls
  571. ad_sharing = for AD1985, turn on OMS bit and use headphone
  572. alc_jack = for ALC65x, turn on the jack sense mode
  573. inv_eapd = inverted EAPD implementation
  574. mute_led = bind EAPD bit for turning on/off mute LED
  575. For backward compatibility, the corresponding integer
  576. value -1, 0, ... are accepted, too.
  577. buggy_irq - Enable workaround for buggy interrupts on some
  578. motherboards (default off)
  579. Module supports autoprobe and multiple bus-master chips (max 8).
  580. Note: the latest driver supports auto-detection of chip clock.
  581. if you still encounter too fast playback, specify the clock
  582. explicitly via the module option "ac97_clock=41194".
  583. Joystick/MIDI ports are not supported by this driver. If your
  584. motherboard has these devices, use the ns558 or snd-mpu401
  585. modules, respectively.
  586. The ac97_quirk option is used to enable/override the workaround
  587. for specific devices. Some hardware have swapped output pins
  588. between Master and Headphone, or Surround. The driver provides
  589. the auto-detection of known problematic devices, but some might
  590. be unknown or wrongly detected. In such a case, pass the proper
  591. value with this option.
  592. The power-management is supported.
  593. Module snd-intel8x0m
  594. --------------------
  595. Module for Intel ICH (i8x0) chipset MC97 modems.
  596. ac97_clock - AC'97 codec clock base (0 = auto-detect)
  597. This module supports up to 8 cards and autoprobe.
  598. Note: The default index value of this module is -2, i.e. the first
  599. slot is excluded.
  600. Module snd-interwave
  601. --------------------
  602. Module for Gravis UltraSound PnP, Dynasonic 3-D/Pro, STB Sound Rage 32
  603. and other sound cards based on AMD InterWave (tm) chip.
  604. port - port # for InterWave chip (0x210,0x220,0x230,0x240,0x250,0x260)
  605. irq - IRQ # for InterWave chip (3,5,9,11,12,15)
  606. dma1 - DMA # for InterWave chip (0,1,3,5,6,7)
  607. dma2 - DMA # for InterWave chip (0,1,3,5,6,7,-1=disable)
  608. joystick_dac - 0 to 31, (0.59V-4.52V or 0.389V-2.98V)
  609. midi - 1 = MIDI UART enable, 0 = MIDI UART disable (default)
  610. pcm_voices - reserved PCM voices for the synthesizer (default 2)
  611. effect - 1 = InterWave effects enable (default 0);
  612. requires 8 voices
  613. Module supports up to 8 cards, autoprobe and ISA PnP.
  614. Module snd-interwave-stb
  615. ------------------------
  616. Module for UltraSound 32-Pro (sound card from STB used by Compaq)
  617. and other sound cards based on AMD InterWave (tm) chip with TEA6330T
  618. circuit for extended control of bass, treble and master volume.
  619. port - port # for InterWave chip (0x210,0x220,0x230,0x240,0x250,0x260)
  620. port_tc - tone control (i2c bus) port # for TEA6330T chip (0x350,0x360,0x370,0x380)
  621. irq - IRQ # for InterWave chip (3,5,9,11,12,15)
  622. dma1 - DMA # for InterWave chip (0,1,3,5,6,7)
  623. dma2 - DMA # for InterWave chip (0,1,3,5,6,7,-1=disable)
  624. joystick_dac - 0 to 31, (0.59V-4.52V or 0.389V-2.98V)
  625. midi - 1 = MIDI UART enable, 0 = MIDI UART disable (default)
  626. pcm_voices - reserved PCM voices for the synthesizer (default 2)
  627. effect - 1 = InterWave effects enable (default 0);
  628. requires 8 voices
  629. Module supports up to 8 cards, autoprobe and ISA PnP.
  630. Module snd-korg1212
  631. -------------------
  632. Module for Korg 1212 IO PCI card
  633. Module supports up to 8 cards.
  634. Module snd-maestro3
  635. -------------------
  636. Module for Allegro/Maestro3 chips
  637. external_amp - enable external amp (enabled by default)
  638. amp_gpio - GPIO pin number for external amp (0-15) or
  639. -1 for default pin (8 for allegro, 1 for
  640. others)
  641. Module supports autoprobe and multiple chips (max 8).
  642. Note: the binding of amplifier is dependent on hardware.
  643. If there is no sound even though all channels are unmuted, try to
  644. specify other gpio connection via amp_gpio option.
  645. For example, a Panasonic notebook might need "amp_gpio=0x0d"
  646. option.
  647. The power-management is supported.
  648. Module snd-mixart
  649. -----------------
  650. Module for Digigram miXart8 sound cards.
  651. Module supports multiple cards.
  652. Note: One miXart8 board will be represented as 4 alsa cards.
  653. See MIXART.txt for details.
  654. When the driver is compiled as a module and the hotplug firmware
  655. is supported, the firmware data is loaded via hotplug automatically.
  656. Install the necessary firmware files in alsa-firmware package.
  657. When no hotplug fw loader is available, you need to load the
  658. firmware via mixartloader utility in alsa-tools package.
  659. Module snd-mpu401
  660. -----------------
  661. Module for MPU-401 UART devices.
  662. port - port number or -1 (disable)
  663. irq - IRQ number or -1 (disable)
  664. pnp - PnP detection - 0 = disable, 1 = enable (default)
  665. Module supports multiple devices (max 8) and PnP.
  666. Module snd-mtpav
  667. ----------------
  668. Module for MOTU MidiTimePiece AV multiport MIDI (on the parallel
  669. port).
  670. port - I/O port # for MTPAV (0x378,0x278, default=0x378)
  671. irq - IRQ # for MTPAV (7,5, default=7)
  672. hwports - number of supported hardware ports, default=8.
  673. Module supports only 1 card. This module has no enable option.
  674. Module snd-nm256
  675. ----------------
  676. Module for NeoMagic NM256AV/ZX chips
  677. playback_bufsize - max playback frame size in kB (4-128kB)
  678. capture_bufsize - max capture frame size in kB (4-128kB)
  679. force_ac97 - 0 or 1 (disabled by default)
  680. buffer_top - specify buffer top address
  681. use_cache - 0 or 1 (disabled by default)
  682. vaio_hack - alias buffer_top=0x25a800
  683. reset_workaround - enable AC97 RESET workaround for some laptops
  684. Module supports autoprobe and multiple chips (max 8).
  685. The power-management is supported.
  686. Note: on some notebooks the buffer address cannot be detected
  687. automatically, or causes hang-up during initialization.
  688. In such a case, specify the buffer top address explicity via
  689. buffer_top option.
  690. For example,
  691. Sony F250: buffer_top=0x25a800
  692. Sony F270: buffer_top=0x272800
  693. The driver supports only ac97 codec. It's possible to force
  694. to initialize/use ac97 although it's not detected. In such a
  695. case, use force_ac97=1 option - but *NO* guarantee whether it
  696. works!
  697. Note: The NM256 chip can be linked internally with non-AC97
  698. codecs. This driver supports only the AC97 codec, and won't work
  699. with machines with other (most likely CS423x or OPL3SAx) chips,
  700. even though the device is detected in lspci. In such a case, try
  701. other drivers, e.g. snd-cs4232 or snd-opl3sa2. Some has ISA-PnP
  702. but some doesn't have ISA PnP. You'll need to speicfy isapnp=0
  703. and proper hardware parameters in the case without ISA PnP.
  704. Note: some laptops need a workaround for AC97 RESET. For the
  705. known hardware like Dell Latitude LS and Sony PCG-F305, this
  706. workaround is enabled automatically. For other laptops with a
  707. hard freeze, you can try reset_workaround=1 option.
  708. Note: This driver is really crappy. It's a porting from the
  709. OSS driver, which is a result of black-magic reverse engineering.
  710. The detection of codec will fail if the driver is loaded *after*
  711. X-server as described above. You might be able to force to load
  712. the module, but it may result in hang-up. Hence, make sure that
  713. you load this module *before* X if you encounter this kind of
  714. problem.
  715. Module snd-opl3sa2
  716. ------------------
  717. Module for Yamaha OPL3-SA2/SA3 sound cards.
  718. port - control port # for OPL3-SA chip (0x370)
  719. sb_port - SB port # for OPL3-SA chip (0x220,0x240)
  720. wss_port - WSS port # for OPL3-SA chip (0x530,0xe80,0xf40,0x604)
  721. midi_port - port # for MPU-401 UART (0x300,0x330), -1 = disable
  722. fm_port - FM port # for OPL3-SA chip (0x388), -1 = disable
  723. irq - IRQ # for OPL3-SA chip (5,7,9,10)
  724. dma1 - first DMA # for Yamaha OPL3-SA chip (0,1,3)
  725. dma2 - second DMA # for Yamaha OPL3-SA chip (0,1,3), -1 = disable
  726. isapnp - ISA PnP detection - 0 = disable, 1 = enable (default)
  727. Module supports up to 8 cards and ISA PnP. This module does not support
  728. autoprobe (if ISA PnP is not used) thus all ports must be specified!!!
  729. The power-management is supported.
  730. Module snd-opti92x-ad1848
  731. -------------------------
  732. Module for sound cards based on OPTi 82c92x and Analog Devices AD1848 chips.
  733. Module works with OAK Mozart cards as well.
  734. port - port # for WSS chip (0x530,0xe80,0xf40,0x604)
  735. mpu_port - port # for MPU-401 UART (0x300,0x310,0x320,0x330)
  736. fm_port - port # for OPL3 device (0x388)
  737. irq - IRQ # for WSS chip (5,7,9,10,11)
  738. mpu_irq - IRQ # for MPU-401 UART (5,7,9,10)
  739. dma1 - first DMA # for WSS chip (0,1,3)
  740. This module supports only one card, autoprobe and PnP.
  741. Module snd-opti92x-cs4231
  742. -------------------------
  743. Module for sound cards based on OPTi 82c92x and Crystal CS4231 chips.
  744. port - port # for WSS chip (0x530,0xe80,0xf40,0x604)
  745. mpu_port - port # for MPU-401 UART (0x300,0x310,0x320,0x330)
  746. fm_port - port # for OPL3 device (0x388)
  747. irq - IRQ # for WSS chip (5,7,9,10,11)
  748. mpu_irq - IRQ # for MPU-401 UART (5,7,9,10)
  749. dma1 - first DMA # for WSS chip (0,1,3)
  750. dma2 - second DMA # for WSS chip (0,1,3)
  751. This module supports only one card, autoprobe and PnP.
  752. Module snd-opti93x
  753. ------------------
  754. Module for sound cards based on OPTi 82c93x chips.
  755. port - port # for WSS chip (0x530,0xe80,0xf40,0x604)
  756. mpu_port - port # for MPU-401 UART (0x300,0x310,0x320,0x330)
  757. fm_port - port # for OPL3 device (0x388)
  758. irq - IRQ # for WSS chip (5,7,9,10,11)
  759. mpu_irq - IRQ # for MPU-401 UART (5,7,9,10)
  760. dma1 - first DMA # for WSS chip (0,1,3)
  761. dma2 - second DMA # for WSS chip (0,1,3)
  762. This module supports only one card, autoprobe and PnP.
  763. Module snd-powermac (on ppc only)
  764. ---------------------------------
  765. Module for PowerMac, iMac and iBook on-board soundchips
  766. enable_beep - enable beep using PCM (enabled as default)
  767. Module supports autoprobe a chip.
  768. Note: the driver may have problems regarding endianess.
  769. The power-management is supported.
  770. Module snd-rme32
  771. ----------------
  772. Module for RME Digi32, Digi32 Pro and Digi32/8 (Sek'd Prodif32,
  773. Prodif96 and Prodif Gold) sound cards.
  774. Module supports up to 8 cards.
  775. Module snd-rme96
  776. ----------------
  777. Module for RME Digi96, Digi96/8 and Digi96/8 PRO/PAD/PST sound cards.
  778. Module supports up to 8 cards.
  779. Module snd-rme9652
  780. ------------------
  781. Module for RME Digi9652 (Hammerfall, Hammerfall-Light) sound cards.
  782. precise_ptr - Enable precise pointer (doesn't work reliably).
  783. (default = 0)
  784. Module supports up to 8 cards.
  785. Note: snd-page-alloc module does the job which snd-hammerfall-mem
  786. module did formerly. It will allocate the buffers in advance
  787. when any RME9652 cards are found. To make the buffer
  788. allocation sure, load snd-page-alloc module in the early
  789. stage of boot sequence.
  790. Module snd-sa11xx-uda1341 (on arm only)
  791. ---------------------------------------
  792. Module for Philips UDA1341TS on Compaq iPAQ H3600 sound card.
  793. Module supports only one card.
  794. Module has no enable and index options.
  795. Module snd-sb8
  796. --------------
  797. Module for 8-bit SoundBlaster cards: SoundBlaster 1.0,
  798. SoundBlaster 2.0,
  799. SoundBlaster Pro
  800. port - port # for SB DSP chip (0x220,0x240,0x260)
  801. irq - IRQ # for SB DSP chip (5,7,9,10)
  802. dma8 - DMA # for SB DSP chip (1,3)
  803. Module supports up to 8 cards and autoprobe.
  804. Module snd-sb16 and snd-sbawe
  805. -----------------------------
  806. Module for 16-bit SoundBlaster cards: SoundBlaster 16 (PnP),
  807. SoundBlaster AWE 32 (PnP),
  808. SoundBlaster AWE 64 PnP
  809. port - port # for SB DSP 4.x chip (0x220,0x240,0x260)
  810. mpu_port - port # for MPU-401 UART (0x300,0x330), -1 = disable
  811. awe_port - base port # for EMU8000 synthesizer (0x620,0x640,0x660)
  812. (snd-sbawe module only)
  813. irq - IRQ # for SB DSP 4.x chip (5,7,9,10)
  814. dma8 - 8-bit DMA # for SB DSP 4.x chip (0,1,3)
  815. dma16 - 16-bit DMA # for SB DSP 4.x chip (5,6,7)
  816. mic_agc - Mic Auto-Gain-Control - 0 = disable, 1 = enable (default)
  817. csp - ASP/CSP chip support - 0 = disable (default), 1 = enable
  818. isapnp - ISA PnP detection - 0 = disable, 1 = enable (default)
  819. Module supports up to 8 cards, autoprobe and ISA PnP.
  820. Note: To use Vibra16X cards in 16-bit half duplex mode, you must
  821. disable 16bit DMA with dma16 = -1 module parameter.
  822. Also, all Sound Blaster 16 type cards can operate in 16-bit
  823. half duplex mode through 8-bit DMA channel by disabling their
  824. 16-bit DMA channel.
  825. Module snd-sgalaxy
  826. ------------------
  827. Module for Aztech Sound Galaxy sound card.
  828. sbport - Port # for SB16 interface (0x220,0x240)
  829. wssport - Port # for WSS interface (0x530,0xe80,0xf40,0x604)
  830. irq - IRQ # (7,9,10,11)
  831. dma1 - DMA #
  832. Module supports up to 8 cards.
  833. Module snd-sscape
  834. -----------------
  835. Module for ENSONIQ SoundScape PnP cards.
  836. port - Port # (PnP setup)
  837. irq - IRQ # (PnP setup)
  838. mpu_irq - MPU-401 IRQ # (PnP setup)
  839. dma - DMA # (PnP setup)
  840. Module supports up to 8 cards. ISA PnP must be enabled.
  841. You need sscape_ctl tool in alsa-tools package for loading
  842. the microcode.
  843. Module snd-sun-amd7930 (on sparc only)
  844. --------------------------------------
  845. Module for AMD7930 sound chips found on Sparcs.
  846. Module supports up to 8 cards.
  847. Module snd-sun-cs4231 (on sparc only)
  848. -------------------------------------
  849. Module for CS4231 sound chips found on Sparcs.
  850. Module supports up to 8 cards.
  851. Module snd-wavefront
  852. --------------------
  853. Module for Turtle Beach Maui, Tropez and Tropez+ sound cards.
  854. cs4232_pcm_port - Port # for CS4232 PCM interface.
  855. cs4232_pcm_irq - IRQ # for CS4232 PCM interface (5,7,9,11,12,15).
  856. cs4232_mpu_port - Port # for CS4232 MPU-401 interface.
  857. cs4232_mpu_irq - IRQ # for CS4232 MPU-401 interface (9,11,12,15).
  858. use_cs4232_midi - Use CS4232 MPU-401 interface
  859. (inaccessibly located inside your computer)
  860. ics2115_port - Port # for ICS2115
  861. ics2115_irq - IRQ # for ICS2115
  862. fm_port - FM OPL-3 Port #
  863. dma1 - DMA1 # for CS4232 PCM interface.
  864. dma2 - DMA2 # for CS4232 PCM interface.
  865. isapnp - ISA PnP detection - 0 = disable, 1 = enable (default)
  866. Module supports up to 8 cards and ISA PnP.
  867. Module snd-sonicvibes
  868. ---------------------
  869. Module for S3 SonicVibes PCI sound cards.
  870. * PINE Schubert 32 PCI
  871. reverb - Reverb Enable - 1 = enable, 0 = disable (default)
  872. - SoundCard must have onboard SRAM for this.
  873. mge - Mic Gain Enable - 1 = enable, 0 = disable (default)
  874. Module supports up to 8 cards and autoprobe.
  875. Module snd-serial-u16550
  876. ------------------------
  877. Module for UART16550A serial MIDI ports.
  878. port - port # for UART16550A chip
  879. irq - IRQ # for UART16550A chip, -1 = poll mode
  880. speed - speed in bauds (9600,19200,38400,57600,115200)
  881. 38400 = default
  882. base - base for divisor in bauds (57600,115200,230400,460800)
  883. 115200 = default
  884. outs - number of MIDI ports in a serial port (1-4)
  885. 1 = default
  886. adaptor - Type of adaptor.
  887. 0 = Soundcanvas, 1 = MS-124T, 2 = MS-124W S/A,
  888. 3 = MS-124W M/B, 4 = Generic
  889. Module supports up to 8 cards. This module does not support autoprobe
  890. thus the main port must be specified!!! Other options are optional.
  891. Module snd-trident
  892. ------------------
  893. Module for Trident 4DWave DX/NX sound cards.
  894. * Best Union Miss Melody 4DWave PCI
  895. * HIS 4DWave PCI
  896. * Warpspeed ONSpeed 4DWave PCI
  897. * AzTech PCI 64-Q3D
  898. * Addonics SV 750
  899. * CHIC True Sound 4Dwave
  900. * Shark Predator4D-PCI
  901. * Jaton SonicWave 4D
  902. pcm_channels - max channels (voices) reserved for PCM
  903. wavetable_size - max wavetable size in kB (4-?kb)
  904. Module supports up to 8 cards and autoprobe.
  905. The power-management is supported.
  906. Module snd-usb-audio
  907. --------------------
  908. Module for USB audio and USB MIDI devices.
  909. vid - Vendor ID for the device (optional)
  910. pid - Product ID for the device (optional)
  911. This module supports up to 8 cards, autoprobe and hotplugging.
  912. Module snd-usb-usx2y
  913. --------------------
  914. Module for Tascam USB US-122, US-224 and US-428 devices.
  915. This module supports up to 8 cards, autoprobe and hotplugging.
  916. Note: you need to load the firmware via usx2yloader utility included
  917. in alsa-tools and alsa-firmware packages.
  918. Module snd-via82xx
  919. ------------------
  920. Module for AC'97 motherboards based on VIA 82C686A/686B, 8233,
  921. 8233A, 8233C, 8235, 8237 (south) bridge.
  922. mpu_port - 0x300,0x310,0x320,0x330, otherwise obtain BIOS setup
  923. [VIA686A/686B only]
  924. joystick - Enable joystick (default off) [VIA686A/686B only]
  925. ac97_clock - AC'97 codec clock base (default 48000Hz)
  926. dxs_support - support DXS channels,
  927. 0 = auto (default), 1 = enable, 2 = disable,
  928. 3 = 48k only, 4 = no VRA, 5 = enable any sample
  929. rate and different sample rates on different
  930. channels
  931. [VIA8233/C, 8235, 8237 only]
  932. ac97_quirk - AC'97 workaround for strange hardware
  933. See the description of intel8x0 module for details.
  934. Module supports autoprobe and multiple bus-master chips (max 8).
  935. Note: on some SMP motherboards like MSI 694D the interrupts might
  936. not be generated properly. In such a case, please try to
  937. set the SMP (or MPS) version on BIOS to 1.1 instead of
  938. default value 1.4. Then the interrupt number will be
  939. assigned under 15. You might also upgrade your BIOS.
  940. Note: VIA8233/5/7 (not VIA8233A) can support DXS (direct sound)
  941. channels as the first PCM. On these channels, up to 4
  942. streams can be played at the same time, and the controller
  943. can perform sample rate conversion with separate rates for
  944. each channel.
  945. As default (dxs_support = 0), 48k fixed rate is chosen
  946. except for the known devices since the output is often
  947. noisy except for 48k on some mother boards due to the
  948. bug of BIOS.
  949. Please try once dxs_support=5 and if it works on other
  950. sample rates (e.g. 44.1kHz of mp3 playback), please let us
  951. know the PCI subsystem vendor/device id's (output of
  952. "lspci -nv").
  953. If dxs_support=5 does not work, try dxs_support=4; if it
  954. doesn't work too, try dxs_support=1. (dxs_support=1 is
  955. usually for old motherboards. The correct implementated
  956. board should work with 4 or 5.) If it still doesn't
  957. work and the default setting is ok, dxs_support=3 is the
  958. right choice. If the default setting doesn't work at all,
  959. try dxs_support=2 to disable the DXS channels.
  960. In any cases, please let us know the result and the
  961. subsystem vendor/device ids.
  962. Note: for the MPU401 on VIA823x, use snd-mpu401 driver
  963. additonally. The mpu_port option is for VIA686 chips only.
  964. Module snd-via82xx-modem
  965. ------------------------
  966. Module for VIA82xx AC97 modem
  967. ac97_clock - AC'97 codec clock base (default 48000Hz)
  968. Module supports up to 8 cards.
  969. Note: The default index value of this module is -2, i.e. the first
  970. slot is excluded.
  971. Module snd-virmidi
  972. ------------------
  973. Module for virtual rawmidi devices.
  974. This module creates virtual rawmidi devices which communicate
  975. to the corresponding ALSA sequencer ports.
  976. midi_devs - MIDI devices # (1-8, default=4)
  977. Module supports up to 8 cards.
  978. Module snd-vx222
  979. ----------------
  980. Module for Digigram VX-Pocket VX222, V222 v2 and Mic cards.
  981. mic - Enable Microphone on V222 Mic (NYI)
  982. ibl - Capture IBL size. (default = 0, minimum size)
  983. Module supports up to 8 cards.
  984. When the driver is compiled as a module and the hotplug firmware
  985. is supported, the firmware data is loaded via hotplug automatically.
  986. Install the necessary firmware files in alsa-firmware package.
  987. When no hotplug fw loader is available, you need to load the
  988. firmware via vxloader utility in alsa-tools package. To invoke
  989. vxloader automatically, add the following to /etc/modprobe.conf
  990. install snd-vx222 /sbin/modprobe --first-time -i snd-vx222 && /usr/bin/vxloader
  991. (for 2.2/2.4 kernels, add "post-install /usr/bin/vxloader" to
  992. /etc/modules.conf, instead.)
  993. IBL size defines the interrupts period for PCM. The smaller size
  994. gives smaller latency but leads to more CPU consumption, too.
  995. The size is usually aligned to 126. As default (=0), the smallest
  996. size is chosen. The possible IBL values can be found in
  997. /proc/asound/cardX/vx-status proc file.
  998. Module snd-vxpocket
  999. -------------------
  1000. Module for Digigram VX-Pocket VX2 PCMCIA card.
  1001. ibl - Capture IBL size. (default = 0, minimum size)
  1002. Module supports up to 8 cards. The module is compiled only when
  1003. PCMCIA is supported on kernel.
  1004. To activate the driver via the card manager, you'll need to set
  1005. up /etc/pcmcia/vxpocket.conf. See the sound/pcmcia/vx/vxpocket.c.
  1006. When the driver is compiled as a module and the hotplug firmware
  1007. is supported, the firmware data is loaded via hotplug automatically.
  1008. Install the necessary firmware files in alsa-firmware package.
  1009. When no hotplug fw loader is available, you need to load the
  1010. firmware via vxloader utility in alsa-tools package.
  1011. About capture IBL, see the description of snd-vx222 module.
  1012. Note: the driver is build only when CONFIG_ISA is set.
  1013. Module snd-vxp440
  1014. -----------------
  1015. Module for Digigram VX-Pocket 440 PCMCIA card.
  1016. ibl - Capture IBL size. (default = 0, minimum size)
  1017. Module supports up to 8 cards. The module is compiled only when
  1018. PCMCIA is supported on kernel.
  1019. To activate the driver via the card manager, you'll need to set
  1020. up /etc/pcmcia/vxp440.conf. See the sound/pcmcia/vx/vxp440.c.
  1021. When the driver is compiled as a module and the hotplug firmware
  1022. is supported, the firmware data is loaded via hotplug automatically.
  1023. Install the necessary firmware files in alsa-firmware package.
  1024. When no hotplug fw loader is available, you need to load the
  1025. firmware via vxloader utility in alsa-tools package.
  1026. About capture IBL, see the description of snd-vx222 module.
  1027. Note: the driver is build only when CONFIG_ISA is set.
  1028. Module snd-ymfpci
  1029. -----------------
  1030. Module for Yamaha PCI chips (YMF72x, YMF74x & YMF75x).
  1031. mpu_port - 0x300,0x330,0x332,0x334, 0 (disable) by default,
  1032. 1 (auto-detect for YMF744/754 only)
  1033. fm_port - 0x388,0x398,0x3a0,0x3a8, 0 (disable) by default
  1034. 1 (auto-detect for YMF744/754 only)
  1035. joystick_port - 0x201,0x202,0x204,0x205, 0 (disable) by default,
  1036. 1 (auto-detect)
  1037. rear_switch - enable shared rear/line-in switch (bool)
  1038. Module supports autoprobe and multiple chips (max 8).
  1039. The power-management is supported.
  1040. Module snd-pdaudiocf
  1041. --------------------
  1042. Module for Sound Core PDAudioCF sound card.
  1043. Note: the driver is build only when CONFIG_ISA is set.
  1044. Configuring Non-ISAPNP Cards
  1045. ============================
  1046. When the kernel is configured with ISA-PnP support, the modules
  1047. supporting the isapnp cards will have module options "isapnp".
  1048. If this option is set, *only* the ISA-PnP devices will be probed.
  1049. For probing the non ISA-PnP cards, you have to pass "isapnp=0" option
  1050. together with the proper i/o and irq configuration.
  1051. When the kernel is configured without ISA-PnP support, isapnp option
  1052. will be not built in.
  1053. Module Autoloading Support
  1054. ==========================
  1055. The ALSA drivers can be loaded automatically on demand by defining
  1056. module aliases. The string 'snd-card-%1' is requested for ALSA native
  1057. devices where %i is sound card number from zero to seven.
  1058. To auto-load an ALSA driver for OSS services, define the string
  1059. 'sound-slot-%i' where %i means the slot number for OSS, which
  1060. corresponds to the card index of ALSA. Usually, define this
  1061. as the the same card module.
  1062. An example configuration for a single emu10k1 card is like below:
  1063. ----- /etc/modprobe.conf
  1064. alias snd-card-0 snd-emu10k1
  1065. alias sound-slot-0 snd-emu10k1
  1066. ----- /etc/modprobe.conf
  1067. The available number of auto-loaded sound cards depends on the module
  1068. option "cards_limit" of snd module. As default it's set to 1.
  1069. To enable the auto-loading of multiple cards, specify the number of
  1070. sound cards in that option.
  1071. When multiple cards are available, it'd better to specify the index
  1072. number for each card via module option, too, so that the order of
  1073. cards is kept consistent.
  1074. An example configuration for two sound cards is like below:
  1075. ----- /etc/modprobe.conf
  1076. # ALSA portion
  1077. options snd cards_limit=2
  1078. alias snd-card-0 snd-interwave
  1079. alias snd-card-1 snd-ens1371
  1080. options snd-interwave index=0
  1081. options snd-ens1371 index=1
  1082. # OSS/Free portion
  1083. alias sound-slot-0 snd-interwave
  1084. alias sound-slot-1 snd-ens1371
  1085. ----- /etc/moprobe.conf
  1086. In this example, the interwave card is always loaded as the first card
  1087. (index 0) and ens1371 as the second (index 1).
  1088. ALSA PCM devices to OSS devices mapping
  1089. =======================================
  1090. /dev/snd/pcmC0D0[c|p] -> /dev/audio0 (/dev/audio) -> minor 4
  1091. /dev/snd/pcmC0D0[c|p] -> /dev/dsp0 (/dev/dsp) -> minor 3
  1092. /dev/snd/pcmC0D1[c|p] -> /dev/adsp0 (/dev/adsp) -> minor 12
  1093. /dev/snd/pcmC1D0[c|p] -> /dev/audio1 -> minor 4+16 = 20
  1094. /dev/snd/pcmC1D0[c|p] -> /dev/dsp1 -> minor 3+16 = 19
  1095. /dev/snd/pcmC1D1[c|p] -> /dev/adsp1 -> minor 12+16 = 28
  1096. /dev/snd/pcmC2D0[c|p] -> /dev/audio2 -> minor 4+32 = 36
  1097. /dev/snd/pcmC2D0[c|p] -> /dev/dsp2 -> minor 3+32 = 39
  1098. /dev/snd/pcmC2D1[c|p] -> /dev/adsp2 -> minor 12+32 = 44
  1099. The first number from /dev/snd/pcmC{X}D{Y}[c|p] expression means
  1100. sound card number and second means device number. The ALSA devices
  1101. have either 'c' or 'p' suffix indicating the direction, capture and
  1102. playback, respectively.
  1103. Please note that the device mapping above may be varied via the module
  1104. options of snd-pcm-oss module.
  1105. DEVFS support
  1106. =============
  1107. The ALSA driver fully supports the devfs extension.
  1108. You should add lines below to your devfsd.conf file:
  1109. LOOKUP snd MODLOAD ACTION snd
  1110. REGISTER ^sound/.* PERMISSIONS root.audio 660
  1111. REGISTER ^snd/.* PERMISSIONS root.audio 660
  1112. Warning: These lines assume that you have the audio group in your system.
  1113. Otherwise replace audio word with another group name (root for
  1114. example).
  1115. Proc interfaces (/proc/asound)
  1116. ==============================
  1117. /proc/asound/card#/pcm#[cp]/oss
  1118. -------------------------------
  1119. String "erase" - erase all additional informations about OSS applications
  1120. String "<app_name> <fragments> <fragment_size> [<options>]"
  1121. <app_name> - name of application with (higher priority) or without path
  1122. <fragments> - number of fragments or zero if auto
  1123. <fragment_size> - size of fragment in bytes or zero if auto
  1124. <options> - optional parameters
  1125. - disable the application tries to open a pcm device for
  1126. this channel but does not want to use it.
  1127. (Cause a bug or mmap needs)
  1128. It's good for Quake etc...
  1129. - direct don't use plugins
  1130. - block force block mode (rvplayer)
  1131. - non-block force non-block mode
  1132. - whole-frag write only whole fragments (optimization affecting
  1133. playback only)
  1134. - no-silence do not fill silence ahead to avoid clicks
  1135. Example: echo "x11amp 128 16384" > /proc/asound/card0/pcm0p/oss
  1136. echo "squake 0 0 disable" > /proc/asound/card0/pcm0c/oss
  1137. echo "rvplayer 0 0 block" > /proc/asound/card0/pcm0p/oss
  1138. Links
  1139. =====
  1140. ALSA project homepage
  1141. http://www.alsa-project.org