Home
last modified time | relevance | path

Searched defs:sof_ipc_tplg_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/sound/soc/sof/
Dsof-audio.h210 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);
[all …]