Searched defs:snd_soc_component_driver (Results 1 – 1 of 1) sorted by relevance
69 struct snd_soc_component_driver { struct70 const char *name;73 const struct snd_kcontrol_new *controls;74 unsigned int num_controls;75 const struct snd_soc_dapm_widget *dapm_widgets;76 unsigned int num_dapm_widgets;77 const struct snd_soc_dapm_route *dapm_routes;78 unsigned int num_dapm_routes;80 int (*probe)(struct snd_soc_component *component);81 int (*fixup_controls)(struct snd_soc_component *component);[all …]