mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Remove enum from kernel API
Remove enum in structs from kernel API headers. The enum is not always equivalent with int on some architectures. From: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
This commit is contained in:
parent
f9e0c56c46
commit
06e3df0549
3 changed files with 21 additions and 21 deletions
|
|
@ -264,7 +264,7 @@ enum emu10k1_ctl_elem_iface {
|
|||
|
||||
typedef struct {
|
||||
unsigned int pad; /* don't use */
|
||||
enum emu10k1_ctl_elem_iface iface;/* interface identifier */
|
||||
int iface; /* interface identifier */
|
||||
unsigned int device; /* device/client number */
|
||||
unsigned int subdevice; /* subdevice (substream) number */
|
||||
unsigned char name[44]; /* ASCII name of item */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue