blob: 59190a8330016395cb976d638db3cb9ca28913e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#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"
|