Linux Kernel
3.7.1
|
#include <asound.h>
Data Fields | |
struct snd_ctl_elem_id | id |
unsigned int | indirect: 1 |
union { | |
union { | |
long value [128] | |
long * value_ptr | |
} integer | |
union { | |
long long value [64] | |
long long * value_ptr | |
} integer64 | |
union { | |
unsigned int item [128] | |
unsigned int * item_ptr | |
} enumerated | |
union { | |
unsigned char data [512] | |
unsigned char * data_ptr | |
} bytes | |
struct snd_aes_iec958 iec958 | |
} | value |
struct timespec | tstamp |
unsigned char | reserved [128-sizeof(struct timespec)] |
union { ... } bytes |
union { ... } enumerated |
struct snd_aes_iec958 iec958 |
union { ... } integer |
union { ... } integer64 |
union { ... } value |