Searched defs:snd_kcontrol_new (Results 1 – 1 of 1) sorted by relevance
31 struct snd_kcontrol_new { struct32 snd_ctl_elem_iface_t iface; /* interface identifier */33 unsigned int device; /* device/client number */34 unsigned int subdevice; /* subdevice (substream) number */35 const unsigned char *name; /* ASCII name of item */36 unsigned int index; /* index of item */37 unsigned int access; /* access rights */38 unsigned int count; /* count of same elements */39 snd_kcontrol_info_t *info;40 snd_kcontrol_get_t *get;[all …]