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:
Takashi Iwai 2006-05-10 16:27:14 +02:00
parent f9e0c56c46
commit 06e3df0549
3 changed files with 21 additions and 21 deletions

View file

@ -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 */