Home
last modified time | relevance | path

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

/linux-6.6.21/include/sound/
Dsoc-component.h67 struct snd_soc_component_driver { struct
68 const char *name;
71 const struct snd_kcontrol_new *controls;
72 unsigned int num_controls;
73 const struct snd_soc_dapm_widget *dapm_widgets;
74 unsigned int num_dapm_widgets;
75 const struct snd_soc_dapm_route *dapm_routes;
76 unsigned int num_dapm_routes;
78 int (*probe)(struct snd_soc_component *component);
79 void (*remove)(struct snd_soc_component *component);
[all …]