Home
last modified time | relevance | path

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

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