Lines Matching defs:sof_ipc_tplg_ops
210 struct sof_ipc_tplg_ops { struct
211 const struct sof_ipc_tplg_widget_ops *widget;
212 const struct sof_ipc_tplg_control_ops *control;
213 int (*route_setup)(struct snd_sof_dev *sdev, struct snd_sof_route *sroute);
214 int (*route_free)(struct snd_sof_dev *sdev, struct snd_sof_route *sroute);
215 const struct sof_token_info *token_list;
216 int (*control_setup)(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol);
217 int (*control_free)(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol);
218 int (*pipeline_complete)(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget);
219 int (*widget_setup)(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget);
220 int (*widget_free)(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget);
221 int (*dai_config)(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget,
223 int (*dai_get_clk)(struct snd_sof_dev *sdev, struct snd_sof_dai *dai, int clk_type);
224 int (*set_up_all_pipelines)(struct snd_sof_dev *sdev, bool verify);
225 int (*tear_down_all_pipelines)(struct snd_sof_dev *sdev, bool verify);
226 int (*parse_manifest)(struct snd_soc_component *scomp, int index,
228 int (*link_setup)(struct snd_sof_dev *sdev, struct snd_soc_dai_link *link);