Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
snd_ctl_elem_value32 Struct Reference

Data Fields

struct snd_ctl_elem_id id
 
unsigned int indirect
 
union {
   s32   integer [128]
 
   unsigned char   data [512]
 
   s64   integer64 [64]
 
value
 
unsigned char reserved [128]
 

Detailed Description

Definition at line 160 of file control_compat.c.

Field Documentation

unsigned char data[512]

Definition at line 165 of file control_compat.c.

Definition at line 161 of file control_compat.c.

unsigned int indirect

Definition at line 162 of file control_compat.c.

s32 integer[128]

Definition at line 164 of file control_compat.c.

s64 integer64[64]

Definition at line 167 of file control_compat.c.

unsigned char reserved[128]

Definition at line 170 of file control_compat.c.

union { ... } value

The documentation for this struct was generated from the following file: