Linux Kernel
3.7.1
|
#include <control.h>
Data Fields | |
struct list_head | list |
struct snd_ctl_elem_id | id |
unsigned int | count |
snd_kcontrol_info_t * | info |
snd_kcontrol_get_t * | get |
snd_kcontrol_put_t * | put |
union { | |
snd_kcontrol_tlv_rw_t * c | |
const unsigned int * p | |
} | tlv |
unsigned long | private_value |
void * | private_data |
void(* | private_free )(struct snd_kcontrol *kcontrol) |
struct snd_kcontrol_volatile | vd [0] |
snd_kcontrol_get_t* get |
snd_kcontrol_info_t* info |
void(* private_free)(struct snd_kcontrol *kcontrol) |
snd_kcontrol_put_t* put |
union { ... } tlv |
struct snd_kcontrol_volatile vd[0] |