~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/sound/alsa-configuration.rst

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/sound/alsa-configuration.rst (Version linux-6.12-rc7) and /Documentation/sound/alsa-configuration.rst (Version linux-5.15.171)


  1 ==============================================      1 ==============================================================
  2 Advanced Linux Sound Architecture - Driver Con      2 Advanced Linux Sound Architecture - Driver Configuration guide
  3 ==============================================      3 ==============================================================
  4                                                     4 
  5                                                     5 
  6 Kernel Configuration                                6 Kernel Configuration
  7 ====================                                7 ====================
  8                                                     8 
  9 To enable ALSA support you need at least to bu      9 To enable ALSA support you need at least to build the kernel with
 10 primary sound card support (``CONFIG_SOUND``).     10 primary sound card support (``CONFIG_SOUND``).  Since ALSA can emulate
 11 OSS, you don't have to choose any of the OSS m     11 OSS, you don't have to choose any of the OSS modules.
 12                                                    12 
 13 Enable "OSS API emulation" (``CONFIG_SND_OSSEM     13 Enable "OSS API emulation" (``CONFIG_SND_OSSEMUL``) and both OSS mixer
 14 and PCM supports if you want to run OSS applic     14 and PCM supports if you want to run OSS applications with ALSA.
 15                                                    15 
 16 If you want to support the WaveTable functiona     16 If you want to support the WaveTable functionality on cards such as
 17 SB Live! then you need to enable "Sequencer su     17 SB Live! then you need to enable "Sequencer support"
 18 (``CONFIG_SND_SEQUENCER``).                        18 (``CONFIG_SND_SEQUENCER``).
 19                                                    19 
 20 To make ALSA debug messages more verbose, enab     20 To make ALSA debug messages more verbose, enable the "Verbose printk"
 21 and "Debug" options.  To check for memory leak     21 and "Debug" options.  To check for memory leaks, turn on "Debug memory"
 22 too.  "Debug detection" will add checks for th     22 too.  "Debug detection" will add checks for the detection of cards.
 23                                                    23 
 24 Please note that all the ALSA ISA drivers supp     24 Please note that all the ALSA ISA drivers support the Linux isapnp API
 25 (if the card supports ISA PnP).  You don't nee     25 (if the card supports ISA PnP).  You don't need to configure the cards
 26 using isapnptools.                                 26 using isapnptools.
 27                                                    27 
 28                                                    28 
 29 Module parameters                                  29 Module parameters
 30 =================                                  30 =================
 31                                                    31 
 32 The user can load modules with options. If the     32 The user can load modules with options. If the module supports more than
 33 one card and you have more than one card of th     33 one card and you have more than one card of the same type then you can
 34 specify multiple values for the option separat     34 specify multiple values for the option separated by commas.
 35                                                    35 
 36                                                    36 
 37 Module snd                                         37 Module snd
 38 ----------                                         38 ----------
 39                                                    39 
 40 The core ALSA module.  It is used by all ALSA      40 The core ALSA module.  It is used by all ALSA card drivers.
 41 It takes the following options which have glob     41 It takes the following options which have global effects.
 42                                                    42 
 43 major                                              43 major
 44     major number for sound driver;                 44     major number for sound driver;
 45     Default: 116                                   45     Default: 116
 46 cards_limit                                        46 cards_limit
 47     limiting card index for auto-loading (1-8)     47     limiting card index for auto-loading (1-8);
 48     Default: 1;                                    48     Default: 1;
 49     For auto-loading more than one card, speci     49     For auto-loading more than one card, specify this option
 50     together with snd-card-X aliases.              50     together with snd-card-X aliases.
 51 slots                                              51 slots
 52     Reserve the slot index for the given drive     52     Reserve the slot index for the given driver;
 53     This option takes multiple strings.            53     This option takes multiple strings.
 54     See `Module Autoloading Support`_ section      54     See `Module Autoloading Support`_ section for details.
 55 debug                                              55 debug
 56     Specifies the debug message level;             56     Specifies the debug message level;
 57     (0 = disable debug prints, 1 = normal debu     57     (0 = disable debug prints, 1 = normal debug messages,
 58     2 = verbose debug messages);                   58     2 = verbose debug messages);
 59     This option appears only when ``CONFIG_SND     59     This option appears only when ``CONFIG_SND_DEBUG=y``.
 60     This option can be dynamically changed via     60     This option can be dynamically changed via sysfs
 61     /sys/modules/snd/parameters/debug file.        61     /sys/modules/snd/parameters/debug file.
 62                                                    62   
 63 Module snd-pcm-oss                                 63 Module snd-pcm-oss
 64 ------------------                                 64 ------------------
 65                                                    65 
 66 The PCM OSS emulation module.                      66 The PCM OSS emulation module.
 67 This module takes options which change the map     67 This module takes options which change the mapping of devices.
 68                                                    68 
 69 dsp_map                                            69 dsp_map
 70     PCM device number maps assigned to the 1st     70     PCM device number maps assigned to the 1st OSS device;
 71     Default: 0                                     71     Default: 0
 72 adsp_map                                           72 adsp_map
 73     PCM device number maps assigned to the 2nd !!  73     PCM device number maps assigned to the 2st OSS device;
 74     Default: 1                                     74     Default: 1
 75 nonblock_open                                      75 nonblock_open
 76     Don't block opening busy PCM devices;          76     Don't block opening busy PCM devices;
 77     Default: 1                                     77     Default: 1
 78                                                    78 
 79 For example, when ``dsp_map=2``, /dev/dsp will     79 For example, when ``dsp_map=2``, /dev/dsp will be mapped to PCM #2 of
 80 the card #0.  Similarly, when ``adsp_map=0``,      80 the card #0.  Similarly, when ``adsp_map=0``, /dev/adsp will be mapped
 81 to PCM #0 of the card #0.                          81 to PCM #0 of the card #0.
 82 For changing the second or later card, specify     82 For changing the second or later card, specify the option with
 83 commas, such like ``dsp_map=0,1``.                 83 commas, such like ``dsp_map=0,1``.
 84                                                    84 
 85 ``nonblock_open`` option is used to change the     85 ``nonblock_open`` option is used to change the behavior of the PCM
 86 regarding opening the device.  When this optio     86 regarding opening the device.  When this option is non-zero,
 87 opening a busy OSS PCM device won't be blocked     87 opening a busy OSS PCM device won't be blocked but return
 88 immediately with EAGAIN (just like O_NONBLOCK      88 immediately with EAGAIN (just like O_NONBLOCK flag).
 89                                                    89     
 90 Module snd-rawmidi                                 90 Module snd-rawmidi
 91 ------------------                                 91 ------------------
 92                                                    92 
 93 This module takes options which change the map     93 This module takes options which change the mapping of devices.
 94 similar to those of the snd-pcm-oss module.        94 similar to those of the snd-pcm-oss module.
 95                                                    95 
 96 midi_map                                           96 midi_map
 97     MIDI device number maps assigned to the 1s     97     MIDI device number maps assigned to the 1st OSS device;
 98     Default: 0                                     98     Default: 0
 99 amidi_map                                          99 amidi_map
100     MIDI device number maps assigned to the 2n !! 100     MIDI device number maps assigned to the 2st OSS device;
101     Default: 1                                    101     Default: 1
102                                                   102 
103 Module snd-soc-core                            << 
104 -------------------                            << 
105                                                << 
106 The soc core module. It is used by all ALSA ca << 
107 It takes the following options which have glob << 
108                                                << 
109 prealloc_buffer_size_kbytes                    << 
110     Specify prealloc buffer size in kbytes (de << 
111                                                << 
112 Common parameters for top sound card modules      103 Common parameters for top sound card modules
113 --------------------------------------------      104 --------------------------------------------
114                                                   105 
115 Each of top level sound card module takes the     106 Each of top level sound card module takes the following options.
116                                                   107 
117 index                                             108 index
118     index (slot #) of sound card;                 109     index (slot #) of sound card;
119     Values: 0 through 31 or negative;             110     Values: 0 through 31 or negative;
120     If nonnegative, assign that index number;     111     If nonnegative, assign that index number;
121     if negative, interpret as a bitmask of per    112     if negative, interpret as a bitmask of permissible indices;
122     the first free permitted index is assigned    113     the first free permitted index is assigned;
123     Default: -1                                   114     Default: -1
124 id                                                115 id
125     card ID (identifier or name);                 116     card ID (identifier or name);
126     Can be up to 15 characters long;              117     Can be up to 15 characters long;
127     Default: the card type;                       118     Default: the card type;
128     A directory by this name is created under     119     A directory by this name is created under /proc/asound/
129     containing information about the card;        120     containing information about the card;
130     This ID can be used instead of the index n    121     This ID can be used instead of the index number in
131     identifying the card                          122     identifying the card
132 enable                                            123 enable
133     enable card;                                  124     enable card;
134     Default: enabled, for PCI and ISA PnP card    125     Default: enabled, for PCI and ISA PnP cards
135                                                   126 
136 These options are used for either specifying t << 
137 controlling enabling and disabling of each one << 
138 are multiple devices bound with the same drive << 
139 many machines which have two HD-audio controll << 
140 audio and another for onboard analog). In most << 
141 in primary usage, and people would like to ass << 
142 appearing card. They can do it by specifying " << 
143 parameter, which will swap the assignment slot << 
144                                                << 
145 Today, with the sound backend like PulseAudio  << 
146 supports dynamic configuration, it's of little << 
147 help for static configuration in the past.     << 
148                                                << 
149 Module snd-adlib                                  127 Module snd-adlib
150 ----------------                                  128 ----------------
151                                                   129 
152 Module for AdLib FM cards.                        130 Module for AdLib FM cards.
153                                                   131 
154 port                                              132 port
155     port # for OPL chip                           133     port # for OPL chip
156                                                   134 
157 This module supports multiple cards. It does n    135 This module supports multiple cards. It does not support autoprobe, so
158 the port must be specified. For actual AdLib F    136 the port must be specified. For actual AdLib FM cards it will be 0x388.
159 Note that this card does not have PCM support     137 Note that this card does not have PCM support and no mixer; only FM
160 synthesis.                                        138 synthesis.
161                                                   139 
162 Make sure you have ``sbiload`` from the alsa-t    140 Make sure you have ``sbiload`` from the alsa-tools package available and,
163 after loading the module, find out the assigne    141 after loading the module, find out the assigned ALSA sequencer port
164 number through ``sbiload -l``.                    142 number through ``sbiload -l``.
165                                                   143 
166 Example output:                                   144 Example output:
167 ::                                                145 ::
168                                                   146 
169       Port     Client name                        147       Port     Client name                       Port name
170       64:0     OPL2 FM synth                      148       64:0     OPL2 FM synth                     OPL2 FM Port
171                                                   149 
172 Load the ``std.sb`` and ``drums.sb`` patches a    150 Load the ``std.sb`` and ``drums.sb`` patches also supplied by ``sbiload``:
173 ::                                                151 ::
174                                                   152 
175       sbiload -p 64:0 std.sb drums.sb             153       sbiload -p 64:0 std.sb drums.sb
176                                                   154 
177 If you use this driver to drive an OPL3, you c    155 If you use this driver to drive an OPL3, you can use ``std.o3`` and ``drums.o3``
178 instead. To have the card produce sound, use `    156 instead. To have the card produce sound, use ``aplaymidi`` from alsa-utils:
179 ::                                                157 ::
180                                                   158 
181       aplaymidi -p 64:0 foo.mid                   159       aplaymidi -p 64:0 foo.mid
182                                                   160 
183 Module snd-ad1816a                                161 Module snd-ad1816a
184 ------------------                                162 ------------------
185                                                   163 
186 Module for sound cards based on Analog Devices    164 Module for sound cards based on Analog Devices AD1816A/AD1815 ISA chips.
187                                                   165 
188 clockfreq                                         166 clockfreq
189     Clock frequency for AD1816A chip (default     167     Clock frequency for AD1816A chip (default = 0, 33000Hz)
190                                                   168     
191 This module supports multiple cards, autoprobe    169 This module supports multiple cards, autoprobe and PnP.
192                                                   170     
193 Module snd-ad1848                                 171 Module snd-ad1848
194 -----------------                                 172 -----------------
195                                                   173 
196 Module for sound cards based on AD1848/AD1847/    174 Module for sound cards based on AD1848/AD1847/CS4248 ISA chips.
197                                                   175 
198 port                                              176 port
199     port # for AD1848 chip                        177     port # for AD1848 chip
200 irq                                               178 irq
201     IRQ # for AD1848  chip                        179     IRQ # for AD1848  chip
202 dma1                                              180 dma1
203     DMA # for AD1848 chip (0,1,3)                 181     DMA # for AD1848 chip (0,1,3)
204                                                   182     
205 This module supports multiple cards.  It does     183 This module supports multiple cards.  It does not support autoprobe
206 thus main port must be specified!!! Other port    184 thus main port must be specified!!! Other ports are optional.
207                                                   185     
208 The power-management is supported.                186 The power-management is supported.
209                                                   187 
210 Module snd-ad1889                                 188 Module snd-ad1889
211 -----------------                                 189 -----------------
212                                                   190 
213 Module for Analog Devices AD1889 chips.           191 Module for Analog Devices AD1889 chips.
214                                                   192 
215 ac97_quirk                                        193 ac97_quirk
216     AC'97 workaround for strange hardware;        194     AC'97 workaround for strange hardware;
217     See the description of intel8x0 module for    195     See the description of intel8x0 module for details.
218                                                   196 
219 This module supports multiple cards.              197 This module supports multiple cards.
220                                                   198 
221 Module snd-ali5451                                199 Module snd-ali5451
222 ------------------                                200 ------------------
223                                                   201 
224 Module for ALi M5451 PCI chip.                    202 Module for ALi M5451 PCI chip.
225                                                   203 
226 pcm_channels                                      204 pcm_channels
227     Number of hardware channels assigned for P    205     Number of hardware channels assigned for PCM
228 spdif                                             206 spdif
229     Support SPDIF I/O;                            207     Support SPDIF I/O;
230     Default: disabled                             208     Default: disabled
231                                                   209 
232 This module supports one chip and autoprobe.      210 This module supports one chip and autoprobe.
233                                                   211 
234 The power-management is supported.                212 The power-management is supported.
235                                                   213 
236 Module snd-als100                                 214 Module snd-als100
237 -----------------                                 215 -----------------
238                                                   216 
239 Module for sound cards based on Avance Logic A    217 Module for sound cards based on Avance Logic ALS100/ALS120 ISA chips.
240                                                   218 
241 This module supports multiple cards, autoprobe    219 This module supports multiple cards, autoprobe and PnP.
242                                                   220 
243 The power-management is supported.                221 The power-management is supported.
244                                                   222 
245 Module snd-als300                                 223 Module snd-als300
246 -----------------                                 224 -----------------
247                                                   225 
248 Module for Avance Logic ALS300 and ALS300+        226 Module for Avance Logic ALS300 and ALS300+
249                                                   227 
250 This module supports multiple cards.              228 This module supports multiple cards.
251                                                   229 
252 The power-management is supported.                230 The power-management is supported.
253                                                   231 
254 Module snd-als4000                                232 Module snd-als4000
255 ------------------                                233 ------------------
256                                                   234 
257 Module for sound cards based on Avance Logic A    235 Module for sound cards based on Avance Logic ALS4000 PCI chip.
258                                                   236 
259 joystick_port                                     237 joystick_port
260     port # for legacy joystick support;           238     port # for legacy joystick support;
261     0 = disabled (default), 1 = auto-detect       239     0 = disabled (default), 1 = auto-detect
262                                                   240     
263 This module supports multiple cards, autoprobe    241 This module supports multiple cards, autoprobe and PnP.
264                                                   242 
265 The power-management is supported.                243 The power-management is supported.
266                                                   244 
267 Module snd-asihpi                                 245 Module snd-asihpi
268 -----------------                                 246 -----------------
269                                                   247 
270 Module for AudioScience ASI soundcards            248 Module for AudioScience ASI soundcards
271                                                   249 
272 enable_hpi_hwdep                                  250 enable_hpi_hwdep
273     enable HPI hwdep for AudioScience soundcar    251     enable HPI hwdep for AudioScience soundcard
274                                                   252 
275 This module supports multiple cards.              253 This module supports multiple cards.
276 The driver requires the firmware loader suppor    254 The driver requires the firmware loader support on kernel.
277                                                   255 
278 Module snd-atiixp                                 256 Module snd-atiixp
279 -----------------                                 257 -----------------
280                                                   258 
281 Module for ATI IXP 150/200/250/400 AC97 contro    259 Module for ATI IXP 150/200/250/400 AC97 controllers.
282                                                   260 
283 ac97_clock                                        261 ac97_clock
284     AC'97 clock (default = 48000)                 262     AC'97 clock (default = 48000)
285 ac97_quirk                                        263 ac97_quirk
286     AC'97 workaround for strange hardware;        264     AC'97 workaround for strange hardware;
287     See `AC97 Quirk Option`_ section below.       265     See `AC97 Quirk Option`_ section below.
288 ac97_codec                                        266 ac97_codec
289     Workaround to specify which AC'97 codec in    267     Workaround to specify which AC'97 codec instead of probing.
290     If this works for you file a bug with your    268     If this works for you file a bug with your `lspci -vn` output.
291     (-2 = Force probing, -1 = Default behavior    269     (-2 = Force probing, -1 = Default behavior, 0-2 = Use the
292     specified codec.)                             270     specified codec.)
293 spdif_aclink                                      271 spdif_aclink
294     S/PDIF transfer over AC-link (default = 1)    272     S/PDIF transfer over AC-link (default = 1)
295                                                   273 
296 This module supports one card and autoprobe.      274 This module supports one card and autoprobe.
297                                                   275 
298 ATI IXP has two different methods to control S    276 ATI IXP has two different methods to control SPDIF output.  One is
299 over AC-link and another is over the "direct"     277 over AC-link and another is over the "direct" SPDIF output.  The
300 implementation depends on the motherboard, and    278 implementation depends on the motherboard, and you'll need to
301 choose the correct one via spdif_aclink module    279 choose the correct one via spdif_aclink module option.
302                                                   280 
303 The power-management is supported.                281 The power-management is supported.
304                                                   282 
305 Module snd-atiixp-modem                           283 Module snd-atiixp-modem
306 -----------------------                           284 -----------------------
307                                                   285 
308 Module for ATI IXP 150/200/250 AC97 modem cont    286 Module for ATI IXP 150/200/250 AC97 modem controllers.
309                                                   287 
310 This module supports one card and autoprobe.      288 This module supports one card and autoprobe.
311                                                   289 
312 Note: The default index value of this module i    290 Note: The default index value of this module is -2, i.e. the first
313 slot is excluded.                                 291 slot is excluded.
314                                                   292 
315 The power-management is supported.                293 The power-management is supported.
316                                                   294 
317 Module snd-au8810, snd-au8820, snd-au8830         295 Module snd-au8810, snd-au8820, snd-au8830
318 -----------------------------------------         296 -----------------------------------------
319                                                   297 
320 Module for Aureal Vortex, Vortex2 and Advantag    298 Module for Aureal Vortex, Vortex2 and Advantage device.
321                                                   299 
322 pcifix                                            300 pcifix
323     Control PCI workarounds;                      301     Control PCI workarounds;
324     0 = Disable all workarounds,                  302     0 = Disable all workarounds,
325     1 = Force the PCI latency of the Aureal ca    303     1 = Force the PCI latency of the Aureal card to 0xff,
326     2 = Force the Extend PCI#2 Internal Master    304     2 = Force the Extend PCI#2 Internal Master for Efficient
327     Handling of Dummy Requests on the VIA KT13    305     Handling of Dummy Requests on the VIA KT133 AGP Bridge,
328     3 = Force both settings,                      306     3 = Force both settings,
329     255 = Autodetect what is required (default    307     255 = Autodetect what is required (default)
330                                                   308 
331 This module supports all ADB PCM channels, ac9    309 This module supports all ADB PCM channels, ac97 mixer, SPDIF, hardware
332 EQ, mpu401, gameport. A3D and wavetable suppor    310 EQ, mpu401, gameport. A3D and wavetable support are still in development.
333 Development and reverse engineering work is be    311 Development and reverse engineering work is being coordinated at
334 https://savannah.nongnu.org/projects/openvorte    312 https://savannah.nongnu.org/projects/openvortex/
335 SPDIF output has a copy of the AC97 codec outp    313 SPDIF output has a copy of the AC97 codec output, unless you use the
336 ``spdif`` pcm device, which allows raw data pa    314 ``spdif`` pcm device, which allows raw data passthru.
337 The hardware EQ hardware and SPDIF is only pre    315 The hardware EQ hardware and SPDIF is only present in the Vortex2 and 
338 Advantage.                                        316 Advantage.
339                                                   317 
340 Note: Some ALSA mixer applications don't handl    318 Note: Some ALSA mixer applications don't handle the SPDIF sample rate 
341 control correctly. If you have problems regard    319 control correctly. If you have problems regarding this, try
342 another ALSA compliant mixer (alsamixer works)    320 another ALSA compliant mixer (alsamixer works).
343                                                   321 
344 Module snd-azt1605                                322 Module snd-azt1605
345 ------------------                                323 ------------------
346                                                   324 
347 Module for Aztech Sound Galaxy soundcards base    325 Module for Aztech Sound Galaxy soundcards based on the Aztech AZT1605
348 chipset.                                          326 chipset.
349                                                   327 
350 port                                              328 port
351     port # for BASE (0x220,0x240,0x260,0x280)     329     port # for BASE (0x220,0x240,0x260,0x280)
352 wss_port                                          330 wss_port
353     port # for WSS (0x530,0x604,0xe80,0xf40)      331     port # for WSS (0x530,0x604,0xe80,0xf40)
354 irq                                               332 irq
355     IRQ # for WSS (7,9,10,11)                     333     IRQ # for WSS (7,9,10,11)
356 dma1                                              334 dma1
357     DMA # for WSS playback (0,1,3)                335     DMA # for WSS playback (0,1,3)
358 dma2                                              336 dma2
359     DMA # for WSS capture (0,1), -1 = disabled    337     DMA # for WSS capture (0,1), -1 = disabled (default)
360 mpu_port                                          338 mpu_port
361     port # for MPU-401 UART (0x300,0x330), -1     339     port # for MPU-401 UART (0x300,0x330), -1 = disabled (default)
362 mpu_irq                                           340 mpu_irq
363     IRQ # for MPU-401 UART (3,5,7,9), -1 = dis    341     IRQ # for MPU-401 UART (3,5,7,9), -1 = disabled (default)
364 fm_port                                           342 fm_port
365     port # for OPL3 (0x388), -1 = disabled (de    343     port # for OPL3 (0x388), -1 = disabled (default)
366                                                   344 
367 This module supports multiple cards. It does n    345 This module supports multiple cards. It does not support autoprobe:
368 ``port``, ``wss_port``, ``irq`` and ``dma1`` h    346 ``port``, ``wss_port``, ``irq`` and ``dma1`` have to be specified.
369 The other values are optional.                    347 The other values are optional.
370                                                   348 
371 ``port`` needs to match the BASE ADDRESS jumpe    349 ``port`` needs to match the BASE ADDRESS jumper on the card (0x220 or 0x240)
372 or the value stored in the card's EEPROM for c    350 or the value stored in the card's EEPROM for cards that have an EEPROM and
373 their "CONFIG MODE" jumper set to "EEPROM SETT    351 their "CONFIG MODE" jumper set to "EEPROM SETTING". The other values can
374 be chosen freely from the options enumerated a    352 be chosen freely from the options enumerated above.
375                                                   353 
376 If ``dma2`` is specified and different from ``    354 If ``dma2`` is specified and different from ``dma1``, the card will operate in
377 full-duplex mode. When ``dma1=3``, only ``dma2    355 full-duplex mode. When ``dma1=3``, only ``dma2=0`` is valid and the only way to
378 enable capture since only channels 0 and 1 are    356 enable capture since only channels 0 and 1 are available for capture.
379                                                   357 
380 Generic settings are ``port=0x220 wss_port=0x5    358 Generic settings are ``port=0x220 wss_port=0x530 irq=10 dma1=1 dma2=0
381 mpu_port=0x330 mpu_irq=9 fm_port=0x388``.         359 mpu_port=0x330 mpu_irq=9 fm_port=0x388``.
382                                                   360 
383 Whatever IRQ and DMA channels you pick, be sur    361 Whatever IRQ and DMA channels you pick, be sure to reserve them for
384 legacy ISA in your BIOS.                          362 legacy ISA in your BIOS.
385                                                   363 
386 Module snd-azt2316                                364 Module snd-azt2316
387 ------------------                                365 ------------------
388                                                   366 
389 Module for Aztech Sound Galaxy soundcards base    367 Module for Aztech Sound Galaxy soundcards based on the Aztech AZT2316
390 chipset.                                          368 chipset.
391                                                   369 
392 port                                              370 port
393     port # for BASE (0x220,0x240,0x260,0x280)     371     port # for BASE (0x220,0x240,0x260,0x280)
394 wss_port                                          372 wss_port
395     port # for WSS (0x530,0x604,0xe80,0xf40)      373     port # for WSS (0x530,0x604,0xe80,0xf40)
396 irq                                               374 irq
397     IRQ # for WSS (7,9,10,11)                     375     IRQ # for WSS (7,9,10,11)
398 dma1                                              376 dma1
399     DMA # for WSS playback (0,1,3)                377     DMA # for WSS playback (0,1,3)
400 dma2                                              378 dma2
401     DMA # for WSS capture (0,1), -1 = disabled    379     DMA # for WSS capture (0,1), -1 = disabled (default)
402 mpu_port                                          380 mpu_port
403     port # for MPU-401 UART (0x300,0x330), -1     381     port # for MPU-401 UART (0x300,0x330), -1 = disabled (default)
404 mpu_irq                                           382 mpu_irq
405     IRQ # for MPU-401 UART (5,7,9,10), -1 = di    383     IRQ # for MPU-401 UART (5,7,9,10), -1 = disabled (default)
406 fm_port                                           384 fm_port
407     port # for OPL3 (0x388), -1 = disabled (de    385     port # for OPL3 (0x388), -1 = disabled (default)
408                                                   386 
409 This module supports multiple cards. It does n    387 This module supports multiple cards. It does not support autoprobe:
410 ``port``, ``wss_port``, ``irq`` and ``dma1`` h    388 ``port``, ``wss_port``, ``irq`` and ``dma1`` have to be specified.
411 The other values are optional.                    389 The other values are optional.
412                                                   390 
413 ``port`` needs to match the BASE ADDRESS jumpe    391 ``port`` needs to match the BASE ADDRESS jumper on the card (0x220 or 0x240)
414 or the value stored in the card's EEPROM for c    392 or the value stored in the card's EEPROM for cards that have an EEPROM and
415 their "CONFIG MODE" jumper set to "EEPROM SETT    393 their "CONFIG MODE" jumper set to "EEPROM SETTING". The other values can
416 be chosen freely from the options enumerated a    394 be chosen freely from the options enumerated above.
417                                                   395 
418 If ``dma2`` is specified and different from ``    396 If ``dma2`` is specified and different from ``dma1``, the card will operate in
419 full-duplex mode. When ``dma1=3``, only ``dma2    397 full-duplex mode. When ``dma1=3``, only ``dma2=0`` is valid and the only way to
420 enable capture since only channels 0 and 1 are    398 enable capture since only channels 0 and 1 are available for capture.
421                                                   399 
422 Generic settings are ``port=0x220 wss_port=0x5    400 Generic settings are ``port=0x220 wss_port=0x530 irq=10 dma1=1 dma2=0
423 mpu_port=0x330 mpu_irq=9 fm_port=0x388``.         401 mpu_port=0x330 mpu_irq=9 fm_port=0x388``.
424                                                   402 
425 Whatever IRQ and DMA channels you pick, be sur    403 Whatever IRQ and DMA channels you pick, be sure to reserve them for
426 legacy ISA in your BIOS.                          404 legacy ISA in your BIOS.
427                                                   405 
428 Module snd-aw2                                    406 Module snd-aw2
429 --------------                                    407 --------------
430                                                   408 
431 Module for Audiowerk2 sound card                  409 Module for Audiowerk2 sound card
432                                                   410 
433 This module supports multiple cards.              411 This module supports multiple cards.
434                                                   412 
435 Module snd-azt2320                                413 Module snd-azt2320
436 ------------------                                414 ------------------
437                                                   415 
438 Module for sound cards based on Aztech System     416 Module for sound cards based on Aztech System AZT2320 ISA chip (PnP only).
439                                                   417 
440 This module supports multiple cards, PnP and a    418 This module supports multiple cards, PnP and autoprobe.
441                                                   419 
442 The power-management is supported.                420 The power-management is supported.
443                                                   421 
444 Module snd-azt3328                                422 Module snd-azt3328
445 ------------------                                423 ------------------
446                                                   424 
447 Module for sound cards based on Aztech AZF3328    425 Module for sound cards based on Aztech AZF3328 PCI chip.
448                                                   426 
449 joystick                                          427 joystick
450     Enable joystick (default off)                 428     Enable joystick (default off)
451                                                   429 
452 This module supports multiple cards.              430 This module supports multiple cards.
453                                                   431 
454 Module snd-bt87x                                  432 Module snd-bt87x
455 ----------------                                  433 ----------------
456                                                   434 
457 Module for video cards based on Bt87x chips.      435 Module for video cards based on Bt87x chips.
458                                                   436 
459 digital_rate                                      437 digital_rate
460     Override the default digital rate (Hz)        438     Override the default digital rate (Hz)
461 load_all                                          439 load_all
462     Load the driver even if the card model isn    440     Load the driver even if the card model isn't known
463                                                   441 
464 This module supports multiple cards.              442 This module supports multiple cards.
465                                                   443 
466 Note: The default index value of this module i    444 Note: The default index value of this module is -2, i.e. the first
467 slot is excluded.                                 445 slot is excluded.
468                                                   446 
469 Module snd-ca0106                                 447 Module snd-ca0106
470 -----------------                                 448 -----------------
471                                                   449 
472 Module for Creative Audigy LS and SB Live 24bi    450 Module for Creative Audigy LS and SB Live 24bit
473                                                   451 
474 This module supports multiple cards.              452 This module supports multiple cards.
475                                                   453 
476                                                   454 
477 Module snd-cmi8330                                455 Module snd-cmi8330
478 ------------------                                456 ------------------
479                                                   457 
480 Module for sound cards based on C-Media CMI833    458 Module for sound cards based on C-Media CMI8330 ISA chips.
481                                                   459 
482 isapnp                                            460 isapnp
483     ISA PnP detection - 0 = disable, 1 = enabl    461     ISA PnP detection - 0 = disable, 1 = enable (default)
484                                                   462 
485 with ``isapnp=0``, the following options are a    463 with ``isapnp=0``, the following options are available:
486                                                   464 
487 wssport                                           465 wssport
488     port # for CMI8330 chip (WSS)                 466     port # for CMI8330 chip (WSS)
489 wssirq                                            467 wssirq
490     IRQ # for CMI8330 chip (WSS)                  468     IRQ # for CMI8330 chip (WSS)
491 wssdma                                            469 wssdma
492     first DMA # for CMI8330 chip (WSS)            470     first DMA # for CMI8330 chip (WSS)
493 sbport                                            471 sbport
494     port # for CMI8330 chip (SB16)                472     port # for CMI8330 chip (SB16)
495 sbirq                                             473 sbirq
496     IRQ # for CMI8330 chip (SB16)                 474     IRQ # for CMI8330 chip (SB16)
497 sbdma8                                            475 sbdma8
498     8bit DMA # for CMI8330 chip (SB16)            476     8bit DMA # for CMI8330 chip (SB16)
499 sbdma16                                           477 sbdma16
500     16bit DMA # for CMI8330 chip (SB16)           478     16bit DMA # for CMI8330 chip (SB16)
501 fmport                                            479 fmport
502     (optional) OPL3 I/O port                      480     (optional) OPL3 I/O port
503 mpuport                                           481 mpuport
504     (optional) MPU401 I/O port                    482     (optional) MPU401 I/O port
505 mpuirq                                            483 mpuirq
506     (optional) MPU401 irq #                       484     (optional) MPU401 irq #
507                                                   485 
508 This module supports multiple cards and autopr    486 This module supports multiple cards and autoprobe.
509                                                   487 
510 The power-management is supported.                488 The power-management is supported.
511                                                   489 
512 Module snd-cmipci                                 490 Module snd-cmipci
513 -----------------                                 491 -----------------
514                                                   492 
515 Module for C-Media CMI8338/8738/8768/8770 PCI     493 Module for C-Media CMI8338/8738/8768/8770 PCI sound cards.
516                                                   494 
517 mpu_port                                          495 mpu_port
518     port address of MIDI interface (8338 only)    496     port address of MIDI interface (8338 only):
519     0x300,0x310,0x320,0x330 = legacy port,        497     0x300,0x310,0x320,0x330 = legacy port,
520     1 = integrated PCI port (default on 8738),    498     1 = integrated PCI port (default on 8738),
521     0 = disable                                   499     0 = disable
522 fm_port                                           500 fm_port
523     port address of OPL-3 FM synthesizer (8x38    501     port address of OPL-3 FM synthesizer (8x38 only):
524     0x388 = legacy port,                          502     0x388 = legacy port,
525     1 = integrated PCI port (default on 8738),    503     1 = integrated PCI port (default on 8738),
526     0 = disable                                   504     0 = disable
527 soft_ac3                                          505 soft_ac3
528     Software-conversion of raw SPDIF packets (    506     Software-conversion of raw SPDIF packets (model 033 only) (default = 1)
529 joystick_port                                     507 joystick_port
530     Joystick port address (0 = disable, 1 = au    508     Joystick port address (0 = disable, 1 = auto-detect)
531                                                   509 
532 This module supports autoprobe and multiple ca    510 This module supports autoprobe and multiple cards.
533                                                   511 
534 The power-management is supported.                512 The power-management is supported.
535                                                   513 
536 Module snd-cs4231                                 514 Module snd-cs4231
537 -----------------                                 515 -----------------
538                                                   516 
539 Module for sound cards based on CS4231 ISA chi    517 Module for sound cards based on CS4231 ISA chips.
540                                                   518 
541 port                                              519 port
542     port # for CS4231 chip                        520     port # for CS4231 chip
543 mpu_port                                          521 mpu_port
544     port # for MPU-401 UART (optional), -1 = d    522     port # for MPU-401 UART (optional), -1 = disable
545 irq                                               523 irq
546     IRQ # for CS4231 chip                         524     IRQ # for CS4231 chip
547 mpu_irq                                           525 mpu_irq
548     IRQ # for MPU-401 UART                        526     IRQ # for MPU-401 UART
549 dma1                                              527 dma1
550     first DMA # for CS4231 chip                   528     first DMA # for CS4231 chip
551 dma2                                              529 dma2
552     second DMA # for CS4231 chip                  530     second DMA # for CS4231 chip
553                                                   531 
554 This module supports multiple cards. This modu    532 This module supports multiple cards. This module does not support autoprobe
555 thus main port must be specified!!! Other port    533 thus main port must be specified!!! Other ports are optional.
556                                                   534 
557 The power-management is supported.                535 The power-management is supported.
558                                                   536 
559 Module snd-cs4236                                 537 Module snd-cs4236
560 -----------------                                 538 -----------------
561                                                   539 
562 Module for sound cards based on CS4232/CS4232A    540 Module for sound cards based on CS4232/CS4232A,
563 CS4235/CS4236/CS4236B/CS4237B/CS4238B/CS4239 I    541 CS4235/CS4236/CS4236B/CS4237B/CS4238B/CS4239 ISA chips.
564                                                   542 
565 isapnp                                            543 isapnp
566     ISA PnP detection - 0 = disable, 1 = enabl    544     ISA PnP detection - 0 = disable, 1 = enable (default)
567                                                   545 
568 with ``isapnp=0``, the following options are a    546 with ``isapnp=0``, the following options are available:
569                                                   547 
570 port                                              548 port
571     port # for CS4236 chip (PnP setup - 0x534)    549     port # for CS4236 chip (PnP setup - 0x534)
572 cport                                             550 cport
573     control port # for CS4236 chip (PnP setup     551     control port # for CS4236 chip (PnP setup - 0x120,0x210,0xf00)
574 mpu_port                                          552 mpu_port
575     port # for MPU-401 UART (PnP setup - 0x300    553     port # for MPU-401 UART (PnP setup - 0x300), -1 = disable
576 fm_port                                           554 fm_port
577     FM port # for CS4236 chip (PnP setup - 0x3    555     FM port # for CS4236 chip (PnP setup - 0x388), -1 = disable
578 irq                                               556 irq
579     IRQ # for CS4236 chip (5,7,9,11,12,15)        557     IRQ # for CS4236 chip (5,7,9,11,12,15)
580 mpu_irq                                           558 mpu_irq
581     IRQ # for MPU-401 UART (9,11,12,15)           559     IRQ # for MPU-401 UART (9,11,12,15)
582 dma1                                              560 dma1
583     first DMA # for CS4236 chip (0,1,3)           561     first DMA # for CS4236 chip (0,1,3)
584 dma2                                              562 dma2
585     second DMA # for CS4236 chip (0,1,3), -1 =    563     second DMA # for CS4236 chip (0,1,3), -1 = disable
586                                                   564 
587 This module supports multiple cards. This modu    565 This module supports multiple cards. This module does not support autoprobe
588 (if ISA PnP is not used) thus main port and co    566 (if ISA PnP is not used) thus main port and control port must be
589 specified!!! Other ports are optional.            567 specified!!! Other ports are optional.
590                                                   568 
591 The power-management is supported.                569 The power-management is supported.
592                                                   570 
593 This module is aliased as snd-cs4232 since it     571 This module is aliased as snd-cs4232 since it provides the old
594 snd-cs4232 functionality, too.                    572 snd-cs4232 functionality, too.
595                                                   573 
596 Module snd-cs4281                                 574 Module snd-cs4281
597 -----------------                                 575 -----------------
598                                                   576 
599 Module for Cirrus Logic CS4281 soundchip.         577 Module for Cirrus Logic CS4281 soundchip.
600                                                   578 
601 dual_codec                                        579 dual_codec
602     Secondary codec ID (0 = disable, default)     580     Secondary codec ID (0 = disable, default)
603                                                   581 
604 This module supports multiple cards.              582 This module supports multiple cards.
605                                                   583 
606 The power-management is supported.                584 The power-management is supported.
607                                                   585 
608 Module snd-cs46xx                                 586 Module snd-cs46xx
609 -----------------                                 587 -----------------
610                                                   588 
611 Module for PCI sound cards based on CS4610/CS4    589 Module for PCI sound cards based on CS4610/CS4612/CS4614/CS4615/CS4622/
612 CS4624/CS4630/CS4280 PCI chips.                   590 CS4624/CS4630/CS4280 PCI chips.
613                                                   591 
614 external_amp                                      592 external_amp
615     Force to enable external amplifier.           593     Force to enable external amplifier.
616 thinkpad                                          594 thinkpad
617     Force to enable Thinkpad's CLKRUN control.    595     Force to enable Thinkpad's CLKRUN control.
618 mmap_valid                                        596 mmap_valid
619     Support OSS mmap mode (default = 0).          597     Support OSS mmap mode (default = 0).
620                                                   598 
621 This module supports multiple cards and autopr    599 This module supports multiple cards and autoprobe.
622 Usually external amp and CLKRUN controls are d    600 Usually external amp and CLKRUN controls are detected automatically
623 from PCI sub vendor/device ids.  If they don't    601 from PCI sub vendor/device ids.  If they don't work, give the options
624 above explicitly.                                 602 above explicitly.
625                                                   603 
626 The power-management is supported.                604 The power-management is supported.
627                                                   605 
628 Module snd-cs5530                                 606 Module snd-cs5530
629 -----------------                                 607 -----------------
630                                                   608 
631 Module for Cyrix/NatSemi Geode 5530 chip.         609 Module for Cyrix/NatSemi Geode 5530 chip. 
632                                                   610 
633 Module snd-cs5535audio                            611 Module snd-cs5535audio
634 ----------------------                            612 ----------------------
635                                                   613 
636 Module for multifunction CS5535 companion PCI     614 Module for multifunction CS5535 companion PCI device
637                                                   615 
638 The power-management is supported.                616 The power-management is supported.
639                                                   617 
640 Module snd-ctxfi                                  618 Module snd-ctxfi
641 ----------------                                  619 ----------------
642                                                   620 
643 Module for Creative Sound Blaster X-Fi boards     621 Module for Creative Sound Blaster X-Fi boards (20k1 / 20k2 chips)
644                                                   622 
645 * Creative Sound Blaster X-Fi Titanium Fatal1t    623 * Creative Sound Blaster X-Fi Titanium Fatal1ty Champion Series
646 * Creative Sound Blaster X-Fi Titanium Fatal1t    624 * Creative Sound Blaster X-Fi Titanium Fatal1ty Professional Series
647 * Creative Sound Blaster X-Fi Titanium Profess    625 * Creative Sound Blaster X-Fi Titanium Professional Audio
648 * Creative Sound Blaster X-Fi Titanium            626 * Creative Sound Blaster X-Fi Titanium
649 * Creative Sound Blaster X-Fi Elite Pro           627 * Creative Sound Blaster X-Fi Elite Pro
650 * Creative Sound Blaster X-Fi Platinum            628 * Creative Sound Blaster X-Fi Platinum
651 * Creative Sound Blaster X-Fi Fatal1ty            629 * Creative Sound Blaster X-Fi Fatal1ty
652 * Creative Sound Blaster X-Fi XtremeGamer         630 * Creative Sound Blaster X-Fi XtremeGamer
653 * Creative Sound Blaster X-Fi XtremeMusic         631 * Creative Sound Blaster X-Fi XtremeMusic
654                                                   632         
655 reference_rate                                    633 reference_rate
656     reference sample rate, 44100 or 48000 (def    634     reference sample rate, 44100 or 48000 (default)
657 multiple                                          635 multiple
658     multiple to ref. sample rate, 1 or 2 (defa    636     multiple to ref. sample rate, 1 or 2 (default)
659 subsystem                                         637 subsystem
660     override the PCI SSID for probing;            638     override the PCI SSID for probing;
661     the value consists of SSVID << 16 | SSDID.    639     the value consists of SSVID << 16 | SSDID.
662     The default is zero, which means no overri    640     The default is zero, which means no override.
663                                                   641 
664 This module supports multiple cards.              642 This module supports multiple cards.
665                                                   643 
666 Module snd-darla20                                644 Module snd-darla20
667 ------------------                                645 ------------------
668                                                   646 
669 Module for Echoaudio Darla20                      647 Module for Echoaudio Darla20
670                                                   648 
671 This module supports multiple cards.              649 This module supports multiple cards.
672 The driver requires the firmware loader suppor    650 The driver requires the firmware loader support on kernel.
673                                                   651 
674 Module snd-darla24                                652 Module snd-darla24
675 ------------------                                653 ------------------
676                                                   654 
677 Module for Echoaudio Darla24                      655 Module for Echoaudio Darla24
678                                                   656 
679 This module supports multiple cards.              657 This module supports multiple cards.
680 The driver requires the firmware loader suppor    658 The driver requires the firmware loader support on kernel.
681                                                   659 
682 Module snd-dt019x                                 660 Module snd-dt019x
683 -----------------                                 661 -----------------
684                                                   662 
685 Module for Diamond Technologies DT-019X / Avan    663 Module for Diamond Technologies DT-019X / Avance Logic ALS-007 (PnP
686 only)                                             664 only)
687                                                   665 
688 This module supports multiple cards.  This mod    666 This module supports multiple cards.  This module is enabled only with
689 ISA PnP support.                                  667 ISA PnP support.
690                                                   668 
691 The power-management is supported.                669 The power-management is supported.
692                                                   670 
693 Module snd-dummy                                  671 Module snd-dummy
694 ----------------                                  672 ----------------
695                                                   673 
696 Module for the dummy sound card. This "card" d    674 Module for the dummy sound card. This "card" doesn't do any output
697 or input, but you may use this module for any     675 or input, but you may use this module for any application which
698 requires a sound card (like RealPlayer).          676 requires a sound card (like RealPlayer).
699                                                   677 
700 pcm_devs                                          678 pcm_devs
701     Number of PCM devices assigned to each car    679     Number of PCM devices assigned to each card (default = 1, up to 4)
702 pcm_substreams                                    680 pcm_substreams
703     Number of PCM substreams assigned to each     681     Number of PCM substreams assigned to each PCM (default = 8, up to 128)
704 hrtimer                                           682 hrtimer
705     Use hrtimer (=1, default) or system timer     683     Use hrtimer (=1, default) or system timer (=0)
706 fake_buffer                                       684 fake_buffer
707     Fake buffer allocations (default = 1)         685     Fake buffer allocations (default = 1)
708                                                   686 
709 When multiple PCM devices are created, snd-dum    687 When multiple PCM devices are created, snd-dummy gives different
710 behavior to each PCM device:                      688 behavior to each PCM device:
711 * 0 = interleaved with mmap support               689 * 0 = interleaved with mmap support
712 * 1 = non-interleaved with mmap support           690 * 1 = non-interleaved with mmap support
713 * 2 = interleaved without mmap                    691 * 2 = interleaved without mmap 
714 * 3 = non-interleaved without mmap                692 * 3 = non-interleaved without mmap
715                                                   693 
716 As default, snd-dummy drivers doesn't allocate    694 As default, snd-dummy drivers doesn't allocate the real buffers
717 but either ignores read/write or mmap a single    695 but either ignores read/write or mmap a single dummy page to all
718 buffer pages, in order to save the resources.     696 buffer pages, in order to save the resources.  If your apps need
719 the read/ written buffer data to be consistent    697 the read/ written buffer data to be consistent, pass fake_buffer=0
720 option.                                           698 option.
721                                                   699 
722 The power-management is supported.                700 The power-management is supported.
723                                                   701 
724 Module snd-echo3g                                 702 Module snd-echo3g
725 -----------------                                 703 -----------------
726                                                   704 
727 Module for Echoaudio 3G cards (Gina3G/Layla3G)    705 Module for Echoaudio 3G cards (Gina3G/Layla3G)
728                                                   706 
729 This module supports multiple cards.              707 This module supports multiple cards.
730 The driver requires the firmware loader suppor    708 The driver requires the firmware loader support on kernel.
731                                                   709 
732 Module snd-emu10k1                                710 Module snd-emu10k1
733 ------------------                                711 ------------------
734                                                   712 
735 Module for EMU10K1/EMU10k2 based PCI sound car    713 Module for EMU10K1/EMU10k2 based PCI sound cards.
736                                                   714 
737 * Sound Blaster Live!                             715 * Sound Blaster Live!
738 * Sound Blaster PCI 512                           716 * Sound Blaster PCI 512
                                                   >> 717 * Emu APS (partially supported)
739 * Sound Blaster Audigy                            718 * Sound Blaster Audigy
740 * E-MU APS (partially supported)               !! 719         
741 * E-MU DAS                                     << 
742                                                << 
743 extin                                             720 extin
744     bitmap of available external inputs for FX !! 721     bitmap of available external inputs for FX8010 (see bellow)
745 extout                                            722 extout
746     bitmap of available external outputs for F !! 723     bitmap of available external outputs for FX8010 (see bellow)
747 seq_ports                                         724 seq_ports
748     allocated sequencer ports (4 by default)      725     allocated sequencer ports (4 by default)
749 max_synth_voices                                  726 max_synth_voices
750     limit of voices used for wavetable (64 by     727     limit of voices used for wavetable (64 by default)
751 max_buffer_size                                   728 max_buffer_size
752     specifies the maximum size of wavetable/pc    729     specifies the maximum size of wavetable/pcm buffers given in MB
753     unit.  Default value is 128.                  730     unit.  Default value is 128.
754 enable_ir                                         731 enable_ir
755     enable IR                                     732     enable IR
756                                                   733 
757 This module supports multiple cards and autopr    734 This module supports multiple cards and autoprobe.
758                                                   735 
759 Input & Output configurations                     736 Input & Output configurations                   [extin/extout]
760 * Creative Card wo/Digital out                    737 * Creative Card wo/Digital out                  [0x0003/0x1f03]
761 * Creative Card w/Digital out                     738 * Creative Card w/Digital out                   [0x0003/0x1f0f]
762 * Creative Card w/Digital CD in                   739 * Creative Card w/Digital CD in                 [0x000f/0x1f0f]
763 * Creative Card wo/Digital out + LiveDrive        740 * Creative Card wo/Digital out + LiveDrive      [0x3fc3/0x1fc3]
764 * Creative Card w/Digital out + LiveDrive         741 * Creative Card w/Digital out + LiveDrive       [0x3fc3/0x1fcf]
765 * Creative Card w/Digital CD in + LiveDrive       742 * Creative Card w/Digital CD in + LiveDrive     [0x3fcf/0x1fcf]
766 * Creative Card wo/Digital out + Digital I/O 2    743 * Creative Card wo/Digital out + Digital I/O 2  [0x0fc3/0x1f0f]
767 * Creative Card w/Digital out + Digital I/O 2     744 * Creative Card w/Digital out + Digital I/O 2   [0x0fc3/0x1f0f]
768 * Creative Card w/Digital CD in + Digital I/O     745 * Creative Card w/Digital CD in + Digital I/O 2 [0x0fcf/0x1f0f]
769 * Creative Card 5.1/w Digital out + LiveDrive     746 * Creative Card 5.1/w Digital out + LiveDrive   [0x3fc3/0x1fff]
770 * Creative Card 5.1 (c) 2003                      747 * Creative Card 5.1 (c) 2003                    [0x3fc3/0x7cff]
771 * Creative Card all ins and outs                  748 * Creative Card all ins and outs                [0x3fff/0x7fff]
772                                                   749   
773 The power-management is supported.                750 The power-management is supported.
774                                                   751   
775 Module snd-emu10k1x                               752 Module snd-emu10k1x
776 -------------------                               753 -------------------
777                                                   754 
778 Module for Creative Emu10k1X (SB Live Dell OEM    755 Module for Creative Emu10k1X (SB Live Dell OEM version)
779                                                   756 
780 This module supports multiple cards.              757 This module supports multiple cards.
781                                                   758 
782 Module snd-ens1370                                759 Module snd-ens1370
783 ------------------                                760 ------------------
784                                                   761 
785 Module for Ensoniq AudioPCI ES1370 PCI sound c    762 Module for Ensoniq AudioPCI ES1370 PCI sound cards.
786                                                   763 
787 * SoundBlaster PCI 64                             764 * SoundBlaster PCI 64
788 * SoundBlaster PCI 128                            765 * SoundBlaster PCI 128
789                                                   766     
790 joystick                                          767 joystick
791     Enable joystick (default off)                 768     Enable joystick (default off)
792                                                   769   
793 This module supports multiple cards and autopr    770 This module supports multiple cards and autoprobe.
794                                                   771 
795 The power-management is supported.                772 The power-management is supported.
796                                                   773 
797 Module snd-ens1371                                774 Module snd-ens1371
798 ------------------                                775 ------------------
799                                                   776 
800 Module for Ensoniq AudioPCI ES1371 PCI sound c    777 Module for Ensoniq AudioPCI ES1371 PCI sound cards.
801                                                   778 
802 * SoundBlaster PCI 64                             779 * SoundBlaster PCI 64
803 * SoundBlaster PCI 128                            780 * SoundBlaster PCI 128
804 * SoundBlaster Vibra PCI                          781 * SoundBlaster Vibra PCI
805                                                   782       
806 joystick_port                                     783 joystick_port
807     port # for joystick (0x200,0x208,0x210,0x2    784     port # for joystick (0x200,0x208,0x210,0x218), 0 = disable
808     (default), 1 = auto-detect                    785     (default), 1 = auto-detect
809                                                   786   
810 This module supports multiple cards and autopr    787 This module supports multiple cards and autoprobe.
811                                                   788 
812 The power-management is supported.                789 The power-management is supported.
813                                                   790 
814 Module snd-es1688                                 791 Module snd-es1688
815 -----------------                                 792 -----------------
816                                                   793 
817 Module for ESS AudioDrive ES-1688 and ES-688 s    794 Module for ESS AudioDrive ES-1688 and ES-688 sound cards.
818                                                   795 
819 isapnp                                            796 isapnp
820     ISA PnP detection - 0 = disable, 1 = enabl    797     ISA PnP detection - 0 = disable, 1 = enable (default)
821 mpu_port                                          798 mpu_port
822     port # for MPU-401 port (0x300,0x310,0x320    799     port # for MPU-401 port (0x300,0x310,0x320,0x330), -1 = disable (default)
823 mpu_irq                                           800 mpu_irq
824     IRQ # for MPU-401 port (5,7,9,10)             801     IRQ # for MPU-401 port (5,7,9,10)
825 fm_port                                           802 fm_port
826     port # for OPL3 (option; share the same po    803     port # for OPL3 (option; share the same port as default)
827                                                   804 
828 with ``isapnp=0``, the following additional op    805 with ``isapnp=0``, the following additional options are available:
829                                                   806 
830 port                                              807 port
831     port # for ES-1688 chip (0x220,0x240,0x260    808     port # for ES-1688 chip (0x220,0x240,0x260)
832 irq                                               809 irq
833     IRQ # for ES-1688 chip (5,7,9,10)             810     IRQ # for ES-1688 chip (5,7,9,10)
834 dma8                                              811 dma8
835     DMA # for ES-1688 chip (0,1,3)                812     DMA # for ES-1688 chip (0,1,3)
836                                                   813 
837 This module supports multiple cards and autopr    814 This module supports multiple cards and autoprobe (without MPU-401 port)
838 and PnP with the ES968 chip.                      815 and PnP with the ES968 chip.
839                                                   816 
840 Module snd-es18xx                                 817 Module snd-es18xx
841 -----------------                                 818 -----------------
842                                                   819 
843 Module for ESS AudioDrive ES-18xx sound cards.    820 Module for ESS AudioDrive ES-18xx sound cards.
844                                                   821 
845 isapnp                                            822 isapnp
846     ISA PnP detection - 0 = disable, 1 = enabl    823     ISA PnP detection - 0 = disable, 1 = enable (default)
847                                                   824 
848 with ``isapnp=0``, the following options are a    825 with ``isapnp=0``, the following options are available:
849                                                   826 
850 port                                              827 port
851     port # for ES-18xx chip (0x220,0x240,0x260    828     port # for ES-18xx chip (0x220,0x240,0x260)
852 mpu_port                                          829 mpu_port
853     port # for MPU-401 port (0x300,0x310,0x320    830     port # for MPU-401 port (0x300,0x310,0x320,0x330), -1 = disable (default)
854 fm_port                                           831 fm_port
855     port # for FM (optional, not used)            832     port # for FM (optional, not used)
856 irq                                               833 irq
857     IRQ # for ES-18xx chip (5,7,9,10)             834     IRQ # for ES-18xx chip (5,7,9,10)
858 dma1                                              835 dma1
859     first DMA # for ES-18xx chip (0,1,3)          836     first DMA # for ES-18xx chip (0,1,3)
860 dma2                                              837 dma2
861     first DMA # for ES-18xx chip (0,1,3)          838     first DMA # for ES-18xx chip (0,1,3)
862                                                   839 
863 This module supports multiple cards, ISA PnP a    840 This module supports multiple cards, ISA PnP and autoprobe (without MPU-401
864 port if native ISA PnP routines are not used).    841 port if native ISA PnP routines are not used).
865 When ``dma2`` is equal with ``dma1``, the driv    842 When ``dma2`` is equal with ``dma1``, the driver works as half-duplex.
866                                                   843 
867 The power-management is supported.                844 The power-management is supported.
868                                                   845 
869 Module snd-es1938                                 846 Module snd-es1938
870 -----------------                                 847 -----------------
871                                                   848 
872 Module for sound cards based on ESS Solo-1 (ES    849 Module for sound cards based on ESS Solo-1 (ES1938,ES1946) chips.
873                                                   850 
874 This module supports multiple cards and autopr    851 This module supports multiple cards and autoprobe.
875                                                   852 
876 The power-management is supported.                853 The power-management is supported.
877                                                   854 
878 Module snd-es1968                                 855 Module snd-es1968
879 -----------------                                 856 -----------------
880                                                   857 
881 Module for sound cards based on ESS Maestro-1/    858 Module for sound cards based on ESS Maestro-1/2/2E (ES1968/ES1978) chips.
882                                                   859 
883 total_bufsize                                     860 total_bufsize
884     total buffer size in kB (1-4096kB)            861     total buffer size in kB (1-4096kB)
885 pcm_substreams_p                                  862 pcm_substreams_p
886     playback channels (1-8, default=2)            863     playback channels (1-8, default=2)
887 pcm_substreams_c                                  864 pcm_substreams_c
888     capture channels (1-8, default=0)             865     capture channels (1-8, default=0)
889 clock                                             866 clock
890     clock (0 = auto-detection)                    867     clock (0 = auto-detection)
891 use_pm                                            868 use_pm
892     support the power-management (0 = off, 1 =    869     support the power-management (0 = off, 1 = on, 2 = auto (default))
893 enable_mpu                                        870 enable_mpu
894     enable MPU401 (0 = off, 1 = on, 2 = auto (    871     enable MPU401 (0 = off, 1 = on, 2 = auto (default))
895 joystick                                          872 joystick
896     enable joystick (default off)                 873     enable joystick (default off)       
897                                                   874 
898 This module supports multiple cards and autopr    875 This module supports multiple cards and autoprobe.
899                                                   876 
900 The power-management is supported.                877 The power-management is supported.
901                                                   878 
902 Module snd-fm801                                  879 Module snd-fm801
903 ----------------                                  880 ----------------
904                                                   881 
905 Module for ForteMedia FM801 based PCI sound ca    882 Module for ForteMedia FM801 based PCI sound cards.
906                                                   883 
907 tea575x_tuner                                     884 tea575x_tuner
908     Enable TEA575x tuner;                         885     Enable TEA575x tuner;
909     1 = MediaForte 256-PCS,                       886     1 = MediaForte 256-PCS,
910     2 = MediaForte 256-PCPR,                      887     2 = MediaForte 256-PCPR,
911     3 = MediaForte 64-PCR                         888     3 = MediaForte 64-PCR
912     High 16-bits are video (radio) device numb    889     High 16-bits are video (radio) device number + 1;
913     example: 0x10002 (MediaForte 256-PCPR, dev    890     example: 0x10002 (MediaForte 256-PCPR, device 1)
914                                                   891           
915 This module supports multiple cards and autopr    892 This module supports multiple cards and autoprobe.
916                                                   893 
917 The power-management is supported.                894 The power-management is supported.
918                                                   895 
919 Module snd-gina20                                 896 Module snd-gina20
920 -----------------                                 897 -----------------
921                                                   898 
922 Module for Echoaudio Gina20                       899 Module for Echoaudio Gina20
923                                                   900 
924 This module supports multiple cards.              901 This module supports multiple cards.
925 The driver requires the firmware loader suppor    902 The driver requires the firmware loader support on kernel.
926                                                   903 
927 Module snd-gina24                                 904 Module snd-gina24
928 -----------------                                 905 -----------------
929                                                   906 
930 Module for Echoaudio Gina24                       907 Module for Echoaudio Gina24
931                                                   908 
932 This module supports multiple cards.              909 This module supports multiple cards.
933 The driver requires the firmware loader suppor    910 The driver requires the firmware loader support on kernel.
934                                                   911 
935 Module snd-gusclassic                             912 Module snd-gusclassic
936 ---------------------                             913 ---------------------
937                                                   914 
938 Module for Gravis UltraSound Classic sound car    915 Module for Gravis UltraSound Classic sound card.
939                                                   916 
940 port                                              917 port
941     port # for GF1 chip (0x220,0x230,0x240,0x2    918     port # for GF1 chip (0x220,0x230,0x240,0x250,0x260)
942 irq                                               919 irq
943     IRQ # for GF1 chip (3,5,9,11,12,15)           920     IRQ # for GF1 chip (3,5,9,11,12,15)
944 dma1                                              921 dma1
945     DMA # for GF1 chip (1,3,5,6,7)                922     DMA # for GF1 chip (1,3,5,6,7)
946 dma2                                              923 dma2
947     DMA # for GF1 chip (1,3,5,6,7,-1=disable)     924     DMA # for GF1 chip (1,3,5,6,7,-1=disable)
948 joystick_dac                                      925 joystick_dac
949     0 to 31, (0.59V-4.52V or 0.389V-2.98V)        926     0 to 31, (0.59V-4.52V or 0.389V-2.98V)
950 voices                                            927 voices
951     GF1 voices limit (14-32)                      928     GF1 voices limit (14-32)
952 pcm_voices                                        929 pcm_voices
953     reserved PCM voices                           930     reserved PCM voices
954                                                   931 
955 This module supports multiple cards and autopr    932 This module supports multiple cards and autoprobe.
956                                                   933 
957 Module snd-gusextreme                             934 Module snd-gusextreme
958 ---------------------                             935 ---------------------
959                                                   936 
960 Module for Gravis UltraSound Extreme (Synergy     937 Module for Gravis UltraSound Extreme (Synergy ViperMax) sound card.
961                                                   938 
962 port                                              939 port
963     port # for ES-1688 chip (0x220,0x230,0x240    940     port # for ES-1688 chip (0x220,0x230,0x240,0x250,0x260)
964 gf1_port                                          941 gf1_port
965     port # for GF1 chip (0x210,0x220,0x230,0x2    942     port # for GF1 chip (0x210,0x220,0x230,0x240,0x250,0x260,0x270)
966 mpu_port                                          943 mpu_port
967     port # for MPU-401 port (0x300,0x310,0x320    944     port # for MPU-401 port (0x300,0x310,0x320,0x330), -1 = disable
968 irq                                               945 irq
969     IRQ # for ES-1688 chip (5,7,9,10)             946     IRQ # for ES-1688 chip (5,7,9,10)
970 gf1_irq                                           947 gf1_irq
971     IRQ # for GF1 chip (3,5,9,11,12,15)           948     IRQ # for GF1 chip (3,5,9,11,12,15)
972 mpu_irq                                           949 mpu_irq
973     IRQ # for MPU-401 port (5,7,9,10)             950     IRQ # for MPU-401 port (5,7,9,10)
974 dma8                                              951 dma8
975     DMA # for ES-1688 chip (0,1,3)                952     DMA # for ES-1688 chip (0,1,3)
976 dma1                                              953 dma1
977     DMA # for GF1 chip (1,3,5,6,7)                954     DMA # for GF1 chip (1,3,5,6,7)
978 joystick_dac                                      955 joystick_dac
979     0 to 31, (0.59V-4.52V or 0.389V-2.98V)        956     0 to 31, (0.59V-4.52V or 0.389V-2.98V)
980 voices                                            957 voices
981     GF1 voices limit (14-32)                      958     GF1 voices limit (14-32)
982 pcm_voices                                        959 pcm_voices
983     reserved PCM voices                           960     reserved PCM voices
984                                                   961 
985 This module supports multiple cards and autopr    962 This module supports multiple cards and autoprobe (without MPU-401 port).
986                                                   963 
987 Module snd-gusmax                                 964 Module snd-gusmax
988 -----------------                                 965 -----------------
989                                                   966 
990 Module for Gravis UltraSound MAX sound card.      967 Module for Gravis UltraSound MAX sound card.
991                                                   968 
992 port                                              969 port
993     port # for GF1 chip (0x220,0x230,0x240,0x2    970     port # for GF1 chip (0x220,0x230,0x240,0x250,0x260)
994 irq                                               971 irq
995     IRQ # for GF1 chip (3,5,9,11,12,15)           972     IRQ # for GF1 chip (3,5,9,11,12,15)
996 dma1                                              973 dma1
997     DMA # for GF1 chip (1,3,5,6,7)                974     DMA # for GF1 chip (1,3,5,6,7)
998 dma2                                              975 dma2
999     DMA # for GF1 chip (1,3,5,6,7,-1=disable)     976     DMA # for GF1 chip (1,3,5,6,7,-1=disable)
1000 joystick_dac                                     977 joystick_dac
1001     0 to 31, (0.59V-4.52V or 0.389V-2.98V)       978     0 to 31, (0.59V-4.52V or 0.389V-2.98V)
1002 voices                                           979 voices
1003     GF1 voices limit (14-32)                     980     GF1 voices limit (14-32)
1004 pcm_voices                                       981 pcm_voices
1005     reserved PCM voices                          982     reserved PCM voices
1006                                                  983 
1007 This module supports multiple cards and autop    984 This module supports multiple cards and autoprobe.
1008                                                  985 
1009 Module snd-hda-intel                             986 Module snd-hda-intel
1010 --------------------                             987 --------------------
1011                                                  988 
1012 Module for Intel HD Audio (ICH6, ICH6M, ESB2,    989 Module for Intel HD Audio (ICH6, ICH6M, ESB2, ICH7, ICH8, ICH9, ICH10,
1013 PCH, SCH), ATI SB450, SB600, R600, RS600, RS6    990 PCH, SCH), ATI SB450, SB600, R600, RS600, RS690, RS780, RV610, RV620,
1014 RV630, RV635, RV670, RV770, VIA VT8251/VT8237    991 RV630, RV635, RV670, RV770, VIA VT8251/VT8237A, SIS966, ULI M5461
1015                                                  992 
1016 [Multiple options for each card instance]        993 [Multiple options for each card instance]
1017                                                  994 
1018 model                                            995 model
1019     force the model name                         996     force the model name
1020 position_fix                                     997 position_fix
1021     Fix DMA pointer;                             998     Fix DMA pointer;
1022     -1 = system default: choose appropriate o    999     -1 = system default: choose appropriate one per controller hardware,
1023     0 = auto: falls back to LPIB when POSBUF     1000     0 = auto: falls back to LPIB when POSBUF doesn't work,
1024     1 = use LPIB,                                1001     1 = use LPIB,
1025     2 = POSBUF: use position buffer,             1002     2 = POSBUF: use position buffer,
1026     3 = VIACOMBO: VIA-specific workaround for    1003     3 = VIACOMBO: VIA-specific workaround for capture,
1027     4 = COMBO: use LPIB for playback, auto fo    1004     4 = COMBO: use LPIB for playback, auto for capture stream
1028     5 = SKL+: apply the delay calculation ava    1005     5 = SKL+: apply the delay calculation available on recent Intel chips
1029     6 = FIFO: correct the position with the f    1006     6 = FIFO: correct the position with the fixed FIFO size, for recent AMD chips
1030 probe_mask                                       1007 probe_mask
1031     Bitmask to probe codecs (default = -1, me    1008     Bitmask to probe codecs (default = -1, meaning all slots);
1032     When the bit 8 (0x100) is set, the lower     1009     When the bit 8 (0x100) is set, the lower 8 bits are used
1033     as the "fixed" codec slots; i.e. the driv    1010     as the "fixed" codec slots; i.e. the driver probes the
1034     slots regardless what hardware reports ba    1011     slots regardless what hardware reports back
1035 probe_only                                       1012 probe_only
1036     Only probing and no codec initialization     1013     Only probing and no codec initialization (default=off);
1037     Useful to check the initial codec status     1014     Useful to check the initial codec status for debugging
1038 bdl_pos_adj                                      1015 bdl_pos_adj
1039     Specifies the DMA IRQ timing delay in sam    1016     Specifies the DMA IRQ timing delay in samples.
1040     Passing -1 will make the driver to choose    1017     Passing -1 will make the driver to choose the appropriate
1041     value based on the controller chip.          1018     value based on the controller chip.
1042 patch                                            1019 patch
1043     Specifies the early "patch" files to modi    1020     Specifies the early "patch" files to modify the HD-audio setup
1044     before initializing the codecs.              1021     before initializing the codecs.
1045     This option is available only when ``CONF    1022     This option is available only when ``CONFIG_SND_HDA_PATCH_LOADER=y``
1046     is set.  See hd-audio/notes.rst for detai    1023     is set.  See hd-audio/notes.rst for details.
1047 beep_mode                                        1024 beep_mode
1048     Selects the beep registration mode (0=off    1025     Selects the beep registration mode (0=off, 1=on);
1049     default value is set via ``CONFIG_SND_HDA    1026     default value is set via ``CONFIG_SND_HDA_INPUT_BEEP_MODE`` kconfig.
1050                                                  1027 
1051 [Single (global) options]                        1028 [Single (global) options]
1052                                                  1029 
1053 single_cmd                                       1030 single_cmd
1054     Use single immediate commands to communic    1031     Use single immediate commands to communicate with codecs
1055     (for debugging only)                         1032     (for debugging only)
1056 enable_msi                                       1033 enable_msi
1057     Enable Message Signaled Interrupt (MSI) (    1034     Enable Message Signaled Interrupt (MSI) (default = off)
1058 power_save                                       1035 power_save
1059     Automatic power-saving timeout (in second    1036     Automatic power-saving timeout (in second, 0 = disable)
1060 power_save_controller                            1037 power_save_controller
1061     Reset HD-audio controller in power-saving    1038     Reset HD-audio controller in power-saving mode (default = on)
1062 pm_blacklist                                  << 
1063     Enable / disable power-management deny-li << 
1064     deny-list, 0 = skip PM deny-list, 1 = for << 
1065 align_buffer_size                                1039 align_buffer_size
1066     Force rounding of buffer/period sizes to     1040     Force rounding of buffer/period sizes to multiples of 128 bytes.
1067     This is more efficient in terms of memory    1041     This is more efficient in terms of memory access but isn't
1068     required by the HDA spec and prevents use    1042     required by the HDA spec and prevents users from specifying
1069     exact period/buffer sizes. (default = on)    1043     exact period/buffer sizes. (default = on)
1070 snoop                                            1044 snoop
1071     Enable/disable snooping (default = on)       1045     Enable/disable snooping (default = on)
1072                                                  1046 
1073 This module supports multiple cards and autop    1047 This module supports multiple cards and autoprobe.
1074                                                  1048 
1075 See hd-audio/notes.rst for more details about    1049 See hd-audio/notes.rst for more details about HD-audio driver.
1076                                                  1050 
1077 Each codec may have a model table for differe    1051 Each codec may have a model table for different configurations.
1078 If your machine isn't listed there, the defau    1052 If your machine isn't listed there, the default (usually minimal)
1079 configuration is set up.  You can pass ``mode    1053 configuration is set up.  You can pass ``model=<name>`` option to
1080 specify a certain model in such a case.  Ther    1054 specify a certain model in such a case.  There are different
1081 models depending on the codec chip.  The list    1055 models depending on the codec chip.  The list of available models
1082 is found in hd-audio/models.rst.                 1056 is found in hd-audio/models.rst.
1083                                                  1057 
1084 The model name ``generic`` is treated as a sp    1058 The model name ``generic`` is treated as a special case.  When this
1085 model is given, the driver uses the generic c    1059 model is given, the driver uses the generic codec parser without
1086 "codec-patch".  It's sometimes good for testi    1060 "codec-patch".  It's sometimes good for testing and debugging.
1087                                                  1061 
1088 The model option can be used also for aliasin    1062 The model option can be used also for aliasing to another PCI or codec
1089 SSID.  When it's passed in the form of ``mode    1063 SSID.  When it's passed in the form of ``model=XXXX:YYYY`` where XXXX
1090 and YYYY are the sub-vendor and sub-device ID    1064 and YYYY are the sub-vendor and sub-device IDs in hex numbers,
1091 respectively, the driver will refer to that S    1065 respectively, the driver will refer to that SSID as a reference to the
1092 quirk table.                                     1066 quirk table.
1093                                                  1067 
1094 If the default configuration doesn't work and    1068 If the default configuration doesn't work and one of the above
1095 matches with your device, report it together     1069 matches with your device, report it together with alsa-info.sh
1096 output (with ``--no-upload`` option) to kerne    1070 output (with ``--no-upload`` option) to kernel bugzilla or alsa-devel
1097 ML (see the section `Links and Addresses`_).     1071 ML (see the section `Links and Addresses`_).
1098                                                  1072 
1099 ``power_save`` and ``power_save_controller``     1073 ``power_save`` and ``power_save_controller`` options are for power-saving
1100 mode.  See powersave.rst for details.            1074 mode.  See powersave.rst for details.
1101                                                  1075 
1102 Note 2: If you get click noises on output, tr    1076 Note 2: If you get click noises on output, try the module option
1103 ``position_fix=1`` or ``2``.  ``position_fix=    1077 ``position_fix=1`` or ``2``.  ``position_fix=1`` will use the SD_LPIB
1104 register value without FIFO size correction a    1078 register value without FIFO size correction as the current
1105 DMA pointer.  ``position_fix=2`` will make th    1079 DMA pointer.  ``position_fix=2`` will make the driver to use
1106 the position buffer instead of reading SD_LPI    1080 the position buffer instead of reading SD_LPIB register.
1107 (Usually SD_LPIB register is more accurate th    1081 (Usually SD_LPIB register is more accurate than the
1108 position buffer.)                                1082 position buffer.)
1109                                                  1083 
1110 ``position_fix=3`` is specific to VIA devices    1084 ``position_fix=3`` is specific to VIA devices.  The position
1111 of the capture stream is checked from both LP    1085 of the capture stream is checked from both LPIB and POSBUF
1112 values.  ``position_fix=4`` is a combination     1086 values.  ``position_fix=4`` is a combination mode, using LPIB
1113 for playback and POSBUF for capture.             1087 for playback and POSBUF for capture.
1114                                                  1088 
1115 NB: If you get many ``azx_get_response timeou    1089 NB: If you get many ``azx_get_response timeout`` messages at
1116 loading, it's likely a problem of interrupts     1090 loading, it's likely a problem of interrupts (e.g. ACPI irq
1117 routing).  Try to boot with options like ``pc    1091 routing).  Try to boot with options like ``pci=noacpi``.  Also, you
1118 can try ``single_cmd=1`` module option.  This    1092 can try ``single_cmd=1`` module option.  This will switch the
1119 communication method between HDA controller a    1093 communication method between HDA controller and codecs to the
1120 single immediate commands instead of CORB/RIR    1094 single immediate commands instead of CORB/RIRB.  Basically, the
1121 single command mode is provided only for BIOS    1095 single command mode is provided only for BIOS, and you won't get
1122 unsolicited events, too.  But, at least, this    1096 unsolicited events, too.  But, at least, this works independently
1123 from the irq.  Remember this is a last resort    1097 from the irq.  Remember this is a last resort, and should be
1124 avoided as much as possible...                   1098 avoided as much as possible...
1125                                                  1099 
1126 MORE NOTES ON ``azx_get_response timeout`` PR    1100 MORE NOTES ON ``azx_get_response timeout`` PROBLEMS:
1127 On some hardware, you may need to add a prope    1101 On some hardware, you may need to add a proper probe_mask option
1128 to avoid the ``azx_get_response timeout`` pro    1102 to avoid the ``azx_get_response timeout`` problem above, instead.
1129 This occurs when the access to non-existing o    1103 This occurs when the access to non-existing or non-working codec slot
1130 (likely a modem one) causes a stall of the co    1104 (likely a modem one) causes a stall of the communication via HD-audio
1131 bus.  You can see which codec slots are probe    1105 bus.  You can see which codec slots are probed by enabling
1132 ``CONFIG_SND_DEBUG_VERBOSE``, or simply from     1106 ``CONFIG_SND_DEBUG_VERBOSE``, or simply from the file name of the codec
1133 proc files.  Then limit the slots to probe by    1107 proc files.  Then limit the slots to probe by probe_mask option.
1134 For example, ``probe_mask=1`` means to probe     1108 For example, ``probe_mask=1`` means to probe only the first slot, and
1135 ``probe_mask=4`` means only the third slot.      1109 ``probe_mask=4`` means only the third slot.
1136                                                  1110 
1137 The power-management is supported.               1111 The power-management is supported.
1138                                                  1112 
1139 Module snd-hdsp                                  1113 Module snd-hdsp
1140 ---------------                                  1114 ---------------
1141                                                  1115 
1142 Module for RME Hammerfall DSP audio interface    1116 Module for RME Hammerfall DSP audio interface(s)
1143                                                  1117 
1144 This module supports multiple cards.             1118 This module supports multiple cards.
1145                                                  1119 
1146 Note: The firmware data can be automatically     1120 Note: The firmware data can be automatically loaded via hotplug
1147 when ``CONFIG_FW_LOADER`` is set.  Otherwise,    1121 when ``CONFIG_FW_LOADER`` is set.  Otherwise, you need to load
1148 the firmware via hdsploader utility included     1122 the firmware via hdsploader utility included in alsa-tools
1149 package.                                         1123 package.
1150 The firmware data is found in alsa-firmware p    1124 The firmware data is found in alsa-firmware package.
1151                                                  1125 
1152 Note: snd-page-alloc module does the job whic    1126 Note: snd-page-alloc module does the job which snd-hammerfall-mem
1153 module did formerly.  It will allocate the bu    1127 module did formerly.  It will allocate the buffers in advance
1154 when any HDSP cards are found.  To make the b    1128 when any HDSP cards are found.  To make the buffer
1155 allocation sure, load snd-page-alloc module i    1129 allocation sure, load snd-page-alloc module in the early
1156 stage of boot sequence.  See `Early Buffer Al    1130 stage of boot sequence.  See `Early Buffer Allocation`_
1157 section.                                         1131 section.
1158                                                  1132 
1159 Module snd-hdspm                                 1133 Module snd-hdspm
1160 ----------------                                 1134 ----------------
1161                                                  1135 
1162 Module for RME HDSP MADI board.                  1136 Module for RME HDSP MADI board.
1163                                                  1137 
1164 precise_ptr                                      1138 precise_ptr
1165     Enable precise pointer, or disable.          1139     Enable precise pointer, or disable.
1166 line_outs_monitor                                1140 line_outs_monitor
1167     Send playback streams to analog outs by d    1141     Send playback streams to analog outs by default.
1168 enable_monitor                                   1142 enable_monitor
1169     Enable Analog Out on Channel 63/64 by def    1143     Enable Analog Out on Channel 63/64 by default.
1170                                                  1144 
1171 See hdspm.rst for details.                       1145 See hdspm.rst for details.
1172                                                  1146 
1173 Module snd-ice1712                               1147 Module snd-ice1712
1174 ------------------                               1148 ------------------
1175                                                  1149 
1176 Module for Envy24 (ICE1712) based PCI sound c    1150 Module for Envy24 (ICE1712) based PCI sound cards.
1177                                                  1151 
1178 * MidiMan M Audio Delta 1010                     1152 * MidiMan M Audio Delta 1010
1179 * MidiMan M Audio Delta 1010LT                   1153 * MidiMan M Audio Delta 1010LT
1180 * MidiMan M Audio Delta DiO 2496                 1154 * MidiMan M Audio Delta DiO 2496
1181 * MidiMan M Audio Delta 66                       1155 * MidiMan M Audio Delta 66
1182 * MidiMan M Audio Delta 44                       1156 * MidiMan M Audio Delta 44
1183 * MidiMan M Audio Delta 410                      1157 * MidiMan M Audio Delta 410
1184 * MidiMan M Audio Audiophile 2496                1158 * MidiMan M Audio Audiophile 2496
1185 * TerraTec EWS 88MT                              1159 * TerraTec EWS 88MT
1186 * TerraTec EWS 88D                               1160 * TerraTec EWS 88D
1187 * TerraTec EWX 24/96                             1161 * TerraTec EWX 24/96
1188 * TerraTec DMX 6Fire                             1162 * TerraTec DMX 6Fire
1189 * TerraTec Phase 88                              1163 * TerraTec Phase 88
1190 * Hoontech SoundTrack DSP 24                     1164 * Hoontech SoundTrack DSP 24
1191 * Hoontech SoundTrack DSP 24 Value               1165 * Hoontech SoundTrack DSP 24 Value
1192 * Hoontech SoundTrack DSP 24 Media 7.1           1166 * Hoontech SoundTrack DSP 24 Media 7.1
1193 * Event Electronics, EZ8                         1167 * Event Electronics, EZ8
1194 * Digigram VX442                                 1168 * Digigram VX442
1195 * Lionstracs, Mediastaton                        1169 * Lionstracs, Mediastaton
1196 * Terrasoniq TS 88                               1170 * Terrasoniq TS 88
1197                                                  1171                         
1198 model                                            1172 model
1199     Use the given board model, one of the fol    1173     Use the given board model, one of the following:
1200     delta1010, dio2496, delta66, delta44, aud    1174     delta1010, dio2496, delta66, delta44, audiophile, delta410,
1201     delta1010lt, vx442, ewx2496, ews88mt, ews    1175     delta1010lt, vx442, ewx2496, ews88mt, ews88mt_new, ews88d,
1202     dmx6fire, dsp24, dsp24_value, dsp24_71, e    1176     dmx6fire, dsp24, dsp24_value, dsp24_71, ez8,
1203     phase88, mediastation                        1177     phase88, mediastation
1204 omni                                             1178 omni
1205     Omni I/O support for MidiMan M-Audio Delt    1179     Omni I/O support for MidiMan M-Audio Delta44/66
1206 cs8427_timeout                                   1180 cs8427_timeout
1207     reset timeout for the CS8427 chip (S/PDIF    1181     reset timeout for the CS8427 chip (S/PDIF transceiver) in msec
1208     resolution, default value is 500 (0.5 sec    1182     resolution, default value is 500 (0.5 sec)
1209                                                  1183 
1210 This module supports multiple cards and autop    1184 This module supports multiple cards and autoprobe.
1211 Note: The consumer part is not used with all     1185 Note: The consumer part is not used with all Envy24 based cards (for
1212 example in the MidiMan Delta siree).             1186 example in the MidiMan Delta siree).
1213                                                  1187 
1214 Note: The supported board is detected by read    1188 Note: The supported board is detected by reading EEPROM or PCI
1215 SSID (if EEPROM isn't available).  You can ov    1189 SSID (if EEPROM isn't available).  You can override the
1216 model by passing ``model`` module option in c    1190 model by passing ``model`` module option in case that the
1217 driver isn't configured properly or you want     1191 driver isn't configured properly or you want to try another
1218 type for testing.                                1192 type for testing.
1219                                                  1193 
1220 Module snd-ice1724                               1194 Module snd-ice1724
1221 ------------------                               1195 ------------------
1222                                                  1196 
1223 Module for Envy24HT (VT/ICE1724), Envy24PT (V    1197 Module for Envy24HT (VT/ICE1724), Envy24PT (VT1720) based PCI sound cards.
1224                                                  1198 
1225 * MidiMan M Audio Revolution 5.1                 1199 * MidiMan M Audio Revolution 5.1
1226 * MidiMan M Audio Revolution 7.1                 1200 * MidiMan M Audio Revolution 7.1
1227 * MidiMan M Audio Audiophile 192                 1201 * MidiMan M Audio Audiophile 192
1228 * AMP Ltd AUDIO2000                              1202 * AMP Ltd AUDIO2000
1229 * TerraTec Aureon 5.1 Sky                        1203 * TerraTec Aureon 5.1 Sky
1230 * TerraTec Aureon 7.1 Space                      1204 * TerraTec Aureon 7.1 Space
1231 * TerraTec Aureon 7.1 Universe                   1205 * TerraTec Aureon 7.1 Universe
1232 * TerraTec Phase 22                              1206 * TerraTec Phase 22
1233 * TerraTec Phase 28                              1207 * TerraTec Phase 28
1234 * AudioTrak Prodigy 7.1                          1208 * AudioTrak Prodigy 7.1
1235 * AudioTrak Prodigy 7.1 LT                       1209 * AudioTrak Prodigy 7.1 LT
1236 * AudioTrak Prodigy 7.1 XT                       1210 * AudioTrak Prodigy 7.1 XT
1237 * AudioTrak Prodigy 7.1 HIFI                     1211 * AudioTrak Prodigy 7.1 HIFI
1238 * AudioTrak Prodigy 7.1 HD2                      1212 * AudioTrak Prodigy 7.1 HD2
1239 * AudioTrak Prodigy 192                          1213 * AudioTrak Prodigy 192
1240 * Pontis MS300                                   1214 * Pontis MS300
1241 * Albatron K8X800 Pro II                         1215 * Albatron K8X800 Pro II 
1242 * Chaintech ZNF3-150                             1216 * Chaintech ZNF3-150
1243 * Chaintech ZNF3-250                             1217 * Chaintech ZNF3-250
1244 * Chaintech 9CJS                                 1218 * Chaintech 9CJS
1245 * Chaintech AV-710                               1219 * Chaintech AV-710
1246 * Shuttle SN25P                                  1220 * Shuttle SN25P
1247 * Onkyo SE-90PCI                                 1221 * Onkyo SE-90PCI
1248 * Onkyo SE-200PCI                                1222 * Onkyo SE-200PCI
1249 * ESI Juli@                                      1223 * ESI Juli@
1250 * ESI Maya44                                     1224 * ESI Maya44
1251 * Hercules Fortissimo IV                         1225 * Hercules Fortissimo IV
1252 * EGO-SYS WaveTerminal 192M                      1226 * EGO-SYS WaveTerminal 192M
1253                                                  1227                         
1254 model                                            1228 model
1255     Use the given board model, one of the fol    1229     Use the given board model, one of the following:
1256     revo51, revo71, amp2000, prodigy71, prodi    1230     revo51, revo71, amp2000, prodigy71, prodigy71lt,
1257     prodigy71xt, prodigy71hifi, prodigyhd2, p    1231     prodigy71xt, prodigy71hifi, prodigyhd2, prodigy192,
1258     juli, aureon51, aureon71, universe, ap192    1232     juli, aureon51, aureon71, universe, ap192, k8x800,
1259     phase22, phase28, ms300, av710, se200pci,    1233     phase22, phase28, ms300, av710, se200pci, se90pci,
1260     fortissimo4, sn25p, WT192M, maya44           1234     fortissimo4, sn25p, WT192M, maya44
1261                                                  1235   
1262 This module supports multiple cards and autop    1236 This module supports multiple cards and autoprobe.
1263                                                  1237 
1264 Note: The supported board is detected by read    1238 Note: The supported board is detected by reading EEPROM or PCI
1265 SSID (if EEPROM isn't available).  You can ov    1239 SSID (if EEPROM isn't available).  You can override the
1266 model by passing ``model`` module option in c    1240 model by passing ``model`` module option in case that the
1267 driver isn't configured properly or you want     1241 driver isn't configured properly or you want to try another
1268 type for testing.                                1242 type for testing.
1269                                                  1243 
1270 Module snd-indigo                                1244 Module snd-indigo
1271 -----------------                                1245 -----------------
1272                                                  1246 
1273 Module for Echoaudio Indigo                      1247 Module for Echoaudio Indigo
1274                                                  1248 
1275 This module supports multiple cards.             1249 This module supports multiple cards.
1276 The driver requires the firmware loader suppo    1250 The driver requires the firmware loader support on kernel.
1277                                                  1251 
1278 Module snd-indigodj                              1252 Module snd-indigodj
1279 -------------------                              1253 -------------------
1280                                                  1254 
1281 Module for Echoaudio Indigo DJ                   1255 Module for Echoaudio Indigo DJ
1282                                                  1256 
1283 This module supports multiple cards.             1257 This module supports multiple cards.
1284 The driver requires the firmware loader suppo    1258 The driver requires the firmware loader support on kernel.
1285                                                  1259 
1286 Module snd-indigoio                              1260 Module snd-indigoio
1287 -------------------                              1261 -------------------
1288                                                  1262 
1289 Module for Echoaudio Indigo IO                   1263 Module for Echoaudio Indigo IO
1290                                                  1264 
1291 This module supports multiple cards.             1265 This module supports multiple cards.
1292 The driver requires the firmware loader suppo    1266 The driver requires the firmware loader support on kernel.
1293                                                  1267 
1294 Module snd-intel8x0                              1268 Module snd-intel8x0
1295 -------------------                              1269 -------------------
1296                                                  1270 
1297 Module for AC'97 motherboards from Intel and     1271 Module for AC'97 motherboards from Intel and compatibles.
1298                                                  1272 
1299 * Intel i810/810E, i815, i820, i830, i84x, MX    1273 * Intel i810/810E, i815, i820, i830, i84x, MX440 ICH5, ICH6, ICH7,
1300   6300ESB, ESB2                                  1274   6300ESB, ESB2 
1301 * SiS 7012 (SiS 735)                             1275 * SiS 7012 (SiS 735)
1302 * NVidia NForce, NForce2, NForce3, MCP04, CK8    1276 * NVidia NForce, NForce2, NForce3, MCP04, CK804 CK8, CK8S, MCP501
1303 * AMD AMD768, AMD8111                            1277 * AMD AMD768, AMD8111
1304 * ALi m5455                                      1278 * ALi m5455
1305                                                  1279           
1306 ac97_clock                                       1280 ac97_clock
1307     AC'97 codec clock base (0 = auto-detect)     1281     AC'97 codec clock base (0 = auto-detect)
1308 ac97_quirk                                       1282 ac97_quirk
1309     AC'97 workaround for strange hardware;       1283     AC'97 workaround for strange hardware;
1310     See `AC97 Quirk Option`_ section below.      1284     See `AC97 Quirk Option`_ section below.
1311 buggy_irq                                        1285 buggy_irq
1312     Enable workaround for buggy interrupts on    1286     Enable workaround for buggy interrupts on some motherboards
1313     (default yes on nForce chips, otherwise o    1287     (default yes on nForce chips, otherwise off)
1314 buggy_semaphore                                  1288 buggy_semaphore
1315     Enable workaround for hardware with buggy    1289     Enable workaround for hardware with buggy semaphores (e.g. on some
1316     ASUS laptops) (default off)                  1290     ASUS laptops) (default off)
1317 spdif_aclink                                     1291 spdif_aclink
1318     Use S/PDIF over AC-link instead of direct    1292     Use S/PDIF over AC-link instead of direct connection from the
1319     controller chip (0 = off, 1 = on, -1 = de    1293     controller chip (0 = off, 1 = on, -1 = default)
1320                                                  1294 
1321 This module supports one chip and autoprobe.     1295 This module supports one chip and autoprobe.
1322                                                  1296 
1323 Note: the latest driver supports auto-detecti    1297 Note: the latest driver supports auto-detection of chip clock.
1324 if you still encounter too fast playback, spe    1298 if you still encounter too fast playback, specify the clock
1325 explicitly via the module option ``ac97_clock    1299 explicitly via the module option ``ac97_clock=41194``.
1326                                                  1300 
1327 Joystick/MIDI ports are not supported by this    1301 Joystick/MIDI ports are not supported by this driver.  If your
1328 motherboard has these devices, use the ns558     1302 motherboard has these devices, use the ns558 or snd-mpu401
1329 modules, respectively.                           1303 modules, respectively.
1330                                                  1304 
1331 The power-management is supported.               1305 The power-management is supported.
1332                                                  1306 
1333 Module snd-intel8x0m                             1307 Module snd-intel8x0m
1334 --------------------                             1308 --------------------
1335                                                  1309 
1336 Module for Intel ICH (i8x0) chipset MC97 mode    1310 Module for Intel ICH (i8x0) chipset MC97 modems.
1337                                                  1311 
1338 * Intel i810/810E, i815, i820, i830, i84x, MX    1312 * Intel i810/810E, i815, i820, i830, i84x, MX440 ICH5, ICH6, ICH7
1339 * SiS 7013 (SiS 735)                             1313 * SiS 7013 (SiS 735)
1340 * NVidia NForce, NForce2, NForce2s, NForce3      1314 * NVidia NForce, NForce2, NForce2s, NForce3
1341 * AMD AMD8111                                    1315 * AMD AMD8111
1342 * ALi m5455                                      1316 * ALi m5455
1343                                                  1317           
1344 ac97_clock                                       1318 ac97_clock
1345     AC'97 codec clock base (0 = auto-detect)     1319     AC'97 codec clock base (0 = auto-detect)
1346                                                  1320   
1347 This module supports one card and autoprobe.     1321 This module supports one card and autoprobe.
1348                                                  1322 
1349 Note: The default index value of this module     1323 Note: The default index value of this module is -2, i.e. the first
1350 slot is excluded.                                1324 slot is excluded.
1351                                                  1325 
1352 The power-management is supported.               1326 The power-management is supported.
1353                                                  1327 
1354 Module snd-interwave                             1328 Module snd-interwave
1355 --------------------                             1329 --------------------
1356                                                  1330 
1357 Module for Gravis UltraSound PnP, Dynasonic 3    1331 Module for Gravis UltraSound PnP, Dynasonic 3-D/Pro, STB Sound Rage 32
1358 and other sound cards based on AMD InterWave     1332 and other sound cards based on AMD InterWave (tm) chip.
1359                                                  1333 
1360 joystick_dac                                     1334 joystick_dac
1361     0 to 31, (0.59V-4.52V or 0.389V-2.98V)       1335     0 to 31, (0.59V-4.52V or 0.389V-2.98V)
1362 midi                                             1336 midi
1363     1 = MIDI UART enable, 0 = MIDI UART disab    1337     1 = MIDI UART enable, 0 = MIDI UART disable (default)
1364 pcm_voices                                       1338 pcm_voices
1365     reserved PCM voices for the synthesizer (    1339     reserved PCM voices for the synthesizer (default 2)
1366 effect                                           1340 effect
1367     1 = InterWave effects enable (default 0);    1341     1 = InterWave effects enable (default 0); requires 8 voices
1368 isapnp                                           1342 isapnp
1369     ISA PnP detection - 0 = disable, 1 = enab    1343     ISA PnP detection - 0 = disable, 1 = enable (default)
1370                                                  1344 
1371 with ``isapnp=0``, the following options are     1345 with ``isapnp=0``, the following options are available:
1372                                                  1346 
1373 port                                             1347 port
1374     port # for InterWave chip (0x210,0x220,0x    1348     port # for InterWave chip (0x210,0x220,0x230,0x240,0x250,0x260)
1375 irq                                              1349 irq
1376     IRQ # for InterWave chip (3,5,9,11,12,15)    1350     IRQ # for InterWave chip (3,5,9,11,12,15)
1377 dma1                                             1351 dma1
1378     DMA # for InterWave chip (0,1,3,5,6,7)       1352     DMA # for InterWave chip (0,1,3,5,6,7)
1379 dma2                                             1353 dma2
1380     DMA # for InterWave chip (0,1,3,5,6,7,-1=    1354     DMA # for InterWave chip (0,1,3,5,6,7,-1=disable)
1381                                                  1355 
1382 This module supports multiple cards, autoprob    1356 This module supports multiple cards, autoprobe and ISA PnP.
1383                                                  1357 
1384 Module snd-interwave-stb                         1358 Module snd-interwave-stb
1385 ------------------------                         1359 ------------------------
1386                                                  1360 
1387 Module for UltraSound 32-Pro (sound card from    1361 Module for UltraSound 32-Pro (sound card from STB used by Compaq)
1388 and other sound cards based on AMD InterWave     1362 and other sound cards based on AMD InterWave (tm) chip with TEA6330T
1389 circuit for extended control of bass, treble     1363 circuit for extended control of bass, treble and master volume.
1390                                                  1364 
1391 joystick_dac                                     1365 joystick_dac
1392     0 to 31, (0.59V-4.52V or 0.389V-2.98V)       1366     0 to 31, (0.59V-4.52V or 0.389V-2.98V)
1393 midi                                             1367 midi
1394     1 = MIDI UART enable, 0 = MIDI UART disab    1368     1 = MIDI UART enable, 0 = MIDI UART disable (default)
1395 pcm_voices                                       1369 pcm_voices
1396     reserved PCM voices for the synthesizer (    1370     reserved PCM voices for the synthesizer (default 2)
1397 effect                                           1371 effect
1398     1 = InterWave effects enable (default 0);    1372     1 = InterWave effects enable (default 0); requires 8 voices
1399 isapnp                                           1373 isapnp
1400     ISA PnP detection - 0 = disable, 1 = enab    1374     ISA PnP detection - 0 = disable, 1 = enable (default)
1401                                                  1375 
1402 with ``isapnp=0``, the following options are     1376 with ``isapnp=0``, the following options are available:
1403                                                  1377 
1404 port                                             1378 port
1405     port # for InterWave chip (0x210,0x220,0x    1379     port # for InterWave chip (0x210,0x220,0x230,0x240,0x250,0x260)
1406 port_tc                                          1380 port_tc
1407     tone control (i2c bus) port # for TEA6330    1381     tone control (i2c bus) port # for TEA6330T chip (0x350,0x360,0x370,0x380)
1408 irq                                              1382 irq
1409     IRQ # for InterWave chip (3,5,9,11,12,15)    1383     IRQ # for InterWave chip (3,5,9,11,12,15)
1410 dma1                                             1384 dma1
1411     DMA # for InterWave chip (0,1,3,5,6,7)       1385     DMA # for InterWave chip (0,1,3,5,6,7)
1412 dma2                                             1386 dma2
1413     DMA # for InterWave chip (0,1,3,5,6,7,-1=    1387     DMA # for InterWave chip (0,1,3,5,6,7,-1=disable)
1414                                                  1388 
1415 This module supports multiple cards, autoprob    1389 This module supports multiple cards, autoprobe and ISA PnP.
1416                                                  1390 
1417 Module snd-jazz16                                1391 Module snd-jazz16
1418 -------------------                              1392 -------------------
1419                                                  1393 
1420 Module for Media Vision Jazz16 chipset. The c    1394 Module for Media Vision Jazz16 chipset. The chipset consists of 3 chips:
1421 MVD1216 + MVA416 + MVA514.                       1395 MVD1216 + MVA416 + MVA514.
1422                                                  1396 
1423 port                                             1397 port
1424     port # for SB DSP chip (0x210,0x220,0x230    1398     port # for SB DSP chip (0x210,0x220,0x230,0x240,0x250,0x260)
1425 irq                                              1399 irq
1426     IRQ # for SB DSP chip (3,5,7,9,10,15)        1400     IRQ # for SB DSP chip (3,5,7,9,10,15)
1427 dma8                                             1401 dma8
1428     DMA # for SB DSP chip (1,3)                  1402     DMA # for SB DSP chip (1,3)
1429 dma16                                            1403 dma16
1430     DMA # for SB DSP chip (5,7)                  1404     DMA # for SB DSP chip (5,7)
1431 mpu_port                                         1405 mpu_port
1432     MPU-401 port # (0x300,0x310,0x320,0x330)     1406     MPU-401 port # (0x300,0x310,0x320,0x330)
1433 mpu_irq                                          1407 mpu_irq
1434     MPU-401 irq # (2,3,5,7)                      1408     MPU-401 irq # (2,3,5,7)
1435                                                  1409 
1436 This module supports multiple cards.             1410 This module supports multiple cards.
1437                                                  1411 
1438 Module snd-korg1212                              1412 Module snd-korg1212
1439 -------------------                              1413 -------------------
1440                                                  1414 
1441 Module for Korg 1212 IO PCI card                 1415 Module for Korg 1212 IO PCI card
1442                                                  1416 
1443 This module supports multiple cards.             1417 This module supports multiple cards.
1444                                                  1418 
1445 Module snd-layla20                               1419 Module snd-layla20
1446 ------------------                               1420 ------------------
1447                                                  1421 
1448 Module for Echoaudio Layla20                     1422 Module for Echoaudio Layla20
1449                                                  1423 
1450 This module supports multiple cards.             1424 This module supports multiple cards.
1451 The driver requires the firmware loader suppo    1425 The driver requires the firmware loader support on kernel.
1452                                                  1426 
1453 Module snd-layla24                               1427 Module snd-layla24
1454 ------------------                               1428 ------------------
1455                                                  1429 
1456 Module for Echoaudio Layla24                     1430 Module for Echoaudio Layla24
1457                                                  1431 
1458 This module supports multiple cards.             1432 This module supports multiple cards.
1459 The driver requires the firmware loader suppo    1433 The driver requires the firmware loader support on kernel.
1460                                                  1434 
1461 Module snd-lola                                  1435 Module snd-lola
1462 ---------------                                  1436 ---------------
1463                                                  1437 
1464 Module for Digigram Lola PCI-e boards            1438 Module for Digigram Lola PCI-e boards
1465                                                  1439 
1466 This module supports multiple cards.             1440 This module supports multiple cards.
1467                                                  1441 
1468 Module snd-lx6464es                              1442 Module snd-lx6464es
1469 -------------------                              1443 -------------------
1470                                                  1444 
1471 Module for Digigram LX6464ES boards              1445 Module for Digigram LX6464ES boards
1472                                                  1446 
1473 This module supports multiple cards.             1447 This module supports multiple cards.
1474                                                  1448 
1475 Module snd-maestro3                              1449 Module snd-maestro3
1476 -------------------                              1450 -------------------
1477                                                  1451 
1478 Module for Allegro/Maestro3 chips                1452 Module for Allegro/Maestro3 chips
1479                                                  1453 
1480 external_amp                                     1454 external_amp
1481     enable external amp (enabled by default)     1455     enable external amp (enabled by default)
1482 amp_gpio                                         1456 amp_gpio
1483     GPIO pin number for external amp (0-15) o    1457     GPIO pin number for external amp (0-15) or -1 for default pin (8
1484     for allegro, 1 for others)                   1458     for allegro, 1 for others) 
1485                                                  1459 
1486 This module supports autoprobe and multiple c    1460 This module supports autoprobe and multiple chips.
1487                                                  1461 
1488 Note: the binding of amplifier is dependent o    1462 Note: the binding of amplifier is dependent on hardware.
1489 If there is no sound even though all channels    1463 If there is no sound even though all channels are unmuted, try to
1490 specify other gpio connection via amp_gpio op    1464 specify other gpio connection via amp_gpio option. 
1491 For example, a Panasonic notebook might need     1465 For example, a Panasonic notebook might need ``amp_gpio=0x0d``
1492 option.                                          1466 option.
1493                                                  1467 
1494 The power-management is supported.               1468 The power-management is supported.
1495                                                  1469 
1496 Module snd-mia                                   1470 Module snd-mia
1497 ---------------                                  1471 ---------------
1498                                                  1472 
1499 Module for Echoaudio Mia                         1473 Module for Echoaudio Mia
1500                                                  1474 
1501 This module supports multiple cards.             1475 This module supports multiple cards.
1502 The driver requires the firmware loader suppo    1476 The driver requires the firmware loader support on kernel.
1503                                                  1477 
1504 Module snd-miro                                  1478 Module snd-miro
1505 ---------------                                  1479 ---------------
1506                                                  1480 
1507 Module for Miro soundcards: miroSOUND PCM 1 p    1481 Module for Miro soundcards: miroSOUND PCM 1 pro, miroSOUND PCM 12,
1508 miroSOUND PCM 20 Radio.                          1482 miroSOUND PCM 20 Radio.
1509                                                  1483 
1510 port                                             1484 port
1511     Port # (0x530,0x604,0xe80,0xf40)             1485     Port # (0x530,0x604,0xe80,0xf40)
1512 irq                                              1486 irq
1513     IRQ # (5,7,9,10,11)                          1487     IRQ # (5,7,9,10,11)
1514 dma1                                             1488 dma1
1515     1st dma # (0,1,3)                            1489     1st dma # (0,1,3)
1516 dma2                                             1490 dma2
1517     2nd dma # (0,1)                              1491     2nd dma # (0,1)
1518 mpu_port                                         1492 mpu_port
1519     MPU-401 port # (0x300,0x310,0x320,0x330)     1493     MPU-401 port # (0x300,0x310,0x320,0x330)
1520 mpu_irq                                          1494 mpu_irq
1521     MPU-401 irq # (5,7,9,10)                     1495     MPU-401 irq # (5,7,9,10)
1522 fm_port                                          1496 fm_port
1523     FM Port # (0x388)                            1497     FM Port # (0x388)
1524 wss                                              1498 wss
1525     enable WSS mode                              1499     enable WSS mode
1526 ide                                              1500 ide
1527     enable onboard ide support                   1501     enable onboard ide support
1528                                                  1502 
1529 Module snd-mixart                                1503 Module snd-mixart
1530 -----------------                                1504 -----------------
1531                                                  1505 
1532 Module for Digigram miXart8 sound cards.         1506 Module for Digigram miXart8 sound cards.
1533                                                  1507 
1534 This module supports multiple cards.             1508 This module supports multiple cards.
1535 Note: One miXart8 board will be represented a    1509 Note: One miXart8 board will be represented as 4 alsa cards.
1536 See Documentation/sound/cards/mixart.rst for     1510 See Documentation/sound/cards/mixart.rst for details.
1537                                                  1511 
1538 When the driver is compiled as a module and t    1512 When the driver is compiled as a module and the hotplug firmware
1539 is supported, the firmware data is loaded via    1513 is supported, the firmware data is loaded via hotplug automatically.
1540 Install the necessary firmware files in alsa-    1514 Install the necessary firmware files in alsa-firmware package.
1541 When no hotplug fw loader is available, you n    1515 When no hotplug fw loader is available, you need to load the
1542 firmware via mixartloader utility in alsa-too    1516 firmware via mixartloader utility in alsa-tools package.
1543                                                  1517 
1544 Module snd-mona                                  1518 Module snd-mona
1545 ---------------                                  1519 ---------------
1546                                                  1520 
1547 Module for Echoaudio Mona                        1521 Module for Echoaudio Mona
1548                                                  1522 
1549 This module supports multiple cards.             1523 This module supports multiple cards.
1550 The driver requires the firmware loader suppo    1524 The driver requires the firmware loader support on kernel.
1551                                                  1525 
1552 Module snd-mpu401                                1526 Module snd-mpu401
1553 -----------------                                1527 -----------------
1554                                                  1528 
1555 Module for MPU-401 UART devices.                 1529 Module for MPU-401 UART devices.
1556                                                  1530 
1557 port                                             1531 port
1558     port number or -1 (disable)                  1532     port number or -1 (disable)
1559 irq                                              1533 irq
1560     IRQ number or -1 (disable)                   1534     IRQ number or -1 (disable)
1561 pnp                                              1535 pnp
1562     PnP detection - 0 = disable, 1 = enable (    1536     PnP detection - 0 = disable, 1 = enable (default)
1563                                                  1537 
1564 This module supports multiple devices and PnP    1538 This module supports multiple devices and PnP.
1565                                                  1539 
1566 Module snd-msnd-classic                          1540 Module snd-msnd-classic
1567 -----------------------                          1541 -----------------------
1568                                                  1542 
1569 Module for Turtle Beach MultiSound Classic, T    1543 Module for Turtle Beach MultiSound Classic, Tahiti or Monterey
1570 soundcards.                                      1544 soundcards.
1571                                                  1545 
1572 io                                               1546 io
1573     Port # for msnd-classic card                 1547     Port # for msnd-classic card
1574 irq                                              1548 irq
1575     IRQ # for msnd-classic card                  1549     IRQ # for msnd-classic card
1576 mem                                              1550 mem
1577     Memory address (0xb0000, 0xc8000, 0xd0000    1551     Memory address (0xb0000, 0xc8000, 0xd0000, 0xd8000, 0xe0000 or 0xe8000)
1578 write_ndelay                                     1552 write_ndelay
1579     enable write ndelay (default = 1)            1553     enable write ndelay (default = 1)
1580 calibrate_signal                                 1554 calibrate_signal
1581     calibrate signal (default = 0)               1555     calibrate signal (default = 0)
1582 isapnp                                           1556 isapnp
1583     ISA PnP detection - 0 = disable, 1 = enab    1557     ISA PnP detection - 0 = disable, 1 = enable (default)
1584 digital                                          1558 digital
1585     Digital daughterboard present (default =     1559     Digital daughterboard present (default = 0)
1586 cfg                                              1560 cfg
1587     Config port (0x250, 0x260 or 0x270) defau    1561     Config port (0x250, 0x260 or 0x270) default = PnP
1588 reset                                            1562 reset
1589     Reset all devices                            1563     Reset all devices
1590 mpu_io                                           1564 mpu_io
1591     MPU401 I/O port                              1565     MPU401 I/O port
1592 mpu_irq                                          1566 mpu_irq
1593     MPU401 irq#                                  1567     MPU401 irq#
1594 ide_io0                                          1568 ide_io0
1595     IDE port #0                                  1569     IDE port #0
1596 ide_io1                                          1570 ide_io1
1597     IDE port #1                                  1571     IDE port #1
1598 ide_irq                                          1572 ide_irq
1599     IDE irq#                                     1573     IDE irq#
1600 joystick_io                                      1574 joystick_io
1601     Joystick I/O port                            1575     Joystick I/O port
1602                                                  1576 
1603 The driver requires firmware files ``turtlebe    1577 The driver requires firmware files ``turtlebeach/msndinit.bin`` and
1604 ``turtlebeach/msndperm.bin`` in the proper fi    1578 ``turtlebeach/msndperm.bin`` in the proper firmware directory.
1605                                                  1579 
1606 See Documentation/sound/cards/multisound.sh f    1580 See Documentation/sound/cards/multisound.sh for important information
1607 about this driver.  Note that it has been dis    1581 about this driver.  Note that it has been discontinued, but the 
1608 Voyetra Turtle Beach knowledge base entry for    1582 Voyetra Turtle Beach knowledge base entry for it is still available
1609 at                                               1583 at
1610 https://www.turtlebeach.com                      1584 https://www.turtlebeach.com
1611                                                  1585 
1612 Module snd-msnd-pinnacle                         1586 Module snd-msnd-pinnacle
1613 ------------------------                         1587 ------------------------
1614                                                  1588 
1615 Module for Turtle Beach MultiSound Pinnacle/F    1589 Module for Turtle Beach MultiSound Pinnacle/Fiji soundcards.
1616                                                  1590 
1617 io                                               1591 io
1618     Port # for pinnacle/fiji card                1592     Port # for pinnacle/fiji card
1619 irq                                              1593 irq
1620     IRQ # for pinnalce/fiji card                 1594     IRQ # for pinnalce/fiji card
1621 mem                                              1595 mem
1622     Memory address (0xb0000, 0xc8000, 0xd0000    1596     Memory address (0xb0000, 0xc8000, 0xd0000, 0xd8000, 0xe0000 or 0xe8000)
1623 write_ndelay                                     1597 write_ndelay
1624     enable write ndelay (default = 1)            1598     enable write ndelay (default = 1)
1625 calibrate_signal                                 1599 calibrate_signal
1626     calibrate signal (default = 0)               1600     calibrate signal (default = 0)
1627 isapnp                                           1601 isapnp
1628     ISA PnP detection - 0 = disable, 1 = enab    1602     ISA PnP detection - 0 = disable, 1 = enable (default)
1629                                                  1603 
1630 The driver requires firmware files ``turtlebe    1604 The driver requires firmware files ``turtlebeach/pndspini.bin`` and
1631 ``turtlebeach/pndsperm.bin`` in the proper fi    1605 ``turtlebeach/pndsperm.bin`` in the proper firmware directory.
1632                                                  1606 
1633 Module snd-mtpav                                 1607 Module snd-mtpav
1634 ----------------                                 1608 ----------------
1635                                                  1609 
1636 Module for MOTU MidiTimePiece AV multiport MI    1610 Module for MOTU MidiTimePiece AV multiport MIDI (on the parallel
1637 port).                                           1611 port).
1638                                                  1612 
1639 port                                             1613 port
1640     I/O port # for MTPAV (0x378,0x278, defaul    1614     I/O port # for MTPAV (0x378,0x278, default=0x378)
1641 irq                                              1615 irq
1642     IRQ # for MTPAV (7,5, default=7)             1616     IRQ # for MTPAV (7,5, default=7)
1643 hwports                                          1617 hwports
1644     number of supported hardware ports, defau    1618     number of supported hardware ports, default=8.
1645                                                  1619 
1646 Module supports only 1 card.  This module has    1620 Module supports only 1 card.  This module has no enable option.
1647                                                  1621 
1648 Module snd-mts64                                 1622 Module snd-mts64
1649 ----------------                                 1623 ----------------
1650                                                  1624 
1651 Module for Ego Systems (ESI) Miditerminal 414    1625 Module for Ego Systems (ESI) Miditerminal 4140
1652                                                  1626 
1653 This module supports multiple devices.           1627 This module supports multiple devices.
1654 Requires parport (``CONFIG_PARPORT``).           1628 Requires parport (``CONFIG_PARPORT``).
1655                                                  1629 
1656 Module snd-nm256                                 1630 Module snd-nm256
1657 ----------------                                 1631 ----------------
1658                                                  1632 
1659 Module for NeoMagic NM256AV/ZX chips             1633 Module for NeoMagic NM256AV/ZX chips
1660                                                  1634 
1661 playback_bufsize                                 1635 playback_bufsize
1662     max playback frame size in kB (4-128kB)      1636     max playback frame size in kB (4-128kB)
1663 capture_bufsize                                  1637 capture_bufsize
1664     max capture frame size in kB (4-128kB)       1638     max capture frame size in kB (4-128kB)
1665 force_ac97                                       1639 force_ac97
1666     0 or 1 (disabled by default)                 1640     0 or 1 (disabled by default)
1667 buffer_top                                       1641 buffer_top
1668     specify buffer top address                   1642     specify buffer top address
1669 use_cache                                        1643 use_cache
1670     0 or 1 (disabled by default)                 1644     0 or 1 (disabled by default)
1671 vaio_hack                                        1645 vaio_hack
1672     alias buffer_top=0x25a800                    1646     alias buffer_top=0x25a800
1673 reset_workaround                                 1647 reset_workaround
1674     enable AC97 RESET workaround for some lap    1648     enable AC97 RESET workaround for some laptops
1675 reset_workaround2                                1649 reset_workaround2
1676     enable extended AC97 RESET workaround for    1650     enable extended AC97 RESET workaround for some other laptops
1677                                                  1651 
1678 This module supports one chip and autoprobe.     1652 This module supports one chip and autoprobe.
1679                                                  1653 
1680 The power-management is supported.               1654 The power-management is supported.
1681                                                  1655 
1682 Note: on some notebooks the buffer address ca    1656 Note: on some notebooks the buffer address cannot be detected
1683 automatically, or causes hang-up during initi    1657 automatically, or causes hang-up during initialization.
1684 In such a case, specify the buffer top addres    1658 In such a case, specify the buffer top address explicitly via
1685 the buffer_top option.                           1659 the buffer_top option.
1686 For example,                                     1660 For example,
1687 Sony F250: buffer_top=0x25a800                   1661 Sony F250: buffer_top=0x25a800
1688 Sony F270: buffer_top=0x272800                   1662 Sony F270: buffer_top=0x272800
1689 The driver supports only ac97 codec.  It's po    1663 The driver supports only ac97 codec.  It's possible to force
1690 to initialize/use ac97 although it's not dete    1664 to initialize/use ac97 although it's not detected.  In such a
1691 case, use ``force_ac97=1`` option - but *NO*     1665 case, use ``force_ac97=1`` option - but *NO* guarantee whether it
1692 works!                                           1666 works!
1693                                                  1667 
1694 Note: The NM256 chip can be linked internally    1668 Note: The NM256 chip can be linked internally with non-AC97
1695 codecs.  This driver supports only the AC97 c    1669 codecs.  This driver supports only the AC97 codec, and won't work
1696 with machines with other (most likely CS423x     1670 with machines with other (most likely CS423x or OPL3SAx) chips,
1697 even though the device is detected in lspci.     1671 even though the device is detected in lspci.  In such a case, try
1698 other drivers, e.g. snd-cs4232 or snd-opl3sa2    1672 other drivers, e.g. snd-cs4232 or snd-opl3sa2.  Some has ISA-PnP
1699 but some doesn't have ISA PnP.  You'll need t    1673 but some doesn't have ISA PnP.  You'll need to specify ``isapnp=0``
1700 and proper hardware parameters in the case wi    1674 and proper hardware parameters in the case without ISA PnP.
1701                                                  1675 
1702 Note: some laptops need a workaround for AC97    1676 Note: some laptops need a workaround for AC97 RESET.  For the
1703 known hardware like Dell Latitude LS and Sony    1677 known hardware like Dell Latitude LS and Sony PCG-F305, this
1704 workaround is enabled automatically.  For oth    1678 workaround is enabled automatically.  For other laptops with a
1705 hard freeze, you can try ``reset_workaround=1    1679 hard freeze, you can try ``reset_workaround=1`` option.
1706                                                  1680 
1707 Note: Dell Latitude CSx laptops have another     1681 Note: Dell Latitude CSx laptops have another problem regarding
1708 AC97 RESET.  On these laptops, reset_workarou    1682 AC97 RESET.  On these laptops, reset_workaround2 option is
1709 turned on as default.  This option is worth t    1683 turned on as default.  This option is worth to try if the
1710 previous reset_workaround option doesn't help    1684 previous reset_workaround option doesn't help.
1711                                                  1685 
1712 Note: This driver is really crappy.  It's a p    1686 Note: This driver is really crappy.  It's a porting from the
1713 OSS driver, which is a result of black-magic     1687 OSS driver, which is a result of black-magic reverse engineering.
1714 The detection of codec will fail if the drive    1688 The detection of codec will fail if the driver is loaded *after*
1715 X-server as described above.  You might be ab    1689 X-server as described above.  You might be able to force to load
1716 the module, but it may result in hang-up.   H    1690 the module, but it may result in hang-up.   Hence, make sure that
1717 you load this module *before* X if you encoun    1691 you load this module *before* X if you encounter this kind of
1718 problem.                                         1692 problem.
1719                                                  1693 
1720 Module snd-opl3sa2                               1694 Module snd-opl3sa2
1721 ------------------                               1695 ------------------
1722                                                  1696 
1723 Module for Yamaha OPL3-SA2/SA3 sound cards.      1697 Module for Yamaha OPL3-SA2/SA3 sound cards.
1724                                                  1698 
1725 isapnp                                           1699 isapnp
1726     ISA PnP detection - 0 = disable, 1 = enab    1700     ISA PnP detection - 0 = disable, 1 = enable (default)
1727                                                  1701 
1728 with ``isapnp=0``, the following options are     1702 with ``isapnp=0``, the following options are available:
1729                                                  1703 
1730 port                                             1704 port
1731     control port # for OPL3-SA chip (0x370)      1705     control port # for OPL3-SA chip (0x370)
1732 sb_port                                          1706 sb_port
1733     SB port # for OPL3-SA chip (0x220,0x240)     1707     SB port # for OPL3-SA chip (0x220,0x240)
1734 wss_port                                         1708 wss_port
1735     WSS port # for OPL3-SA chip (0x530,0xe80,    1709     WSS port # for OPL3-SA chip (0x530,0xe80,0xf40,0x604)
1736 midi_port                                        1710 midi_port
1737     port # for MPU-401 UART (0x300,0x330), -1    1711     port # for MPU-401 UART (0x300,0x330), -1 = disable
1738 fm_port                                          1712 fm_port
1739     FM port # for OPL3-SA chip (0x388), -1 =     1713     FM port # for OPL3-SA chip (0x388), -1 = disable
1740 irq                                              1714 irq
1741     IRQ # for OPL3-SA chip (5,7,9,10)            1715     IRQ # for OPL3-SA chip (5,7,9,10)
1742 dma1                                             1716 dma1
1743     first DMA # for Yamaha OPL3-SA chip (0,1,    1717     first DMA # for Yamaha OPL3-SA chip (0,1,3)
1744 dma2                                             1718 dma2
1745     second DMA # for Yamaha OPL3-SA chip (0,1    1719     second DMA # for Yamaha OPL3-SA chip (0,1,3), -1 = disable
1746                                                  1720 
1747 This module supports multiple cards and ISA P    1721 This module supports multiple cards and ISA PnP.  It does not support
1748 autoprobe (if ISA PnP is not used) thus all p    1722 autoprobe (if ISA PnP is not used) thus all ports must be specified!!!
1749                                                  1723 
1750 The power-management is supported.               1724 The power-management is supported.
1751                                                  1725 
1752 Module snd-opti92x-ad1848                        1726 Module snd-opti92x-ad1848
1753 -------------------------                        1727 -------------------------
1754                                                  1728 
1755 Module for sound cards based on OPTi 82c92x a    1729 Module for sound cards based on OPTi 82c92x and Analog Devices AD1848 chips.
1756 Module works with OAK Mozart cards as well.      1730 Module works with OAK Mozart cards as well.
1757                                                  1731 
1758 isapnp                                           1732 isapnp
1759     ISA PnP detection - 0 = disable, 1 = enab    1733     ISA PnP detection - 0 = disable, 1 = enable (default)
1760                                                  1734 
1761 with ``isapnp=0``, the following options are     1735 with ``isapnp=0``, the following options are available:
1762                                                  1736 
1763 port                                             1737 port
1764     port # for WSS chip (0x530,0xe80,0xf40,0x    1738     port # for WSS chip (0x530,0xe80,0xf40,0x604)
1765 mpu_port                                         1739 mpu_port
1766     port # for MPU-401 UART (0x300,0x310,0x32    1740     port # for MPU-401 UART (0x300,0x310,0x320,0x330)
1767 fm_port                                          1741 fm_port
1768     port # for OPL3 device (0x388)               1742     port # for OPL3 device (0x388)
1769 irq                                              1743 irq
1770     IRQ # for WSS chip (5,7,9,10,11)             1744     IRQ # for WSS chip (5,7,9,10,11)
1771 mpu_irq                                          1745 mpu_irq
1772     IRQ # for MPU-401 UART (5,7,9,10)            1746     IRQ # for MPU-401 UART (5,7,9,10)
1773 dma1                                             1747 dma1
1774     first DMA # for WSS chip (0,1,3)             1748     first DMA # for WSS chip (0,1,3)
1775                                                  1749 
1776 This module supports only one card, autoprobe    1750 This module supports only one card, autoprobe and PnP.
1777                                                  1751 
1778 Module snd-opti92x-cs4231                        1752 Module snd-opti92x-cs4231
1779 -------------------------                        1753 -------------------------
1780                                                  1754 
1781 Module for sound cards based on OPTi 82c92x a    1755 Module for sound cards based on OPTi 82c92x and Crystal CS4231 chips.
1782                                                  1756 
1783 isapnp                                           1757 isapnp
1784     ISA PnP detection - 0 = disable, 1 = enab    1758     ISA PnP detection - 0 = disable, 1 = enable (default)
1785                                                  1759 
1786 with ``isapnp=0``, the following options are     1760 with ``isapnp=0``, the following options are available:
1787                                                  1761 
1788 port                                             1762 port
1789     port # for WSS chip (0x530,0xe80,0xf40,0x    1763     port # for WSS chip (0x530,0xe80,0xf40,0x604)
1790 mpu_port                                         1764 mpu_port
1791     port # for MPU-401 UART (0x300,0x310,0x32    1765     port # for MPU-401 UART (0x300,0x310,0x320,0x330)
1792 fm_port                                          1766 fm_port
1793     port # for OPL3 device (0x388)               1767     port # for OPL3 device (0x388)
1794 irq                                              1768 irq
1795     IRQ # for WSS chip (5,7,9,10,11)             1769     IRQ # for WSS chip (5,7,9,10,11)
1796 mpu_irq                                          1770 mpu_irq
1797     IRQ # for MPU-401 UART (5,7,9,10)            1771     IRQ # for MPU-401 UART (5,7,9,10)
1798 dma1                                             1772 dma1
1799     first DMA # for WSS chip (0,1,3)             1773     first DMA # for WSS chip (0,1,3)
1800 dma2                                             1774 dma2
1801     second DMA # for WSS chip (0,1,3)            1775     second DMA # for WSS chip (0,1,3)
1802                                                  1776 
1803 This module supports only one card, autoprobe    1777 This module supports only one card, autoprobe and PnP.
1804                                                  1778 
1805 Module snd-opti93x                               1779 Module snd-opti93x
1806 ------------------                               1780 ------------------
1807                                                  1781 
1808 Module for sound cards based on OPTi 82c93x c    1782 Module for sound cards based on OPTi 82c93x chips.
1809                                                  1783 
1810 isapnp                                           1784 isapnp
1811     ISA PnP detection - 0 = disable, 1 = enab    1785     ISA PnP detection - 0 = disable, 1 = enable (default)
1812                                                  1786 
1813 with ``isapnp=0``, the following options are     1787 with ``isapnp=0``, the following options are available:
1814                                                  1788 
1815 port                                             1789 port
1816     port # for WSS chip (0x530,0xe80,0xf40,0x    1790     port # for WSS chip (0x530,0xe80,0xf40,0x604)
1817 mpu_port                                         1791 mpu_port
1818     port # for MPU-401 UART (0x300,0x310,0x32    1792     port # for MPU-401 UART (0x300,0x310,0x320,0x330)
1819 fm_port                                          1793 fm_port
1820     port # for OPL3 device (0x388)               1794     port # for OPL3 device (0x388)
1821 irq                                              1795 irq
1822     IRQ # for WSS chip (5,7,9,10,11)             1796     IRQ # for WSS chip (5,7,9,10,11)
1823 mpu_irq                                          1797 mpu_irq
1824     IRQ # for MPU-401 UART (5,7,9,10)            1798     IRQ # for MPU-401 UART (5,7,9,10)
1825 dma1                                             1799 dma1
1826     first DMA # for WSS chip (0,1,3)             1800     first DMA # for WSS chip (0,1,3)
1827 dma2                                             1801 dma2
1828     second DMA # for WSS chip (0,1,3)            1802     second DMA # for WSS chip (0,1,3)
1829                                                  1803 
1830 This module supports only one card, autoprobe    1804 This module supports only one card, autoprobe and PnP.
1831                                                  1805 
1832 Module snd-oxygen                                1806 Module snd-oxygen
1833 -----------------                                1807 -----------------
1834                                                  1808 
1835 Module for sound cards based on the C-Media C    1809 Module for sound cards based on the C-Media CMI8786/8787/8788 chip:
1836                                                  1810 
1837 * Asound A-8788                                  1811 * Asound A-8788
1838 * Asus Xonar DG/DGX                              1812 * Asus Xonar DG/DGX
1839 * AuzenTech X-Meridian                           1813 * AuzenTech X-Meridian
1840 * AuzenTech X-Meridian 2G                        1814 * AuzenTech X-Meridian 2G
1841 * Bgears b-Enspirer                              1815 * Bgears b-Enspirer
1842 * Club3D Theatron DTS                            1816 * Club3D Theatron DTS
1843 * HT-Omega Claro (plus)                          1817 * HT-Omega Claro (plus)
1844 * HT-Omega Claro halo (XT)                       1818 * HT-Omega Claro halo (XT)
1845 * Kuroutoshikou CMI8787-HG2PCI                   1819 * Kuroutoshikou CMI8787-HG2PCI
1846 * Razer Barracuda AC-1                           1820 * Razer Barracuda AC-1
1847 * Sondigo Inferno                                1821 * Sondigo Inferno
1848 * TempoTec HiFier Fantasia                       1822 * TempoTec HiFier Fantasia
1849 * TempoTec HiFier Serenade                       1823 * TempoTec HiFier Serenade
1850                                                  1824     
1851 This module supports autoprobe and multiple c    1825 This module supports autoprobe and multiple cards.
1852                                                  1826   
1853 Module snd-pcsp                                  1827 Module snd-pcsp
1854 ---------------                                  1828 ---------------
1855                                                  1829 
1856 Module for internal PC-Speaker.                  1830 Module for internal PC-Speaker.
1857                                                  1831 
1858 nopcm                                            1832 nopcm
1859     Disable PC-Speaker PCM sound. Only beeps     1833     Disable PC-Speaker PCM sound. Only beeps remain.
1860 nforce_wa                                        1834 nforce_wa
1861     enable NForce chipset workaround. Expect     1835     enable NForce chipset workaround. Expect bad sound.
1862                                                  1836 
1863 This module supports system beeps, some kind     1837 This module supports system beeps, some kind of PCM playback and
1864 even a few mixer controls.                       1838 even a few mixer controls.
1865                                                  1839 
1866 Module snd-pcxhr                                 1840 Module snd-pcxhr
1867 ----------------                                 1841 ----------------
1868                                                  1842 
1869 Module for Digigram PCXHR boards                 1843 Module for Digigram PCXHR boards
1870                                                  1844 
1871 This module supports multiple cards.             1845 This module supports multiple cards.
1872                                                  1846 
1873 Module snd-portman2x4                            1847 Module snd-portman2x4
1874 ---------------------                            1848 ---------------------
1875                                                  1849 
1876 Module for Midiman Portman 2x4 parallel port     1850 Module for Midiman Portman 2x4 parallel port MIDI interface
1877                                                  1851 
1878 This module supports multiple cards.             1852 This module supports multiple cards.
1879                                                  1853 
1880 Module snd-powermac (on ppc only)                1854 Module snd-powermac (on ppc only)
1881 ---------------------------------                1855 ---------------------------------
1882                                                  1856 
1883 Module for PowerMac, iMac and iBook on-board     1857 Module for PowerMac, iMac and iBook on-board soundchips
1884                                                  1858 
1885 enable_beep                                      1859 enable_beep
1886     enable beep using PCM (enabled as default    1860     enable beep using PCM (enabled as default)
1887                                                  1861 
1888 Module supports autoprobe a chip.                1862 Module supports autoprobe a chip.
1889                                                  1863 
1890 Note: the driver may have problems regarding     1864 Note: the driver may have problems regarding endianness.
1891                                                  1865 
1892 The power-management is supported.               1866 The power-management is supported.
1893                                                  1867 
1894 Module snd-pxa2xx-ac97 (on arm only)             1868 Module snd-pxa2xx-ac97 (on arm only)
1895 ------------------------------------             1869 ------------------------------------
1896                                                  1870 
1897 Module for AC97 driver for the Intel PXA2xx c    1871 Module for AC97 driver for the Intel PXA2xx chip
1898                                                  1872 
1899 For ARM architecture only.                       1873 For ARM architecture only.
1900                                                  1874 
1901 The power-management is supported.               1875 The power-management is supported.
1902                                                  1876 
1903 Module snd-riptide                               1877 Module snd-riptide
1904 ------------------                               1878 ------------------
1905                                                  1879 
1906 Module for Conexant Riptide chip                 1880 Module for Conexant Riptide chip
1907                                                  1881 
1908 joystick_port                                    1882 joystick_port
1909     Joystick port # (default: 0x200)             1883     Joystick port # (default: 0x200)
1910 mpu_port                                         1884 mpu_port
1911     MPU401 port # (default: 0x330)               1885     MPU401 port # (default: 0x330)
1912 opl3_port                                        1886 opl3_port
1913     OPL3 port # (default: 0x388)                 1887     OPL3 port # (default: 0x388)
1914                                                  1888 
1915 This module supports multiple cards.             1889 This module supports multiple cards.
1916 The driver requires the firmware loader suppo    1890 The driver requires the firmware loader support on kernel.
1917 You need to install the firmware file ``ripti    1891 You need to install the firmware file ``riptide.hex`` to the standard
1918 firmware path (e.g. /lib/firmware).              1892 firmware path (e.g. /lib/firmware).
1919                                                  1893 
1920 Module snd-rme32                                 1894 Module snd-rme32
1921 ----------------                                 1895 ----------------
1922                                                  1896 
1923 Module for RME Digi32, Digi32 Pro and Digi32/    1897 Module for RME Digi32, Digi32 Pro and Digi32/8 (Sek'd Prodif32, 
1924 Prodif96 and Prodif Gold) sound cards.           1898 Prodif96 and Prodif Gold) sound cards.
1925                                                  1899 
1926 This module supports multiple cards.             1900 This module supports multiple cards.
1927                                                  1901 
1928 Module snd-rme96                                 1902 Module snd-rme96
1929 ----------------                                 1903 ----------------
1930                                                  1904 
1931 Module for RME Digi96, Digi96/8 and Digi96/8     1905 Module for RME Digi96, Digi96/8 and Digi96/8 PRO/PAD/PST sound cards.
1932                                                  1906 
1933 This module supports multiple cards.             1907 This module supports multiple cards.
1934                                                  1908 
1935 Module snd-rme9652                               1909 Module snd-rme9652
1936 ------------------                               1910 ------------------
1937                                                  1911 
1938 Module for RME Digi9652 (Hammerfall, Hammerfa    1912 Module for RME Digi9652 (Hammerfall, Hammerfall-Light) sound cards.
1939                                                  1913 
1940 precise_ptr                                      1914 precise_ptr
1941     Enable precise pointer (doesn't work reli    1915     Enable precise pointer (doesn't work reliably). (default = 0)
1942                                                  1916 
1943 This module supports multiple cards.             1917 This module supports multiple cards.
1944                                                  1918 
1945 Note: snd-page-alloc module does the job whic    1919 Note: snd-page-alloc module does the job which snd-hammerfall-mem
1946 module did formerly.  It will allocate the bu    1920 module did formerly.  It will allocate the buffers in advance
1947 when any RME9652 cards are found.  To make th    1921 when any RME9652 cards are found.  To make the buffer
1948 allocation sure, load snd-page-alloc module i    1922 allocation sure, load snd-page-alloc module in the early
1949 stage of boot sequence.  See `Early Buffer Al    1923 stage of boot sequence.  See `Early Buffer Allocation`_
1950 section.                                         1924 section.
1951                                                  1925 
1952 Module snd-sa11xx-uda1341 (on arm only)          1926 Module snd-sa11xx-uda1341 (on arm only)
1953 ---------------------------------------          1927 ---------------------------------------
1954                                                  1928 
1955 Module for Philips UDA1341TS on Compaq iPAQ H    1929 Module for Philips UDA1341TS on Compaq iPAQ H3600 sound card.
1956                                                  1930 
1957 Module supports only one card.                   1931 Module supports only one card.
1958 Module has no enable and index options.          1932 Module has no enable and index options.
1959                                                  1933 
1960 The power-management is supported.               1934 The power-management is supported.
1961                                                  1935 
1962 Module snd-sb8                                   1936 Module snd-sb8
1963 --------------                                   1937 --------------
1964                                                  1938 
1965 Module for 8-bit SoundBlaster cards: SoundBla    1939 Module for 8-bit SoundBlaster cards: SoundBlaster 1.0, SoundBlaster 2.0,
1966 SoundBlaster Pro                                 1940 SoundBlaster Pro
1967                                                  1941 
1968 port                                             1942 port
1969     port # for SB DSP chip (0x220,0x240,0x260    1943     port # for SB DSP chip (0x220,0x240,0x260)
1970 irq                                              1944 irq
1971     IRQ # for SB DSP chip (5,7,9,10)             1945     IRQ # for SB DSP chip (5,7,9,10)
1972 dma8                                             1946 dma8
1973     DMA # for SB DSP chip (1,3)                  1947     DMA # for SB DSP chip (1,3)
1974                                                  1948 
1975 This module supports multiple cards and autop    1949 This module supports multiple cards and autoprobe.
1976                                                  1950 
1977 The power-management is supported.               1951 The power-management is supported.
1978                                                  1952 
1979 Module snd-sb16 and snd-sbawe                    1953 Module snd-sb16 and snd-sbawe
1980 -----------------------------                    1954 -----------------------------
1981                                                  1955 
1982 Module for 16-bit SoundBlaster cards: SoundBl    1956 Module for 16-bit SoundBlaster cards: SoundBlaster 16 (PnP),
1983 SoundBlaster AWE 32 (PnP), SoundBlaster AWE 6    1957 SoundBlaster AWE 32 (PnP), SoundBlaster AWE 64 PnP
1984                                                  1958 
1985 mic_agc                                          1959 mic_agc
1986     Mic Auto-Gain-Control - 0 = disable, 1 =     1960     Mic Auto-Gain-Control - 0 = disable, 1 = enable (default)
1987 csp                                              1961 csp
1988     ASP/CSP chip support - 0 = disable (defau    1962     ASP/CSP chip support - 0 = disable (default), 1 = enable
1989 isapnp                                           1963 isapnp
1990     ISA PnP detection - 0 = disable, 1 = enab    1964     ISA PnP detection - 0 = disable, 1 = enable (default)
1991                                                  1965 
1992 with isapnp=0, the following options are avai    1966 with isapnp=0, the following options are available:
1993                                                  1967 
1994 port                                             1968 port
1995     port # for SB DSP 4.x chip (0x220,0x240,0    1969     port # for SB DSP 4.x chip (0x220,0x240,0x260)
1996 mpu_port                                         1970 mpu_port
1997     port # for MPU-401 UART (0x300,0x330), -1    1971     port # for MPU-401 UART (0x300,0x330), -1 = disable
1998 awe_port                                         1972 awe_port
1999     base port # for EMU8000 synthesizer (0x62    1973     base port # for EMU8000 synthesizer (0x620,0x640,0x660) (snd-sbawe
2000     module only)                                 1974     module only)
2001 irq                                              1975 irq
2002     IRQ # for SB DSP 4.x chip (5,7,9,10)         1976     IRQ # for SB DSP 4.x chip (5,7,9,10)
2003 dma8                                             1977 dma8
2004     8-bit DMA # for SB DSP 4.x chip (0,1,3)      1978     8-bit DMA # for SB DSP 4.x chip (0,1,3)
2005 dma16                                            1979 dma16
2006     16-bit DMA # for SB DSP 4.x chip (5,6,7)     1980     16-bit DMA # for SB DSP 4.x chip (5,6,7)
2007                                                  1981 
2008 This module supports multiple cards, autoprob    1982 This module supports multiple cards, autoprobe and ISA PnP.
2009                                                  1983 
2010 Note: To use Vibra16X cards in 16-bit half du    1984 Note: To use Vibra16X cards in 16-bit half duplex mode, you must
2011 disable 16bit DMA with dma16 = -1 module para    1985 disable 16bit DMA with dma16 = -1 module parameter.
2012 Also, all Sound Blaster 16 type cards can ope    1986 Also, all Sound Blaster 16 type cards can operate in 16-bit
2013 half duplex mode through 8-bit DMA channel by    1987 half duplex mode through 8-bit DMA channel by disabling their
2014 16-bit DMA channel.                              1988 16-bit DMA channel.
2015                                                  1989 
2016 The power-management is supported.               1990 The power-management is supported.
2017                                                  1991 
2018 Module snd-sc6000                                1992 Module snd-sc6000
2019 -----------------                                1993 -----------------
2020                                                  1994 
2021 Module for Gallant SC-6000 soundcard and late    1995 Module for Gallant SC-6000 soundcard and later models: SC-6600 and
2022 SC-7000.                                         1996 SC-7000.
2023                                                  1997 
2024 port                                             1998 port
2025     Port # (0x220 or 0x240)                      1999     Port # (0x220 or 0x240)
2026 mss_port                                         2000 mss_port
2027     MSS Port # (0x530 or 0xe80)                  2001     MSS Port # (0x530 or 0xe80)
2028 irq                                              2002 irq
2029     IRQ # (5,7,9,10,11)                          2003     IRQ # (5,7,9,10,11)
2030 mpu_irq                                          2004 mpu_irq
2031     MPU-401 IRQ # (5,7,9,10) ,0 - no MPU-401     2005     MPU-401 IRQ # (5,7,9,10) ,0 - no MPU-401 irq
2032 dma                                              2006 dma
2033     DMA # (1,3,0)                                2007     DMA # (1,3,0)
2034 joystick                                         2008 joystick
2035     Enable gameport - 0 = disable (default),     2009     Enable gameport - 0 = disable (default), 1 = enable
2036                                                  2010 
2037 This module supports multiple cards.             2011 This module supports multiple cards.
2038                                                  2012 
2039 This card is also known as Audio Excel DSP 16    2013 This card is also known as Audio Excel DSP 16 or Zoltrix AV302.
2040                                                  2014 
2041 Module snd-sscape                                2015 Module snd-sscape
2042 -----------------                                2016 -----------------
2043                                                  2017 
2044 Module for ENSONIQ SoundScape cards.             2018 Module for ENSONIQ SoundScape cards.
2045                                                  2019 
2046 port                                             2020 port
2047     Port # (PnP setup)                           2021     Port # (PnP setup)
2048 wss_port                                         2022 wss_port
2049     WSS Port # (PnP setup)                       2023     WSS Port # (PnP setup)
2050 irq                                              2024 irq
2051     IRQ # (PnP setup)                            2025     IRQ # (PnP setup)
2052 mpu_irq                                          2026 mpu_irq
2053     MPU-401 IRQ # (PnP setup)                    2027     MPU-401 IRQ # (PnP setup)
2054 dma                                              2028 dma
2055     DMA # (PnP setup)                            2029     DMA # (PnP setup)
2056 dma2                                             2030 dma2
2057     2nd DMA # (PnP setup, -1 to disable)         2031     2nd DMA # (PnP setup, -1 to disable)
2058 joystick                                         2032 joystick
2059     Enable gameport - 0 = disable (default),     2033     Enable gameport - 0 = disable (default), 1 = enable
2060                                                  2034 
2061 This module supports multiple cards.             2035 This module supports multiple cards.
2062                                                  2036 
2063 The driver requires the firmware loader suppo    2037 The driver requires the firmware loader support on kernel.
2064                                                  2038 
2065 Module snd-sun-amd7930 (on sparc only)           2039 Module snd-sun-amd7930 (on sparc only)
2066 --------------------------------------           2040 --------------------------------------
2067                                                  2041 
2068 Module for AMD7930 sound chips found on Sparc    2042 Module for AMD7930 sound chips found on Sparcs.
2069                                                  2043 
2070 This module supports multiple cards.             2044 This module supports multiple cards.
2071                                                  2045 
2072 Module snd-sun-cs4231 (on sparc only)            2046 Module snd-sun-cs4231 (on sparc only)
2073 -------------------------------------            2047 -------------------------------------
2074                                                  2048 
2075 Module for CS4231 sound chips found on Sparcs    2049 Module for CS4231 sound chips found on Sparcs.
2076                                                  2050 
2077 This module supports multiple cards.             2051 This module supports multiple cards.
2078                                                  2052 
2079 Module snd-sun-dbri (on sparc only)              2053 Module snd-sun-dbri (on sparc only)
2080 -----------------------------------              2054 -----------------------------------
2081                                                  2055 
2082 Module for DBRI sound chips found on Sparcs.     2056 Module for DBRI sound chips found on Sparcs.
2083                                                  2057 
2084 This module supports multiple cards.             2058 This module supports multiple cards.
2085                                                  2059 
2086 Module snd-wavefront                             2060 Module snd-wavefront
2087 --------------------                             2061 --------------------
2088                                                  2062 
2089 Module for Turtle Beach Maui, Tropez and Trop    2063 Module for Turtle Beach Maui, Tropez and Tropez+ sound cards.
2090                                                  2064 
2091 use_cs4232_midi                                  2065 use_cs4232_midi
2092     Use CS4232 MPU-401 interface                 2066     Use CS4232 MPU-401 interface
2093     (inaccessibly located inside your compute    2067     (inaccessibly located inside your computer)
2094 isapnp                                           2068 isapnp
2095     ISA PnP detection - 0 = disable, 1 = enab    2069     ISA PnP detection - 0 = disable, 1 = enable (default)
2096                                                  2070 
2097 with isapnp=0, the following options are avai    2071 with isapnp=0, the following options are available:
2098                                                  2072 
2099 cs4232_pcm_port                                  2073 cs4232_pcm_port
2100     Port # for CS4232 PCM interface.             2074     Port # for CS4232 PCM interface.
2101 cs4232_pcm_irq                                   2075 cs4232_pcm_irq
2102     IRQ # for CS4232 PCM interface (5,7,9,11,    2076     IRQ # for CS4232 PCM interface (5,7,9,11,12,15).
2103 cs4232_mpu_port                                  2077 cs4232_mpu_port
2104     Port # for CS4232 MPU-401 interface.         2078     Port # for CS4232 MPU-401 interface.
2105 cs4232_mpu_irq                                   2079 cs4232_mpu_irq
2106     IRQ # for CS4232 MPU-401 interface (9,11,    2080     IRQ # for CS4232 MPU-401 interface (9,11,12,15).
2107 ics2115_port                                     2081 ics2115_port
2108     Port # for ICS2115                           2082     Port # for ICS2115
2109 ics2115_irq                                      2083 ics2115_irq
2110     IRQ # for ICS2115                            2084     IRQ # for ICS2115
2111 fm_port                                          2085 fm_port
2112     FM OPL-3 Port #                              2086     FM OPL-3 Port #
2113 dma1                                             2087 dma1
2114     DMA1 # for CS4232 PCM interface.             2088     DMA1 # for CS4232 PCM interface.
2115 dma2                                             2089 dma2
2116     DMA2 # for CS4232 PCM interface.             2090     DMA2 # for CS4232 PCM interface.
2117                                                  2091 
2118 The below are options for wavefront_synth fea    2092 The below are options for wavefront_synth features:
2119                                                  2093 
2120 wf_raw                                           2094 wf_raw
2121     Assume that we need to boot the OS (defau    2095     Assume that we need to boot the OS (default:no);
2122     If yes, then during driver loading, the s    2096     If yes, then during driver loading, the state of the board is
2123     ignored, and we reset the board and load     2097     ignored, and we reset the board and load the firmware anyway.
2124 fx_raw                                           2098 fx_raw
2125     Assume that the FX process needs help (de    2099     Assume that the FX process needs help (default:yes);
2126     If false, we'll leave the FX processor in    2100     If false, we'll leave the FX processor in whatever state it is
2127     when the driver is loaded.  The default i    2101     when the driver is loaded.  The default is to download the
2128     microprogram and associated coefficients     2102     microprogram and associated coefficients to set it up for
2129     "default" operation, whatever that means.    2103     "default" operation, whatever that means.
2130 debug_default                                    2104 debug_default
2131     Debug parameters for card initialization     2105     Debug parameters for card initialization
2132 wait_usecs                                       2106 wait_usecs
2133     How long to wait without sleeping, usecs     2107     How long to wait without sleeping, usecs (default:150);
2134     This magic number seems to give pretty op    2108     This magic number seems to give pretty optimal throughput
2135     based on my limited experimentation.         2109     based on my limited experimentation. 
2136     If you want to play around with it and fi    2110     If you want to play around with it and find a better value, be
2137     my guest. Remember, the idea is to get a     2111     my guest. Remember, the idea is to get a number that causes us
2138     to just busy wait for as many WaveFront c    2112     to just busy wait for as many WaveFront commands as possible,
2139     without coming up with a number so large     2113     without coming up with a number so large that we hog the whole
2140     CPU.                                         2114     CPU. 
2141     Specifically, with this number, out of ab    2115     Specifically, with this number, out of about 134,000 status
2142     waits, only about 250 result in a sleep.     2116     waits, only about 250 result in a sleep. 
2143 sleep_interval                                   2117 sleep_interval
2144     How long to sleep when waiting for reply     2118     How long to sleep when waiting for reply (default: 100)
2145 sleep_tries                                      2119 sleep_tries
2146     How many times to try sleeping during a w    2120     How many times to try sleeping during a wait (default: 50)
2147 ospath                                           2121 ospath
2148     Pathname to processed ICS2115 OS firmware    2122     Pathname to processed ICS2115 OS firmware (default:wavefront.os);
2149     The path name of the ISC2115 OS firmware.    2123     The path name of the ISC2115 OS firmware.  In the recent
2150     version, it's handled via firmware loader    2124     version, it's handled via firmware loader framework, so it
2151     must be installed in the proper path, typ    2125     must be installed in the proper path, typically,
2152     /lib/firmware.                               2126     /lib/firmware.
2153 reset_time                                       2127 reset_time
2154     How long to wait for a reset to take effe    2128     How long to wait for a reset to take effect (default:2)
2155 ramcheck_time                                    2129 ramcheck_time
2156     How many seconds to wait for the RAM test    2130     How many seconds to wait for the RAM test (default:20)
2157 osrun_time                                       2131 osrun_time
2158     How many seconds to wait for the ICS2115     2132     How many seconds to wait for the ICS2115 OS (default:10)
2159                                                  2133 
2160 This module supports multiple cards and ISA P    2134 This module supports multiple cards and ISA PnP.
2161                                                  2135 
2162 Note: the firmware file ``wavefront.os`` was     2136 Note: the firmware file ``wavefront.os`` was located in the earlier
2163 version in /etc.  Now it's loaded via firmwar    2137 version in /etc.  Now it's loaded via firmware loader, and
2164 must be in the proper firmware path, such as     2138 must be in the proper firmware path, such as /lib/firmware.
2165 Copy (or symlink) the file appropriately if y    2139 Copy (or symlink) the file appropriately if you get an error
2166 regarding firmware downloading after upgradin    2140 regarding firmware downloading after upgrading the kernel.
2167                                                  2141 
2168 Module snd-sonicvibes                            2142 Module snd-sonicvibes
2169 ---------------------                            2143 ---------------------
2170                                                  2144 
2171 Module for S3 SonicVibes PCI sound cards.        2145 Module for S3 SonicVibes PCI sound cards.
2172 * PINE Schubert 32 PCI                           2146 * PINE Schubert 32 PCI
2173                                                  2147   
2174 reverb                                           2148 reverb
2175     Reverb Enable - 1 = enable, 0 = disable (    2149     Reverb Enable - 1 = enable, 0 = disable (default);
2176     SoundCard must have onboard SRAM for this    2150     SoundCard must have onboard SRAM for this.
2177 mge                                              2151 mge
2178     Mic Gain Enable - 1 = enable, 0 = disable    2152     Mic Gain Enable - 1 = enable, 0 = disable (default)
2179                                                  2153 
2180 This module supports multiple cards and autop    2154 This module supports multiple cards and autoprobe.
2181                                                  2155 
2182 Module snd-serial-u16550                         2156 Module snd-serial-u16550
2183 ------------------------                         2157 ------------------------
2184                                                  2158 
2185 Module for UART16550A serial MIDI ports.         2159 Module for UART16550A serial MIDI ports.
2186                                                  2160 
2187 port                                             2161 port
2188     port # for UART16550A chip                   2162     port # for UART16550A chip
2189 irq                                              2163 irq
2190     IRQ # for UART16550A chip, -1 = poll mode    2164     IRQ # for UART16550A chip, -1 = poll mode
2191 speed                                            2165 speed
2192     speed in bauds (9600,19200,38400,57600,11    2166     speed in bauds (9600,19200,38400,57600,115200)
2193     38400 = default                              2167     38400 = default
2194 base                                             2168 base
2195     base for divisor in bauds (57600,115200,2    2169     base for divisor in bauds (57600,115200,230400,460800)
2196     115200 = default                             2170     115200 = default
2197 outs                                             2171 outs
2198     number of MIDI ports in a serial port (1-    2172     number of MIDI ports in a serial port (1-4)
2199     1 = default                                  2173     1 = default
2200 adaptor                                          2174 adaptor
2201     Type of adaptor.                             2175     Type of adaptor.
2202         0 = Soundcanvas, 1 = MS-124T, 2 = MS-    2176         0 = Soundcanvas, 1 = MS-124T, 2 = MS-124W S/A,
2203         3 = MS-124W M/B, 4 = Generic             2177         3 = MS-124W M/B, 4 = Generic
2204                                                  2178 
2205 This module supports multiple cards. This mod    2179 This module supports multiple cards. This module does not support autoprobe
2206 thus the main port must be specified!!! Other    2180 thus the main port must be specified!!! Other options are optional.
2207                                                  2181 
2208 Module snd-trident                               2182 Module snd-trident
2209 ------------------                               2183 ------------------
2210                                                  2184 
2211 Module for Trident 4DWave DX/NX sound cards.     2185 Module for Trident 4DWave DX/NX sound cards.
2212 * Best Union  Miss Melody 4DWave PCI             2186 * Best Union  Miss Melody 4DWave PCI
2213 * HIS  4DWave PCI                                2187 * HIS  4DWave PCI
2214 * Warpspeed  ONSpeed 4DWave PCI                  2188 * Warpspeed  ONSpeed 4DWave PCI
2215 * AzTech  PCI 64-Q3D                             2189 * AzTech  PCI 64-Q3D
2216 * Addonics  SV 750                               2190 * Addonics  SV 750
2217 * CHIC  True Sound 4Dwave                        2191 * CHIC  True Sound 4Dwave
2218 * Shark  Predator4D-PCI                          2192 * Shark  Predator4D-PCI
2219 * Jaton  SonicWave 4D                            2193 * Jaton  SonicWave 4D
2220 * SiS SI7018 PCI Audio                           2194 * SiS SI7018 PCI Audio
2221 * Hoontech SoundTrack Digital 4DWave NX          2195 * Hoontech SoundTrack Digital 4DWave NX
2222                                                  2196                     
2223 pcm_channels                                     2197 pcm_channels
2224     max channels (voices) reserved for PCM       2198     max channels (voices) reserved for PCM
2225 wavetable_size                                   2199 wavetable_size
2226     max wavetable size in kB (4-?kb)             2200     max wavetable size in kB (4-?kb)
2227                                                  2201 
2228 This module supports multiple cards and autop    2202 This module supports multiple cards and autoprobe.
2229                                                  2203 
2230 The power-management is supported.               2204 The power-management is supported.
2231                                                  2205 
2232 Module snd-ua101                                 2206 Module snd-ua101
2233 ----------------                                 2207 ----------------
2234                                                  2208 
2235 Module for the Edirol UA-101/UA-1000 audio/MI    2209 Module for the Edirol UA-101/UA-1000 audio/MIDI interfaces.
2236                                                  2210 
2237 This module supports multiple devices, autopr    2211 This module supports multiple devices, autoprobe and hotplugging.
2238                                                  2212 
2239 Module snd-usb-audio                             2213 Module snd-usb-audio
2240 --------------------                             2214 --------------------
2241                                                  2215 
2242 Module for USB audio and USB MIDI devices.       2216 Module for USB audio and USB MIDI devices.
2243                                                  2217 
2244 vid                                              2218 vid
2245     Vendor ID for the device (optional)          2219     Vendor ID for the device (optional)
2246 pid                                              2220 pid
2247     Product ID for the device (optional)         2221     Product ID for the device (optional)
2248 nrpacks                                          2222 nrpacks
2249     Max. number of packets per URB (default:     2223     Max. number of packets per URB (default: 8)
2250 device_setup                                     2224 device_setup
2251     Device specific magic number (optional);     2225     Device specific magic number (optional);
2252     Influence depends on the device              2226     Influence depends on the device
2253     Default: 0x0000                              2227     Default: 0x0000 
2254 ignore_ctl_error                                 2228 ignore_ctl_error
2255     Ignore any USB-controller regarding mixer    2229     Ignore any USB-controller regarding mixer interface (default: no)
2256 autoclock                                        2230 autoclock
2257     Enable auto-clock selection for UAC2 devi    2231     Enable auto-clock selection for UAC2 devices (default: yes)
2258 quirk_alias                                      2232 quirk_alias
2259     Quirk alias list, pass strings like ``012    2233     Quirk alias list, pass strings like ``0123abcd:5678beef``, which
2260     applies the existing quirk for the device    2234     applies the existing quirk for the device 5678:beef to a new
2261     device 0123:abcd.                            2235     device 0123:abcd.
2262 implicit_fb                                      2236 implicit_fb
2263     Apply the generic implicit feedback sync     2237     Apply the generic implicit feedback sync mode.  When this is set
2264     and the playback stream sync mode is ASYN    2238     and the playback stream sync mode is ASYNC, the driver tries to
2265     tie an adjacent ASYNC capture stream as t    2239     tie an adjacent ASYNC capture stream as the implicit feedback
2266     source.  This is equivalent with quirk_fl    2240     source.  This is equivalent with quirk_flags bit 17.
2267 use_vmalloc                                      2241 use_vmalloc
2268     Use vmalloc() for allocations of the PCM     2242     Use vmalloc() for allocations of the PCM buffers (default: yes).
2269     For architectures with non-coherent memor    2243     For architectures with non-coherent memory like ARM or MIPS, the
2270     mmap access may give inconsistent results    2244     mmap access may give inconsistent results with vmalloc'ed
2271     buffers.  If mmap is used on such archite    2245     buffers.  If mmap is used on such architectures, turn off this
2272     option, so that the DMA-coherent buffers     2246     option, so that the DMA-coherent buffers are allocated and used
2273     instead.                                     2247     instead.
2274 delayed_register                                 2248 delayed_register
2275     The option is needed for devices that hav    2249     The option is needed for devices that have multiple streams
2276     defined in multiple USB interfaces.  The     2250     defined in multiple USB interfaces.  The driver may invoke
2277     registrations multiple times (once per in    2251     registrations multiple times (once per interface) and this may
2278     lead to the insufficient device enumerati    2252     lead to the insufficient device enumeration.
2279     This option receives an array of strings,    2253     This option receives an array of strings, and you can pass
2280     ID:INTERFACE like ``0123abcd:4`` for perf    2254     ID:INTERFACE like ``0123abcd:4`` for performing the delayed
2281     registration to the given device.  In thi    2255     registration to the given device.  In this example, when a USB
2282     device 0123:abcd is probed, the driver wa    2256     device 0123:abcd is probed, the driver waits the registration
2283     until the USB interface 4 gets probed.       2257     until the USB interface 4 gets probed.
2284     The driver prints a message like "Found p    2258     The driver prints a message like "Found post-registration device
2285     assignment: 1234abcd:04" for such a devic    2259     assignment: 1234abcd:04" for such a device, so that user can
2286     notice the need.                             2260     notice the need.
2287 quirk_flags                                      2261 quirk_flags
2288     Contains the bit flags for various device    2262     Contains the bit flags for various device specific workarounds.
2289     Applied to the corresponding card index.     2263     Applied to the corresponding card index.
2290                                                  2264 
2291         * bit 0: Skip reading sample rate for    2265         * bit 0: Skip reading sample rate for devices
2292         * bit 1: Create Media Controller API     2266         * bit 1: Create Media Controller API entries
2293         * bit 2: Allow alignment on audio sub    2267         * bit 2: Allow alignment on audio sub-slot at transfer
2294         * bit 3: Add length specifier to tran    2268         * bit 3: Add length specifier to transfers
2295         * bit 4: Start playback stream at fir    2269         * bit 4: Start playback stream at first in implement feedback mode
2296         * bit 5: Skip clock selector setup       2270         * bit 5: Skip clock selector setup
2297         * bit 6: Ignore errors from clock sou    2271         * bit 6: Ignore errors from clock source search
2298         * bit 7: Indicates ITF-USB DSD based     2272         * bit 7: Indicates ITF-USB DSD based DACs
2299         * bit 8: Add a delay of 20ms at each     2273         * bit 8: Add a delay of 20ms at each control message handling
2300         * bit 9: Add a delay of 1-2ms at each    2274         * bit 9: Add a delay of 1-2ms at each control message handling
2301         * bit 10: Add a delay of 5-6ms at eac    2275         * bit 10: Add a delay of 5-6ms at each control message handling
2302         * bit 11: Add a delay of 50ms at each    2276         * bit 11: Add a delay of 50ms at each interface setup
2303         * bit 12: Perform sample rate validat    2277         * bit 12: Perform sample rate validations at probe
2304         * bit 13: Disable runtime PM autosusp    2278         * bit 13: Disable runtime PM autosuspend
2305         * bit 14: Ignore errors for mixer acc    2279         * bit 14: Ignore errors for mixer access
2306         * bit 15: Support generic DSD raw U32    2280         * bit 15: Support generic DSD raw U32_BE format
2307         * bit 16: Set up the interface at fir    2281         * bit 16: Set up the interface at first like UAC1
2308         * bit 17: Apply the generic implicit     2282         * bit 17: Apply the generic implicit feedback sync mode
2309         * bit 18: Don't apply implicit feedba    2283         * bit 18: Don't apply implicit feedback sync mode
2310                                                  2284 
2311 This module supports multiple devices, autopr    2285 This module supports multiple devices, autoprobe and hotplugging.
2312                                                  2286 
2313 NB: ``nrpacks`` parameter can be modified dyn    2287 NB: ``nrpacks`` parameter can be modified dynamically via sysfs.
2314 Don't put the value over 20.  Changing via sy    2288 Don't put the value over 20.  Changing via sysfs has no sanity
2315 check.                                           2289 check.
2316                                                  2290 
2317 NB: ``ignore_ctl_error=1`` may help when you     2291 NB: ``ignore_ctl_error=1`` may help when you get an error at accessing
2318 the mixer element such as URB error -22.  Thi    2292 the mixer element such as URB error -22.  This happens on some
2319 buggy USB device or the controller.  This wor    2293 buggy USB device or the controller.  This workaround corresponds to
2320 the ``quirk_flags`` bit 14, too.                 2294 the ``quirk_flags`` bit 14, too.
2321                                                  2295 
2322 NB: ``quirk_alias`` option is provided only f    2296 NB: ``quirk_alias`` option is provided only for testing / development.
2323 If you want to have a proper support, contact    2297 If you want to have a proper support, contact to upstream for
2324 adding the matching quirk in the driver code     2298 adding the matching quirk in the driver code statically.
2325 Ditto for ``quirk_flags``.  If a device is kn    2299 Ditto for ``quirk_flags``.  If a device is known to require specific
2326 workarounds, please report to the upstream.      2300 workarounds, please report to the upstream.
2327                                                  2301 
2328 Module snd-usb-caiaq                             2302 Module snd-usb-caiaq
2329 --------------------                             2303 --------------------
2330                                                  2304 
2331 Module for caiaq UB audio interfaces,            2305 Module for caiaq UB audio interfaces,
2332                                                  2306 
2333 * Native Instruments RigKontrol2                 2307 * Native Instruments RigKontrol2
2334 * Native Instruments Kore Controller             2308 * Native Instruments Kore Controller
2335 * Native Instruments Audio Kontrol 1             2309 * Native Instruments Audio Kontrol 1
2336 * Native Instruments Audio 8 DJ                  2310 * Native Instruments Audio 8 DJ
2337                                                  2311         
2338 This module supports multiple devices, autopr    2312 This module supports multiple devices, autoprobe and hotplugging.
2339                                                  2313   
2340 Module snd-usb-usx2y                             2314 Module snd-usb-usx2y
2341 --------------------                             2315 --------------------
2342                                                  2316 
2343 Module for Tascam USB US-122, US-224 and US-4    2317 Module for Tascam USB US-122, US-224 and US-428 devices.
2344                                                  2318 
2345 This module supports multiple devices, autopr    2319 This module supports multiple devices, autoprobe and hotplugging.
2346                                                  2320 
2347 Note: you need to load the firmware via ``usx    2321 Note: you need to load the firmware via ``usx2yloader`` utility included
2348 in alsa-tools and alsa-firmware packages.        2322 in alsa-tools and alsa-firmware packages.
2349                                                  2323 
2350 Module snd-via82xx                               2324 Module snd-via82xx
2351 ------------------                               2325 ------------------
2352                                                  2326 
2353 Module for AC'97 motherboards based on VIA 82    2327 Module for AC'97 motherboards based on VIA 82C686A/686B, 8233, 8233A,
2354 8233C, 8235, 8237 (south) bridge.                2328 8233C, 8235, 8237 (south) bridge.
2355                                                  2329 
2356 mpu_port                                         2330 mpu_port
2357     0x300,0x310,0x320,0x330, otherwise obtain    2331     0x300,0x310,0x320,0x330, otherwise obtain BIOS setup
2358     [VIA686A/686B only]                          2332     [VIA686A/686B only]
2359 joystick                                         2333 joystick
2360     Enable joystick (default off) [VIA686A/68    2334     Enable joystick (default off) [VIA686A/686B only]
2361 ac97_clock                                       2335 ac97_clock
2362     AC'97 codec clock base (default 48000Hz)     2336     AC'97 codec clock base (default 48000Hz)
2363 dxs_support                                      2337 dxs_support
2364     support DXS channels, 0 = auto (default),    2338     support DXS channels, 0 = auto (default), 1 = enable, 2 = disable,
2365     3 = 48k only, 4 = no VRA, 5 = enable any     2339     3 = 48k only, 4 = no VRA, 5 = enable any sample rate and different
2366     sample rates on different channels [VIA82    2340     sample rates on different channels [VIA8233/C, 8235, 8237 only]
2367 ac97_quirk                                       2341 ac97_quirk
2368     AC'97 workaround for strange hardware;       2342     AC'97 workaround for strange hardware;
2369     See `AC97 Quirk Option`_ section below.      2343     See `AC97 Quirk Option`_ section below.
2370                                                  2344 
2371 This module supports one chip and autoprobe.     2345 This module supports one chip and autoprobe.
2372                                                  2346 
2373 Note: on some SMP motherboards like MSI 694D     2347 Note: on some SMP motherboards like MSI 694D the interrupts might
2374 not be generated properly.  In such a case, p    2348 not be generated properly.  In such a case, please try to
2375 set the SMP (or MPS) version on BIOS to 1.1 i    2349 set the SMP (or MPS) version on BIOS to 1.1 instead of
2376 default value 1.4.  Then the interrupt number    2350 default value 1.4.  Then the interrupt number will be
2377 assigned under 15. You might also upgrade you    2351 assigned under 15. You might also upgrade your BIOS.
2378                                                  2352 
2379 Note: VIA8233/5/7 (not VIA8233A) can support     2353 Note: VIA8233/5/7 (not VIA8233A) can support DXS (direct sound)
2380 channels as the first PCM.  On these channels    2354 channels as the first PCM.  On these channels, up to 4
2381 streams can be played at the same time, and t    2355 streams can be played at the same time, and the controller
2382 can perform sample rate conversion with separ    2356 can perform sample rate conversion with separate rates for
2383 each channel.                                    2357 each channel.
2384 As default (``dxs_support = 0``), 48k fixed r    2358 As default (``dxs_support = 0``), 48k fixed rate is chosen
2385 except for the known devices since the output    2359 except for the known devices since the output is often
2386 noisy except for 48k on some mother boards du    2360 noisy except for 48k on some mother boards due to the
2387 bug of BIOS.                                     2361 bug of BIOS.
2388 Please try once ``dxs_support=5`` and if it w    2362 Please try once ``dxs_support=5`` and if it works on other
2389 sample rates (e.g. 44.1kHz of mp3 playback),     2363 sample rates (e.g. 44.1kHz of mp3 playback), please let us
2390 know the PCI subsystem vendor/device id's (ou    2364 know the PCI subsystem vendor/device id's (output of
2391 ``lspci -nv``).                                  2365 ``lspci -nv``).
2392 If ``dxs_support=5`` does not work, try ``dxs    2366 If ``dxs_support=5`` does not work, try ``dxs_support=4``; if it
2393 doesn't work too, try dxs_support=1.  (dxs_su    2367 doesn't work too, try dxs_support=1.  (dxs_support=1 is
2394 usually for old motherboards.  The correct im    2368 usually for old motherboards.  The correct implemented
2395 board should work with 4 or 5.)  If it still     2369 board should work with 4 or 5.)  If it still doesn't
2396 work and the default setting is ok, ``dxs_sup    2370 work and the default setting is ok, ``dxs_support=3`` is the
2397 right choice.  If the default setting doesn't    2371 right choice.  If the default setting doesn't work at all,
2398 try ``dxs_support=2`` to disable the DXS chan    2372 try ``dxs_support=2`` to disable the DXS channels.
2399 In any cases, please let us know the result a    2373 In any cases, please let us know the result and the
2400 subsystem vendor/device ids.  See `Links and     2374 subsystem vendor/device ids.  See `Links and Addresses`_
2401 below.                                           2375 below.
2402                                                  2376 
2403 Note: for the MPU401 on VIA823x, use snd-mpu4    2377 Note: for the MPU401 on VIA823x, use snd-mpu401 driver
2404 additionally.  The mpu_port option is for VIA    2378 additionally.  The mpu_port option is for VIA686 chips only.
2405                                                  2379 
2406 The power-management is supported.               2380 The power-management is supported.
2407                                                  2381 
2408 Module snd-via82xx-modem                         2382 Module snd-via82xx-modem
2409 ------------------------                         2383 ------------------------
2410                                                  2384 
2411 Module for VIA82xx AC97 modem                    2385 Module for VIA82xx AC97 modem
2412                                                  2386 
2413 ac97_clock                                       2387 ac97_clock
2414     AC'97 codec clock base (default 48000Hz)     2388     AC'97 codec clock base (default 48000Hz)
2415                                                  2389 
2416 This module supports one card and autoprobe.     2390 This module supports one card and autoprobe.
2417                                                  2391 
2418 Note: The default index value of this module     2392 Note: The default index value of this module is -2, i.e. the first
2419 slot is excluded.                                2393 slot is excluded.
2420                                                  2394 
2421 The power-management is supported.               2395 The power-management is supported.
2422                                                  2396 
2423 Module snd-virmidi                               2397 Module snd-virmidi
2424 ------------------                               2398 ------------------
2425                                                  2399 
2426 Module for virtual rawmidi devices.              2400 Module for virtual rawmidi devices.
2427 This module creates virtual rawmidi devices w    2401 This module creates virtual rawmidi devices which communicate
2428 to the corresponding ALSA sequencer ports.       2402 to the corresponding ALSA sequencer ports.
2429                                                  2403 
2430 midi_devs                                        2404 midi_devs
2431     MIDI devices # (1-4, default=4)              2405     MIDI devices # (1-4, default=4)
2432                                                  2406 
2433 This module supports multiple cards.             2407 This module supports multiple cards.
2434                                                  2408 
2435 Module snd-virtuoso                              2409 Module snd-virtuoso
2436 -------------------                              2410 -------------------
2437                                                  2411 
2438 Module for sound cards based on the Asus AV66    2412 Module for sound cards based on the Asus AV66/AV100/AV200 chips,
2439 i.e., Xonar D1, DX, D2, D2X, DS, DSX, Essence    2413 i.e., Xonar D1, DX, D2, D2X, DS, DSX, Essence ST (Deluxe),
2440 Essence STX (II), HDAV1.3 (Deluxe), and HDAV1    2414 Essence STX (II), HDAV1.3 (Deluxe), and HDAV1.3 Slim.
2441                                                  2415 
2442 This module supports autoprobe and multiple c    2416 This module supports autoprobe and multiple cards.
2443                                                  2417 
2444 Module snd-vx222                                 2418 Module snd-vx222
2445 ----------------                                 2419 ----------------
2446                                                  2420 
2447 Module for Digigram VX-Pocket VX222, V222 v2     2421 Module for Digigram VX-Pocket VX222, V222 v2 and Mic cards.
2448                                                  2422 
2449 mic                                              2423 mic
2450     Enable Microphone on V222 Mic (NYI)          2424     Enable Microphone on V222 Mic (NYI)
2451 ibl                                              2425 ibl
2452     Capture IBL size. (default = 0, minimum s    2426     Capture IBL size. (default = 0, minimum size)
2453                                                  2427 
2454 This module supports multiple cards.             2428 This module supports multiple cards.
2455                                                  2429 
2456 When the driver is compiled as a module and t    2430 When the driver is compiled as a module and the hotplug firmware
2457 is supported, the firmware data is loaded via    2431 is supported, the firmware data is loaded via hotplug automatically.
2458 Install the necessary firmware files in alsa-    2432 Install the necessary firmware files in alsa-firmware package.
2459 When no hotplug fw loader is available, you n    2433 When no hotplug fw loader is available, you need to load the
2460 firmware via vxloader utility in alsa-tools p    2434 firmware via vxloader utility in alsa-tools package.  To invoke
2461 vxloader automatically, add the following to     2435 vxloader automatically, add the following to /etc/modprobe.d/alsa.conf
2462                                                  2436 
2463 ::                                               2437 ::
2464                                                  2438 
2465   install snd-vx222 /sbin/modprobe --first-ti    2439   install snd-vx222 /sbin/modprobe --first-time -i snd-vx222\
2466     && /usr/bin/vxloader                         2440     && /usr/bin/vxloader
2467                                                  2441 
2468 (for 2.2/2.4 kernels, add ``post-install /usr    2442 (for 2.2/2.4 kernels, add ``post-install /usr/bin/vxloader`` to
2469 /etc/modules.conf, instead.)                     2443 /etc/modules.conf, instead.)
2470 IBL size defines the interrupts period for PC    2444 IBL size defines the interrupts period for PCM.  The smaller size
2471 gives smaller latency but leads to more CPU c    2445 gives smaller latency but leads to more CPU consumption, too.
2472 The size is usually aligned to 126.  As defau    2446 The size is usually aligned to 126.  As default (=0), the smallest
2473 size is chosen.  The possible IBL values can     2447 size is chosen.  The possible IBL values can be found in
2474 /proc/asound/cardX/vx-status proc file.          2448 /proc/asound/cardX/vx-status proc file.
2475                                                  2449 
2476 The power-management is supported.               2450 The power-management is supported.
2477                                                  2451 
2478 Module snd-vxpocket                              2452 Module snd-vxpocket
2479 -------------------                              2453 -------------------
2480                                                  2454 
2481 Module for Digigram VX-Pocket VX2 and 440 PCM    2455 Module for Digigram VX-Pocket VX2 and 440 PCMCIA cards.
2482                                                  2456 
2483 ibl                                              2457 ibl
2484     Capture IBL size. (default = 0, minimum s    2458     Capture IBL size. (default = 0, minimum size)
2485                                                  2459 
2486 This module supports multiple cards.  The mod    2460 This module supports multiple cards.  The module is compiled only when
2487 PCMCIA is supported on kernel.                   2461 PCMCIA is supported on kernel.
2488                                                  2462 
2489 With the older 2.6.x kernel, to activate the     2463 With the older 2.6.x kernel, to activate the driver via the card
2490 manager, you'll need to set up /etc/pcmcia/vx    2464 manager, you'll need to set up /etc/pcmcia/vxpocket.conf.  See the
2491 sound/pcmcia/vx/vxpocket.c.  2.6.13 or later     2465 sound/pcmcia/vx/vxpocket.c.  2.6.13 or later kernel requires no
2492 longer require a config file.                    2466 longer require a config file.
2493                                                  2467 
2494 When the driver is compiled as a module and t    2468 When the driver is compiled as a module and the hotplug firmware
2495 is supported, the firmware data is loaded via    2469 is supported, the firmware data is loaded via hotplug automatically.
2496 Install the necessary firmware files in alsa-    2470 Install the necessary firmware files in alsa-firmware package.
2497 When no hotplug fw loader is available, you n    2471 When no hotplug fw loader is available, you need to load the
2498 firmware via vxloader utility in alsa-tools p    2472 firmware via vxloader utility in alsa-tools package.
2499                                                  2473 
2500 About capture IBL, see the description of snd    2474 About capture IBL, see the description of snd-vx222 module.
2501                                                  2475 
2502 Note: snd-vxp440 driver is merged to snd-vxpo    2476 Note: snd-vxp440 driver is merged to snd-vxpocket driver since
2503 ALSA 1.0.10.                                     2477 ALSA 1.0.10.
2504                                                  2478 
2505 The power-management is supported.               2479 The power-management is supported.
2506                                                  2480 
2507 Module snd-ymfpci                                2481 Module snd-ymfpci
2508 -----------------                                2482 -----------------
2509                                                  2483 
2510 Module for Yamaha PCI chips (YMF72x, YMF74x &    2484 Module for Yamaha PCI chips (YMF72x, YMF74x & YMF75x).
2511                                                  2485 
2512 mpu_port                                         2486 mpu_port
2513     0x300,0x330,0x332,0x334, 0 (disable) by d    2487     0x300,0x330,0x332,0x334, 0 (disable) by default,
2514     1 (auto-detect for YMF744/754 only)          2488     1 (auto-detect for YMF744/754 only)
2515 fm_port                                          2489 fm_port
2516     0x388,0x398,0x3a0,0x3a8, 0 (disable) by d    2490     0x388,0x398,0x3a0,0x3a8, 0 (disable) by default
2517     1 (auto-detect for YMF744/754 only)          2491     1 (auto-detect for YMF744/754 only)
2518 joystick_port                                    2492 joystick_port
2519     0x201,0x202,0x204,0x205, 0 (disable) by d    2493     0x201,0x202,0x204,0x205, 0 (disable) by default,
2520     1 (auto-detect)                              2494     1 (auto-detect)
2521 rear_switch                                      2495 rear_switch
2522     enable shared rear/line-in switch (bool)     2496     enable shared rear/line-in switch (bool)
2523                                                  2497 
2524 This module supports autoprobe and multiple c    2498 This module supports autoprobe and multiple chips.
2525                                                  2499 
2526 The power-management is supported.               2500 The power-management is supported.
2527                                                  2501 
2528 Module snd-pdaudiocf                             2502 Module snd-pdaudiocf
2529 --------------------                             2503 --------------------
2530                                                  2504 
2531 Module for Sound Core PDAudioCF sound card.      2505 Module for Sound Core PDAudioCF sound card.
2532                                                  2506 
2533 The power-management is supported.               2507 The power-management is supported.
2534                                                  2508 
2535                                                  2509 
2536 AC97 Quirk Option                                2510 AC97 Quirk Option
2537 =================                                2511 =================
2538                                                  2512 
2539 The ac97_quirk option is used to enable/overr    2513 The ac97_quirk option is used to enable/override the workaround for
2540 specific devices on drivers for on-board AC'9    2514 specific devices on drivers for on-board AC'97 controllers like
2541 snd-intel8x0.  Some hardware have swapped out    2515 snd-intel8x0.  Some hardware have swapped output pins between Master
2542 and Headphone, or Surround (thanks to confusi    2516 and Headphone, or Surround (thanks to confusion of AC'97
2543 specifications from version to version :-)       2517 specifications from version to version :-)
2544                                                  2518 
2545 The driver provides the auto-detection of kno    2519 The driver provides the auto-detection of known problematic devices,
2546 but some might be unknown or wrongly detected    2520 but some might be unknown or wrongly detected.  In such a case, pass
2547 the proper value with this option.               2521 the proper value with this option.
2548                                                  2522 
2549 The following strings are accepted:              2523 The following strings are accepted:
2550                                                  2524 
2551 default                                          2525 default
2552     Don't override the default setting           2526     Don't override the default setting
2553 none                                             2527 none
2554     Disable the quirk                            2528     Disable the quirk
2555 hp_only                                          2529 hp_only
2556     Bind Master and Headphone controls as a s    2530     Bind Master and Headphone controls as a single control
2557 swap_hp                                          2531 swap_hp
2558     Swap headphone and master controls           2532     Swap headphone and master controls
2559 swap_surround                                    2533 swap_surround
2560     Swap master and surround controls            2534     Swap master and surround controls
2561 ad_sharing                                       2535 ad_sharing
2562     For AD1985, turn on OMS bit and use headp    2536     For AD1985, turn on OMS bit and use headphone
2563 alc_jack                                         2537 alc_jack
2564     For ALC65x, turn on the jack sense mode      2538     For ALC65x, turn on the jack sense mode
2565 inv_eapd                                         2539 inv_eapd
2566     Inverted EAPD implementation                 2540     Inverted EAPD implementation
2567 mute_led                                         2541 mute_led
2568     Bind EAPD bit for turning on/off mute LED    2542     Bind EAPD bit for turning on/off mute LED
2569                                                  2543 
2570 For backward compatibility, the corresponding    2544 For backward compatibility, the corresponding integer value -1, 0, ...
2571 are  accepted, too.                              2545 are  accepted, too.
2572                                                  2546 
2573 For example, if ``Master`` volume control has    2547 For example, if ``Master`` volume control has no effect on your device
2574 but only ``Headphone`` does, pass ac97_quirk=    2548 but only ``Headphone`` does, pass ac97_quirk=hp_only module option.
2575                                                  2549 
2576                                                  2550 
2577 Configuring Non-ISAPNP Cards                     2551 Configuring Non-ISAPNP Cards
2578 ============================                     2552 ============================
2579                                                  2553 
2580 When the kernel is configured with ISA-PnP su    2554 When the kernel is configured with ISA-PnP support, the modules
2581 supporting the isapnp cards will have module     2555 supporting the isapnp cards will have module options ``isapnp``.
2582 If this option is set, *only* the ISA-PnP dev    2556 If this option is set, *only* the ISA-PnP devices will be probed.
2583 For probing the non ISA-PnP cards, you have t    2557 For probing the non ISA-PnP cards, you have to pass ``isapnp=0`` option
2584 together with the proper i/o and irq configur    2558 together with the proper i/o and irq configuration.
2585                                                  2559 
2586 When the kernel is configured without ISA-PnP    2560 When the kernel is configured without ISA-PnP support, isapnp option
2587 will be not built in.                            2561 will be not built in.
2588                                                  2562 
2589                                                  2563 
2590 Module Autoloading Support                       2564 Module Autoloading Support
2591 ==========================                       2565 ==========================
2592                                                  2566 
2593 The ALSA drivers can be loaded automatically     2567 The ALSA drivers can be loaded automatically on demand by defining
2594 module aliases.  The string ``snd-card-%1`` i    2568 module aliases.  The string ``snd-card-%1`` is requested for ALSA native
2595 devices where ``%i`` is sound card number fro    2569 devices where ``%i`` is sound card number from zero to seven.
2596                                                  2570 
2597 To auto-load an ALSA driver for OSS services,    2571 To auto-load an ALSA driver for OSS services, define the string
2598 ``sound-slot-%i`` where ``%i`` means the slot    2572 ``sound-slot-%i`` where ``%i`` means the slot number for OSS, which
2599 corresponds to the card index of ALSA.  Usual    2573 corresponds to the card index of ALSA.  Usually, define this
2600 as the same card module.                         2574 as the same card module.
2601                                                  2575 
2602 An example configuration for a single emu10k1    2576 An example configuration for a single emu10k1 card is like below:
2603 ::                                               2577 ::
2604                                                  2578 
2605     ----- /etc/modprobe.d/alsa.conf              2579     ----- /etc/modprobe.d/alsa.conf
2606     alias snd-card-0 snd-emu10k1                 2580     alias snd-card-0 snd-emu10k1
2607     alias sound-slot-0 snd-emu10k1               2581     alias sound-slot-0 snd-emu10k1
2608     ----- /etc/modprobe.d/alsa.conf              2582     ----- /etc/modprobe.d/alsa.conf
2609                                                  2583 
2610 The available number of auto-loaded sound car    2584 The available number of auto-loaded sound cards depends on the module
2611 option ``cards_limit`` of snd module.  As def    2585 option ``cards_limit`` of snd module.  As default it's set to 1.
2612 To enable the auto-loading of multiple cards,    2586 To enable the auto-loading of multiple cards, specify the number of
2613 sound cards in that option.                      2587 sound cards in that option.
2614                                                  2588 
2615 When multiple cards are available, it'd bette    2589 When multiple cards are available, it'd better to specify the index
2616 number for each card via module option, too,     2590 number for each card via module option, too, so that the order of
2617 cards is kept consistent.                        2591 cards is kept consistent.
2618                                                  2592 
2619 An example configuration for two sound cards     2593 An example configuration for two sound cards is like below:
2620 ::                                               2594 ::
2621                                                  2595 
2622     ----- /etc/modprobe.d/alsa.conf              2596     ----- /etc/modprobe.d/alsa.conf
2623     # ALSA portion                               2597     # ALSA portion
2624     options snd cards_limit=2                    2598     options snd cards_limit=2
2625     alias snd-card-0 snd-interwave               2599     alias snd-card-0 snd-interwave
2626     alias snd-card-1 snd-ens1371                 2600     alias snd-card-1 snd-ens1371
2627     options snd-interwave index=0                2601     options snd-interwave index=0
2628     options snd-ens1371 index=1                  2602     options snd-ens1371 index=1
2629     # OSS/Free portion                           2603     # OSS/Free portion
2630     alias sound-slot-0 snd-interwave             2604     alias sound-slot-0 snd-interwave
2631     alias sound-slot-1 snd-ens1371               2605     alias sound-slot-1 snd-ens1371
2632     ----- /etc/modprobe.d/alsa.conf              2606     ----- /etc/modprobe.d/alsa.conf
2633                                                  2607 
2634 In this example, the interwave card is always    2608 In this example, the interwave card is always loaded as the first card
2635 (index 0) and ens1371 as the second (index 1)    2609 (index 0) and ens1371 as the second (index 1).
2636                                                  2610 
2637 Alternative (and new) way to fixate the slot     2611 Alternative (and new) way to fixate the slot assignment is to use
2638 ``slots`` option of snd module.  In the case     2612 ``slots`` option of snd module.  In the case above, specify like the
2639 following:                                       2613 following: 
2640 ::                                               2614 ::
2641                                                  2615 
2642     options snd slots=snd-interwave,snd-ens13    2616     options snd slots=snd-interwave,snd-ens1371
2643                                                  2617 
2644 Then, the first slot (#0) is reserved for snd    2618 Then, the first slot (#0) is reserved for snd-interwave driver, and
2645 the second (#1) for snd-ens1371.  You can omi    2619 the second (#1) for snd-ens1371.  You can omit index option in each
2646 driver if slots option is used (although you     2620 driver if slots option is used (although you can still have them at
2647 the same time as long as they don't conflict)    2621 the same time as long as they don't conflict).
2648                                                  2622 
2649 The slots option is especially useful for avo    2623 The slots option is especially useful for avoiding the possible
2650 hot-plugging and the resultant slot conflict.    2624 hot-plugging and the resultant slot conflict.  For example, in the
2651 case above again, the first two slots are alr    2625 case above again, the first two slots are already reserved.  If any
2652 other driver (e.g. snd-usb-audio) is loaded b    2626 other driver (e.g. snd-usb-audio) is loaded before snd-interwave or
2653 snd-ens1371, it will be assigned to the third    2627 snd-ens1371, it will be assigned to the third or later slot.
2654                                                  2628 
2655 When a module name is given with '!', the slo    2629 When a module name is given with '!', the slot will be given for any
2656 modules but that name.  For example, ``slots=    2630 modules but that name.  For example, ``slots=!snd-pcsp`` will reserve
2657 the first slot for any modules but snd-pcsp.     2631 the first slot for any modules but snd-pcsp. 
2658                                                  2632 
2659                                                  2633 
2660 ALSA PCM devices to OSS devices mapping          2634 ALSA PCM devices to OSS devices mapping
2661 =======================================          2635 =======================================
2662 ::                                               2636 ::
2663                                                  2637 
2664     /dev/snd/pcmC0D0[c|p]  -> /dev/audio0 (/d    2638     /dev/snd/pcmC0D0[c|p]  -> /dev/audio0 (/dev/audio) -> minor 4
2665     /dev/snd/pcmC0D0[c|p]  -> /dev/dsp0 (/dev    2639     /dev/snd/pcmC0D0[c|p]  -> /dev/dsp0 (/dev/dsp)     -> minor 3
2666     /dev/snd/pcmC0D1[c|p]  -> /dev/adsp0 (/de    2640     /dev/snd/pcmC0D1[c|p]  -> /dev/adsp0 (/dev/adsp)   -> minor 12
2667     /dev/snd/pcmC1D0[c|p]  -> /dev/audio1        2641     /dev/snd/pcmC1D0[c|p]  -> /dev/audio1              -> minor 4+16 = 20
2668     /dev/snd/pcmC1D0[c|p]  -> /dev/dsp1          2642     /dev/snd/pcmC1D0[c|p]  -> /dev/dsp1                -> minor 3+16 = 19
2669     /dev/snd/pcmC1D1[c|p]  -> /dev/adsp1         2643     /dev/snd/pcmC1D1[c|p]  -> /dev/adsp1               -> minor 12+16 = 28
2670     /dev/snd/pcmC2D0[c|p]  -> /dev/audio2        2644     /dev/snd/pcmC2D0[c|p]  -> /dev/audio2              -> minor 4+32 = 36
2671     /dev/snd/pcmC2D0[c|p]  -> /dev/dsp2          2645     /dev/snd/pcmC2D0[c|p]  -> /dev/dsp2                -> minor 3+32 = 39
2672     /dev/snd/pcmC2D1[c|p]  -> /dev/adsp2         2646     /dev/snd/pcmC2D1[c|p]  -> /dev/adsp2               -> minor 12+32 = 44
2673                                                  2647 
2674 The first number from ``/dev/snd/pcmC{X}D{Y}[    2648 The first number from ``/dev/snd/pcmC{X}D{Y}[c|p]`` expression means
2675 sound card number and second means device num    2649 sound card number and second means device number.  The ALSA devices
2676 have either ``c`` or ``p`` suffix indicating     2650 have either ``c`` or ``p`` suffix indicating the direction, capture and
2677 playback, respectively.                          2651 playback, respectively.
2678                                                  2652 
2679 Please note that the device mapping above may    2653 Please note that the device mapping above may be varied via the module
2680 options of snd-pcm-oss module.                   2654 options of snd-pcm-oss module.
2681                                                  2655 
2682                                                  2656 
2683 Proc interfaces (/proc/asound)                   2657 Proc interfaces (/proc/asound)
2684 ==============================                   2658 ==============================
2685                                                  2659 
2686 /proc/asound/card#/pcm#[cp]/oss                  2660 /proc/asound/card#/pcm#[cp]/oss
2687 -------------------------------                  2661 -------------------------------
2688 erase                                            2662 erase
2689     erase all additional information about OS    2663     erase all additional information about OSS applications
2690                                                  2664 
2691 <app_name> <fragments> <fragment_size> [<opti    2665 <app_name> <fragments> <fragment_size> [<options>]
2692     <app_name>                                   2666     <app_name>
2693         name of application with (higher prio    2667         name of application with (higher priority) or without path
2694     <fragments>                                  2668     <fragments>
2695          number of fragments or zero if auto     2669          number of fragments or zero if auto
2696     <fragment_size>                              2670     <fragment_size>
2697          size of fragment in bytes or zero if    2671          size of fragment in bytes or zero if auto
2698     <options>                                    2672     <options>
2699         optional parameters                      2673         optional parameters
2700                                                  2674 
2701         disable                                  2675         disable
2702             the application tries to open a p    2676             the application tries to open a pcm device for
2703             this channel but does not want to    2677             this channel but does not want to use it.
2704             (Cause a bug or mmap needs)          2678             (Cause a bug or mmap needs)
2705             It's good for Quake etc...           2679             It's good for Quake etc...
2706         direct                                   2680         direct
2707             don't use plugins                    2681             don't use plugins
2708         block                                    2682         block
2709              force block mode (rvplayer)         2683              force block mode (rvplayer)
2710         non-block                                2684         non-block
2711             force non-block mode                 2685             force non-block mode
2712         whole-frag                               2686         whole-frag
2713             write only whole fragments (optim    2687             write only whole fragments (optimization affecting
2714             playback only)                       2688             playback only)
2715         no-silence                               2689         no-silence
2716             do not fill silence ahead to avoi    2690             do not fill silence ahead to avoid clicks
2717         buggy-ptr                                2691         buggy-ptr
2718             Returns the whitespace blocks in     2692             Returns the whitespace blocks in GETOPTR ioctl
2719             instead of filled blocks             2693             instead of filled blocks
2720                                                  2694 
2721 Example:                                         2695 Example:
2722 ::                                               2696 ::
2723                                                  2697 
2724     echo "x11amp 128 16384" > /proc/asound/ca    2698     echo "x11amp 128 16384" > /proc/asound/card0/pcm0p/oss
2725     echo "squake 0 0 disable" > /proc/asound/    2699     echo "squake 0 0 disable" > /proc/asound/card0/pcm0c/oss
2726     echo "rvplayer 0 0 block" > /proc/asound/    2700     echo "rvplayer 0 0 block" > /proc/asound/card0/pcm0p/oss
2727                                                  2701 
2728                                                  2702 
2729 Early Buffer Allocation                          2703 Early Buffer Allocation
2730 =======================                          2704 =======================
2731                                                  2705 
2732 Some drivers (e.g. hdsp) require the large co    2706 Some drivers (e.g. hdsp) require the large contiguous buffers, and
2733 sometimes it's too late to find such spaces w    2707 sometimes it's too late to find such spaces when the driver module is
2734 actually loaded due to memory fragmentation.     2708 actually loaded due to memory fragmentation.  You can pre-allocate the
2735 PCM buffers by loading snd-page-alloc module     2709 PCM buffers by loading snd-page-alloc module and write commands to its
2736 proc file in prior, for example, in the early    2710 proc file in prior, for example, in the early boot stage like
2737 ``/etc/init.d/*.local`` scripts.                 2711 ``/etc/init.d/*.local`` scripts.
2738                                                  2712 
2739 Reading the proc file /proc/drivers/snd-page-    2713 Reading the proc file /proc/drivers/snd-page-alloc shows the current
2740 usage of page allocation.  In writing, you ca    2714 usage of page allocation.  In writing, you can send the following
2741 commands to the snd-page-alloc driver:           2715 commands to the snd-page-alloc driver:
2742                                                  2716 
2743 * add VENDOR DEVICE MASK SIZE BUFFERS            2717 * add VENDOR DEVICE MASK SIZE BUFFERS
2744                                                  2718 
2745 VENDOR and DEVICE are PCI vendor and device I    2719 VENDOR and DEVICE are PCI vendor and device IDs.  They take
2746 integer numbers (0x prefix is needed for the     2720 integer numbers (0x prefix is needed for the hex).
2747 MASK is the PCI DMA mask.  Pass 0 if not rest    2721 MASK is the PCI DMA mask.  Pass 0 if not restricted.
2748 SIZE is the size of each buffer to allocate.     2722 SIZE is the size of each buffer to allocate.  You can pass
2749 k and m suffix for KB and MB.  The max number    2723 k and m suffix for KB and MB.  The max number is 16MB.
2750 BUFFERS is the number of buffers to allocate.    2724 BUFFERS is the number of buffers to allocate.  It must be greater
2751 than 0.  The max number is 4.                    2725 than 0.  The max number is 4.
2752                                                  2726 
2753 * erase                                          2727 * erase
2754                                                  2728 
2755 This will erase the all pre-allocated buffers    2729 This will erase the all pre-allocated buffers which are not in
2756 use.                                             2730 use.
2757                                                  2731 
2758                                                  2732 
2759 Links and Addresses                              2733 Links and Addresses
2760 ===================                              2734 ===================
2761                                                  2735 
2762 ALSA project homepage                            2736 ALSA project homepage
2763     http://www.alsa-project.org                  2737     http://www.alsa-project.org
2764 Kernel Bugzilla                                  2738 Kernel Bugzilla
2765     http://bugzilla.kernel.org/                  2739     http://bugzilla.kernel.org/
2766 ALSA Developers ML                               2740 ALSA Developers ML
2767     mailto:alsa-devel@alsa-project.org           2741     mailto:alsa-devel@alsa-project.org
2768 alsa-info.sh script                              2742 alsa-info.sh script
2769     https://www.alsa-project.org/alsa-info.sh    2743     https://www.alsa-project.org/alsa-info.sh
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php