Home
last modified time | relevance | path

Searched refs:widget_ops (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/sof/
A Dsof-audio.c411 const struct sof_ipc_tplg_widget_ops *widget_ops; in sof_unprepare_widgets_in_path() local
421 widget_ops = tplg_ops ? tplg_ops->widget : NULL; in sof_unprepare_widgets_in_path()
422 if (widget_ops && widget_ops[widget->id].ipc_unprepare) in sof_unprepare_widgets_in_path()
424 widget_ops[widget->id].ipc_unprepare(swidget); in sof_unprepare_widgets_in_path()
450 const struct sof_ipc_tplg_widget_ops *widget_ops; in sof_prepare_widgets_in_path() local
457 widget_ops = tplg_ops ? tplg_ops->widget : NULL; in sof_prepare_widgets_in_path()
458 if (!widget_ops) in sof_prepare_widgets_in_path()
461 if (!swidget || !widget_ops[widget->id].ipc_prepare || swidget->prepared) in sof_prepare_widgets_in_path()
465 ret = widget_ops[widget->id].ipc_prepare(swidget, fe_params, platform_params, in sof_prepare_widgets_in_path()
487 if (widget_ops[widget->id].ipc_unprepare && in sof_prepare_widgets_in_path()
[all …]
A Dtopology.c1393 const struct sof_ipc_tplg_widget_ops *widget_ops; in sof_widget_ready() local
1467 widget_ops = tplg_ops ? tplg_ops->widget : NULL; in sof_widget_ready()
1468 if (widget_ops) { in sof_widget_ready()
1469 token_list = widget_ops[w->id].token_list; in sof_widget_ready()
1552 if (widget_ops && widget_ops[w->id].bind_event) { in sof_widget_ready()
1680 widget_ops = tplg_ops ? tplg_ops->widget : NULL; in sof_widget_unload()
1681 if (widget_ops && widget_ops[swidget->id].ipc_free) in sof_widget_unload()
1682 widget_ops[swidget->id].ipc_free(swidget); in sof_widget_unload()
2179 widget_ops = tplg_ops ? tplg_ops->widget : NULL; in sof_complete()
2200 if (widget_ops && widget_ops[pipe_widget->id].ipc_setup) { in sof_complete()
[all …]

Completed in 10 milliseconds