Searched defs:snd_kcontrol (Results 1 – 1 of 1) sorted by relevance
69 struct snd_kcontrol { struct73 snd_kcontrol_info_t *info; argument74 snd_kcontrol_get_t *get; argument75 snd_kcontrol_put_t *put; argument82 void (*private_free)(struct snd_kcontrol *kcontrol); argument83 struct snd_kcontrol_volatile vd[0]; /* volatile data */ argument86 #define snd_kcontrol(n) list_entry(n, struct snd_kcontrol, list) macro