Searched defs:snd_soc_component_driver (Results 1 – 1 of 1) sorted by relevance
750 struct snd_soc_component_driver { struct751 const char *name;754 const struct snd_kcontrol_new *controls;755 unsigned int num_controls;756 const struct snd_soc_dapm_widget *dapm_widgets;757 unsigned int num_dapm_widgets;758 const struct snd_soc_dapm_route *dapm_routes;759 unsigned int num_dapm_routes;761 int (*probe)(struct snd_soc_component *);762 void (*remove)(struct snd_soc_component *);[all …]