Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h120692 struct snd_soc_component_driver { struct
120693 const char *name;
120694 const struct snd_kcontrol_new *controls;
120695 unsigned int num_controls;
120696 const struct snd_soc_dapm_widget *dapm_widgets;
120697 unsigned int num_dapm_widgets;
120698 const struct snd_soc_dapm_route *dapm_routes;
120699 unsigned int num_dapm_routes;
120700 int (*probe)(struct snd_soc_component *);
120701 void (*remove)(struct snd_soc_component *);
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h127211 struct snd_soc_component_driver { struct
127212 const char *name;
127213 const struct snd_kcontrol_new *controls;
127214 unsigned int num_controls;
127215 const struct snd_soc_dapm_widget *dapm_widgets;
127216 unsigned int num_dapm_widgets;
127217 const struct snd_soc_dapm_route *dapm_routes;
127218 unsigned int num_dapm_routes;
127219 int (*probe)(struct snd_soc_component *);
127220 void (*remove)(struct snd_soc_component *);
[all …]