Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dsof-audio.c422 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()
487 if (widget_ops[widget->id].ipc_unprepare && in sof_prepare_widgets_in_path()
489 widget_ops[widget->id].ipc_unprepare(swidget); in sof_prepare_widgets_in_path()
H A Dsof-audio.h179 * @ipc_unprepare: Optional op for unpreparing a widget
192 void (*ipc_unprepare)(struct snd_sof_widget *swidget); member