Lines Matching defs:snd_kcontrol_new
47 struct snd_kcontrol_new { struct
48 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;
57 snd_kcontrol_put_t *put;
58 union {
61 } tlv;
62 unsigned long private_value;