Searched defs:snd_soc_component_driver (Results 1 – 2 of 2) sorted by relevance
120692 struct snd_soc_component_driver { struct120693 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 …]
127211 struct snd_soc_component_driver { struct127212 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 …]