Searched defs:snd_soc_component_driver (Results 1 – 1 of 1) sorted by relevance
715 struct snd_soc_component_driver { struct716 const char *name;719 const struct snd_kcontrol_new *controls;720 unsigned int num_controls;721 const struct snd_soc_dapm_widget *dapm_widgets;722 unsigned int num_dapm_widgets;723 const struct snd_soc_dapm_route *dapm_routes;724 unsigned int num_dapm_routes;726 int (*probe)(struct snd_soc_component *);727 void (*remove)(struct snd_soc_component *);[all …]