Searched defs:snd_kcontrol_new (Results 1 – 1 of 1) sorted by relevance
44 struct snd_kcontrol_new { struct45 snd_ctl_elem_iface_t iface; /* interface identifier */46 unsigned int device; /* device/client number */47 unsigned int subdevice; /* subdevice (substream) number */48 const unsigned char *name; /* ASCII name of item */49 unsigned int index; /* index of item */50 unsigned int access; /* access rights */51 unsigned int count; /* count of same elements */52 snd_kcontrol_info_t *info;53 snd_kcontrol_get_t *get;[all …]