Home
last modified time | relevance | path

Searched defs:snd_kcontrol_new (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/include/sound/
Dcontrol.h39 struct snd_kcontrol_new { struct
40 snd_ctl_elem_iface_t iface; /* interface identifier */
41 unsigned int device; /* device/client number */
42 unsigned int subdevice; /* subdevice (substream) number */
43 const unsigned char *name; /* ASCII name of item */
44 unsigned int index; /* index of item */
45 unsigned int access; /* access rights */
46 unsigned int count; /* count of same elements */
47 snd_kcontrol_info_t *info;
48 snd_kcontrol_get_t *get;
[all …]