|
Linux Kernel
3.7.1
|
#include <asound.h>
Data Fields | |
| struct snd_ctl_elem_id | id |
| snd_ctl_elem_type_t | type |
| unsigned int | access |
| unsigned int | count |
| __kernel_pid_t | owner |
| union { | |
| struct { | |
| long min | |
| long max | |
| long step | |
| } integer | |
| struct { | |
| long long min | |
| long long max | |
| long long step | |
| } integer64 | |
| struct { | |
| unsigned int items | |
| unsigned int item | |
| char name [64] | |
| __u64 names_ptr | |
| unsigned int names_length | |
| } enumerated | |
| unsigned char reserved [128] | |
| } | value |
| union { | |
| unsigned short d [4] | |
| unsigned short * d_ptr | |
| } | dimen |
| union { ... } dimen |
| struct { ... } enumerated |
| struct { ... } integer |
| struct { ... } integer64 |
| __kernel_pid_t owner |
| union { ... } value |
1.8.2