Searched defs:snd_kcontrol_new (Results 1 – 2 of 2) sorted by relevance
94206 struct snd_kcontrol_new { struct94207 snd_ctl_elem_iface_t iface;94208 unsigned int device;94209 unsigned int subdevice;94210 const char *name;94211 unsigned int index;94212 unsigned int access;94213 unsigned int count;94214 snd_kcontrol_info_t *info;94215 snd_kcontrol_get_t *get;[all …]
103902 struct snd_kcontrol_new { struct103903 snd_ctl_elem_iface_t iface;103904 unsigned int device;103905 unsigned int subdevice;103906 const char *name;103907 unsigned int index;103908 unsigned int access;103909 unsigned int count;103910 snd_kcontrol_info_t *info;103911 snd_kcontrol_get_t *get;[all …]