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

#include <control.h>

Data Fields

struct list_head list
 
struct snd_ctl_elem_id id
 
unsigned int count
 
snd_kcontrol_info_tinfo
 
snd_kcontrol_get_tget
 
snd_kcontrol_put_tput
 
union {
   snd_kcontrol_tlv_rw_t *   c
 
   const unsigned int *   p
 
tlv
 
unsigned long private_value
 
voidprivate_data
 
void(* private_free )(struct snd_kcontrol *kcontrol)
 
struct snd_kcontrol_volatile vd [0]
 

Detailed Description

Definition at line 62 of file control.h.

Field Documentation

Definition at line 70 of file control.h.

unsigned int count

Definition at line 65 of file control.h.

Definition at line 67 of file control.h.

Definition at line 64 of file control.h.

Definition at line 66 of file control.h.

Definition at line 63 of file control.h.

const unsigned int* p

Definition at line 71 of file control.h.

void* private_data

Definition at line 74 of file control.h.

void(* private_free)(struct snd_kcontrol *kcontrol)

Definition at line 75 of file control.h.

unsigned long private_value

Definition at line 73 of file control.h.

Definition at line 68 of file control.h.

union { ... } tlv

Definition at line 76 of file control.h.


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