Searched defs:snd_soc_component_driver (Results 1 – 1 of 1) sorted by relevance
32 struct snd_soc_component_driver { struct33 const char *name;36 const struct snd_kcontrol_new *controls;37 unsigned int num_controls;38 const struct snd_soc_dapm_widget *dapm_widgets;39 unsigned int num_dapm_widgets;40 const struct snd_soc_dapm_route *dapm_routes;41 unsigned int num_dapm_routes;43 int (*probe)(struct snd_soc_component *component);44 void (*remove)(struct snd_soc_component *component);[all …]