Searched defs:snd_kcontrol (Results 1 – 1 of 1) sorted by relevance
62 struct snd_kcontrol { struct66 snd_kcontrol_info_t *info; argument67 snd_kcontrol_get_t *get; argument68 snd_kcontrol_put_t *put; argument75 void (*private_free)(struct snd_kcontrol *kcontrol); argument76 struct snd_kcontrol_volatile vd[0]; /* volatile data */ argument79 #define snd_kcontrol(n) list_entry(n, struct snd_kcontrol, list) macro