Lines Matching defs:sof_ipc_tplg_ops
173 struct sof_ipc_tplg_ops { struct
174 const struct sof_ipc_tplg_widget_ops *widget;
175 const struct sof_ipc_tplg_control_ops *control;
176 int (*route_setup)(struct snd_sof_dev *sdev, struct snd_sof_route *sroute);
177 int (*route_free)(struct snd_sof_dev *sdev, struct snd_sof_route *sroute);
178 const struct sof_token_info *token_list;
179 int (*control_setup)(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol);
180 int (*control_free)(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol);
181 int (*pipeline_complete)(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget);
182 int (*widget_setup)(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget);
183 int (*widget_free)(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget);
184 int (*dai_config)(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget,
186 int (*dai_get_clk)(struct snd_sof_dev *sdev, struct snd_sof_dai *dai, int clk_type);
187 int (*set_up_all_pipelines)(struct snd_sof_dev *sdev, bool verify);
188 int (*tear_down_all_pipelines)(struct snd_sof_dev *sdev, bool verify);
189 int (*parse_manifest)(struct snd_soc_component *scomp, int index,