Home
last modified time | relevance | path

Searched defs:snd_soc_component_driver (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/include/sound/
Dsoc-component.h32 struct snd_soc_component_driver { struct
33 const char *name;
36 const struct snd_kcontrol_new *controls;
37 unsigned int num_controls;
38 const struct snd_soc_dapm_widget *dapm_widgets;
39 unsigned int num_dapm_widgets;
40 const struct snd_soc_dapm_route *dapm_routes;
41 unsigned int num_dapm_routes;
43 int (*probe)(struct snd_soc_component *component);
44 void (*remove)(struct snd_soc_component *component);
[all …]