Loading...
1# ALSA PCMCIA drivers
2
3menuconfig SND_PCMCIA
4 bool "PCMCIA sound devices"
5 depends on PCMCIA
6 default y
7 help
8 Support for sound devices connected via the PCMCIA bus.
9
10if SND_PCMCIA && PCMCIA
11
12config SND_VXPOCKET
13 tristate "Digigram VXpocket"
14 select SND_VX_LIB
15 help
16 Say Y here to include support for Digigram VXpocket and
17 VXpocket 440 soundcards.
18
19 To compile this driver as a module, choose M here: the module
20 will be called snd-vxpocket.
21
22config SND_PDAUDIOCF
23 tristate "Sound Core PDAudioCF"
24 select SND_PCM
25 help
26 Say Y here to include support for Sound Core PDAudioCF
27 soundcards.
28
29 To compile this driver as a module, choose M here: the module
30 will be called snd-pdaudiocf.
31
32endif # SND_PCMCIA
33
1# SPDX-License-Identifier: GPL-2.0-only
2# ALSA PCMCIA drivers
3
4menuconfig SND_PCMCIA
5 bool "PCMCIA sound devices"
6 depends on PCMCIA
7 default y
8 help
9 Support for sound devices connected via the PCMCIA bus.
10
11if SND_PCMCIA && PCMCIA
12
13config SND_VXPOCKET
14 tristate "Digigram VXpocket"
15 select SND_VX_LIB
16 help
17 Say Y here to include support for Digigram VXpocket and
18 VXpocket 440 soundcards.
19
20 To compile this driver as a module, choose M here: the module
21 will be called snd-vxpocket.
22
23config SND_PDAUDIOCF
24 tristate "Sound Core PDAudioCF"
25 select SND_PCM
26 help
27 Say Y here to include support for Sound Core PDAudioCF
28 soundcards.
29
30 To compile this driver as a module, choose M here: the module
31 will be called snd-pdaudiocf.
32
33endif # SND_PCMCIA
34