Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/sound/
Dcontrol.h41 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;
[all …]