Lines Matching defs:snd_soc_tplg_ops
112 struct snd_soc_tplg_ops { struct
115 int (*control_load)(struct snd_soc_component *,
117 int (*control_unload)(struct snd_soc_component *,
121 int (*widget_load)(struct snd_soc_component *,
124 int (*widget_unload)(struct snd_soc_component *,
128 int (*pcm_dai_load)(struct snd_soc_component *,
130 int (*pcm_dai_unload)(struct snd_soc_component *,
134 int (*vendor_load)(struct snd_soc_component *,
136 int (*vendor_unload)(struct snd_soc_component *,
140 void (*complete)(struct snd_soc_component *);
143 int (*manifest)(struct snd_soc_component *,
167 struct snd_soc_tplg_ops *ops, const struct firmware *fw, argument