mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
Encapsulated hwdep. Converted all enums to type safety
This commit is contained in:
parent
a83b209df2
commit
5bf23ae9a1
32 changed files with 510 additions and 268 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue