Commit 72a89a6c authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA CVS update - Takashi Iwai <tiwai@suse.de>

Documentation,PCMCIA Kconfig
- added CONFIG_ISA restriction to vxpocket and vxp440 drivers.
parent 1a88e80e
...@@ -1067,6 +1067,7 @@ Module parameters ...@@ -1067,6 +1067,7 @@ Module parameters
irq_mask - IRQ bitmask, specifies the available IRQs as bits irq_mask - IRQ bitmask, specifies the available IRQs as bits
(default = 0xffff, all available) (default = 0xffff, all available)
irq_list - List of available interrupts (default = -1, not specified) irq_list - List of available interrupts (default = -1, not specified)
4 numbers must be given (if specified).
ibl - Capture IBL size. (default = 0, minimum size) ibl - Capture IBL size. (default = 0, minimum size)
Module supports up to 8 cards. The module is compiled only when Module supports up to 8 cards. The module is compiled only when
...@@ -1083,6 +1084,8 @@ Module parameters ...@@ -1083,6 +1084,8 @@ Module parameters
About capture IBL, see the description of snd-vx222 module. About capture IBL, see the description of snd-vx222 module.
Note: the driver is build only when CONFIG_ISA is set.
Module snd-vxp440 Module snd-vxp440
----------------- -----------------
...@@ -1090,6 +1093,7 @@ Module parameters ...@@ -1090,6 +1093,7 @@ Module parameters
irq_mask - IRQ bitmask, specifies the available IRQs as bits irq_mask - IRQ bitmask, specifies the available IRQs as bits
irq_list - List of available interrupts (default = -1, not specified) irq_list - List of available interrupts (default = -1, not specified)
4 numbers must be given (if specified).
ibl - Capture IBL size. (default = 0, minimum size) ibl - Capture IBL size. (default = 0, minimum size)
Module supports up to 8 cards. The module is compiled only when Module supports up to 8 cards. The module is compiled only when
...@@ -1106,6 +1110,8 @@ Module parameters ...@@ -1106,6 +1110,8 @@ Module parameters
About capture IBL, see the description of snd-vx222 module. About capture IBL, see the description of snd-vx222 module.
Note: the driver is build only when CONFIG_ISA is set.
Module snd-ymfpci Module snd-ymfpci
----------------- -----------------
......
...@@ -5,13 +5,13 @@ menu "PCMCIA devices" ...@@ -5,13 +5,13 @@ menu "PCMCIA devices"
config SND_VXPOCKET config SND_VXPOCKET
tristate "Digigram VXpocket" tristate "Digigram VXpocket"
depends on SND && PCMCIA depends on SND && PCMCIA && ISA
help help
Say 'Y' or 'M' to include support for Digigram VXpocket soundcard. Say 'Y' or 'M' to include support for Digigram VXpocket soundcard.
config SND_VXP440 config SND_VXP440
tristate "Digigram VXpocket 440" tristate "Digigram VXpocket 440"
depends on SND && PCMCIA depends on SND && PCMCIA && ISA
help help
Say 'Y' or 'M' to include support for Digigram VXpocket 440 soundcard. Say 'Y' or 'M' to include support for Digigram VXpocket 440 soundcard.
......
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