diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-06-30 13:40:51 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-07-28 12:09:56 +0200 |
commit | 6d00a3127972e7853d6296ffc1e72c5b1a23d937 (patch) | |
tree | 6c9018f16ed83400cb3297aa7c1ffea95cc03ff1 /sound/pcmcia/Kconfig | |
parent | 82fe0c5803f4c77ffeb4c1c2367defb3dcedad45 (diff) | |
download | op-kernel-dev-6d00a3127972e7853d6296ffc1e72c5b1a23d937.zip op-kernel-dev-6d00a3127972e7853d6296ffc1e72c5b1a23d937.tar.gz |
[ALSA] Fix and clean-up of vxpocket driver
Documentation,PCMCIA Kconfig,Digigram VX Pocket driver
- Fixed Oops with request_firmware()
- Detect the card type in runtime (vxpoocket v2 or 440)
- snd-vxp440 driver is merged to snd-vxpocket
- Clean up the code
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pcmcia/Kconfig')
-rw-r--r-- | sound/pcmcia/Kconfig | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/sound/pcmcia/Kconfig b/sound/pcmcia/Kconfig index 3611e29..5d1b0b7 100644 --- a/sound/pcmcia/Kconfig +++ b/sound/pcmcia/Kconfig @@ -8,23 +8,12 @@ config SND_VXPOCKET depends on SND && PCMCIA && ISA select SND_VX_LIB help - Say Y here to include support for Digigram VXpocket - soundcards. + Say Y here to include support for Digigram VXpocket and + VXpocket 440 soundcards. To compile this driver as a module, choose M here: the module will be called snd-vxpocket. -config SND_VXP440 - tristate "Digigram VXpocket 440" - depends on SND && PCMCIA && ISA - select SND_VX_LIB - help - Say Y here to include support for Digigram VXpocket 440 - soundcards. - - To compile this driver as a module, choose M here: the module - will be called snd-vxp440. - config SND_PDAUDIOCF tristate "Sound Core PDAudioCF" depends on SND && PCMCIA && ISA |