Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h94206 struct snd_kcontrol_new { struct
94207 snd_ctl_elem_iface_t iface;
94208 unsigned int device;
94209 unsigned int subdevice;
94210 const char *name;
94211 unsigned int index;
94212 unsigned int access;
94213 unsigned int count;
94214 snd_kcontrol_info_t *info;
94215 snd_kcontrol_get_t *get;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h103902 struct snd_kcontrol_new { struct
103903 snd_ctl_elem_iface_t iface;
103904 unsigned int device;
103905 unsigned int subdevice;
103906 const char *name;
103907 unsigned int index;
103908 unsigned int access;
103909 unsigned int count;
103910 snd_kcontrol_info_t *info;
103911 snd_kcontrol_get_t *get;
[all …]