Lines Matching defs:sof_ipc_tplg_ops
220 struct sof_ipc_tplg_ops { struct
221 const struct sof_ipc_tplg_widget_ops *widget;
222 const struct sof_ipc_tplg_control_ops *control;
223 int (*route_setup)(struct snd_sof_dev *sdev, struct snd_sof_route *sroute);
224 int (*route_free)(struct snd_sof_dev *sdev, struct snd_sof_route *sroute);
225 const struct sof_token_info *token_list;
226 int (*control_setup)(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol);
227 int (*control_free)(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol);
228 int (*pipeline_complete)(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget);
229 int (*widget_setup)(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget);
230 int (*widget_free)(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget);
231 int (*dai_config)(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget,
233 int (*dai_get_param)(struct snd_sof_dev *sdev, struct snd_sof_dai *dai, int param_type);
234 int (*set_up_all_pipelines)(struct snd_sof_dev *sdev, bool verify);
235 int (*tear_down_all_pipelines)(struct snd_sof_dev *sdev, bool verify);
236 int (*parse_manifest)(struct snd_soc_component *scomp, int index,
238 int (*link_setup)(struct snd_sof_dev *sdev, struct snd_soc_dai_link *link);