diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-06-30 13:42:39 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-07-28 12:09:58 +0200 |
commit | 174d52204500a63c19e6613e49db3fcfe4e9d35a (patch) | |
tree | 757965a26d51d7b144badc1c35e034088d79789b /sound/pcmcia/vx/vxp440.c | |
parent | 6d00a3127972e7853d6296ffc1e72c5b1a23d937 (diff) | |
download | lwn-174d52204500a63c19e6613e49db3fcfe4e9d35a.tar.gz lwn-174d52204500a63c19e6613e49db3fcfe4e9d35a.zip |
[ALSA] vxpocket - Remove unused code
Digigram VX Pocket driver
Removed unused files (dropped by the last change).
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pcmcia/vx/vxp440.c')
-rw-r--r-- | sound/pcmcia/vx/vxp440.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sound/pcmcia/vx/vxp440.c b/sound/pcmcia/vx/vxp440.c deleted file mode 100644 index 59190a833001..000000000000 --- a/sound/pcmcia/vx/vxp440.c +++ /dev/null @@ -1,14 +0,0 @@ -#define COMPILE_VXP440 - -/* - add the following as /etc/pcmcia/vxp440.conf: - - device "snd-vxp440" - class "audio" module "snd-vxp440" - - card "Digigram VX-POCKET440" - manfid 0x01f1, 0x0100 - bind "snd-vxp440" -*/ - -#include "vxpocket.c" |