Commit da0ae32f authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA CVS update

D:2003/08/06 12:13:57
A:Takashi Iwai <tiwai@suse.de>
F:Documentation/ALSA-Configuration.txt:1.13->1.14 
L:more descriptions for vx drivers.
parent 634726b4
......@@ -1033,6 +1033,7 @@ Module parameters
Module for Digigram VX-Pocket VX222, V222 v2 and Mic cards.
mic - Enable Microphone on V222 Mic (NYI)
ibl - Capture IBL size. (default = 0, minimum size)
Module supports up to 8 cards.
......@@ -1042,12 +1043,21 @@ Module parameters
post-install snd-vx222 "/usr/bin/vxload"
IBL size defines the interrupts period for PCM. The smaller size
gives smaller latency but leads to more CPU consumption, too.
The size is usually aligned to 126. As default (=0), the smallest
size is chosen. The possible IBL values can be found in
/proc/asound/cardX/vx-status proc file.
Module snd-vxpocket
-------------------
Module for Digigram VX-Pocket VX2 PCMCIA card.
irq_mask - IRQ bitmask, specifies the available IRQs as bits
(default = 0xffff, all available)
irq_list - List of available interrupts (default = -1, not specified)
ibl - Capture IBL size. (default = 0, minimum size)
Module supports up to 8 cards. The module is compiled only when
PCMCIA is supported on kernel.
......@@ -1058,12 +1068,19 @@ Module parameters
For loading the firmware, use vxloader utility in alsa-tools
package.
The irq_mask and irq_list are provided to avoid allocation of
specific IRQs. Usually you don't need to specify them.
About capture IBL, see the description of snd-vx222 module.
Module snd-vxp440
-----------------
Module for Digigram VX-Pocket 440 PCMCIA card.
irq_mask - IRQ bitmask, specifies the available IRQs as bits
irq_list - List of available interrupts (default = -1, not specified)
ibl - Capture IBL size. (default = 0, minimum size)
Module supports up to 8 cards. The module is compiled only when
PCMCIA is supported on kernel.
......@@ -1074,6 +1091,11 @@ Module parameters
For loading the firmware, use vxloader utility in alsa-tools
package.
The irq_mask and irq_list are provided to avoid allocation of
specific IRQs. Usually you don't need to specify them.
About capture IBL, see the description of snd-vx222 module.
Module snd-ymfpci
-----------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment