Searched defs:sof_ipc_tplg_ops (Results 1 – 1 of 1) sorted by relevance
220 struct sof_ipc_tplg_ops { struct221 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;231 int (*dai_config)(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget,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,[all …]