Lines Matching defs:snd_kcontrol_new
31 struct snd_kcontrol_new { struct
32 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;
41 snd_kcontrol_put_t *put;
42 union {
45 } tlv;
46 unsigned long private_value;