Searched defs:snd_kcontrol_new (Results 1 – 2 of 2) sorted by relevance
115207 struct snd_kcontrol_new { struct115208 snd_ctl_elem_iface_t iface;115209 unsigned int device;115210 unsigned int subdevice;115211 const char *name;115212 unsigned int index;115213 unsigned int access;115214 unsigned int count;115215 snd_kcontrol_info_t *info;115216 snd_kcontrol_get_t *get;[all …]