Home
last modified time | relevance | path

Searched defs:snd_kcontrol (Results 1 – 1 of 1) sorted by relevance

/linux/include/sound/
H A Dcontrol.h70 struct snd_kcontrol { struct
74 snd_kcontrol_info_t *info; argument
75 snd_kcontrol_get_t *get; argument
76 snd_kcontrol_put_t *put; argument
83 void (*private_free)(struct snd_kcontrol *kcontrol); argument
87 #define snd_kcontrol(n) list_entry(n, struct snd_kcontrol, list) macro