there is a new event api ...
[sound-tools/hdrec.git] / hdrec.h
1 /* hdrec.h */
2
3 #ifndef HDREC_H
4 #define HDREC_H
5
6 #define PLAY 1
7 #define RECORD 2
8 #define CONVERT 4
9 #define REVERSED 8
10
11 #define MAX_C_FILE 128
12 #define MAX_C_DEVICE 128
13
14 #endif /* HDREC_H */