Home
last modified time | relevance | path

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

/linux-6.1.9/include/sound/
Dcontrol.h47 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;
[all …]