Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/sound/soc/sof/
H A Dsof-audio.c425 if (widget_ops && widget_ops[widget->id].ipc_unprepare) in sof_unprepare_widgets_in_path()
427 widget_ops[widget->id].ipc_unprepare(swidget); in sof_unprepare_widgets_in_path()
490 if (widget_ops[widget->id].ipc_unprepare && in sof_prepare_widgets_in_path()
492 widget_ops[widget->id].ipc_unprepare(swidget); in sof_prepare_widgets_in_path()
H A Dsof-audio.h169 * @ipc_unprepare: Optional op for unpreparing a widget
182 void (*ipc_unprepare)(struct snd_sof_widget *swidget); member

Completed in 3 milliseconds