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