Lines Matching defs:snd_kcontrol_new
41 struct snd_kcontrol_new { struct
42 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;
51 snd_kcontrol_put_t *put;
52 union {
55 } tlv;
56 unsigned long private_value;