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