Searched defs:sof_ipc_tplg_ops (Results 1 – 1 of 1) sorted by relevance
173 struct sof_ipc_tplg_ops { struct174 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);[all …]