Encapsulated hwdep. Converted all enums to type safety

This commit is contained in:
Abramo Bagnara 2001-02-05 15:44:42 +00:00
parent a83b209df2
commit 5bf23ae9a1
32 changed files with 510 additions and 268 deletions

View file

@ -73,7 +73,7 @@ typedef struct {
struct _snd_seq {
char *name;
int type;
snd_seq_type_t type;
int streams;
int mode;
int poll_fd;