Lines Matching defs:snd_soc_component_driver
750 struct snd_soc_component_driver { struct
751 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 *);
765 int (*of_xlate_dai_name)(struct snd_soc_component *component,
768 void (*seq_notifier)(struct snd_soc_component *, enum snd_soc_dapm_type,
770 int (*stream_event)(struct snd_soc_component *, int event);
794 const struct snd_soc_component_driver *driver; argument