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