Searched refs:widget_setup (Results 1 - 4 of 4) sorted by relevance

/linux-master/sound/soc/sof/
H A Dsof-audio.h207 * @widget_setup: Function pointer for setting up setup in the DSP
227 int (*widget_setup)(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget); member in struct:sof_ipc_tplg_ops
H A Dsof-audio.c185 if (tplg_ops && tplg_ops->widget_setup) {
186 ret = tplg_ops->widget_setup(sdev, swidget);
H A Dipc3-topology.c2693 .widget_setup = sof_ipc3_widget_setup,
H A Dipc4-topology.c3151 .widget_setup = sof_ipc4_widget_setup,

Completed in 291 milliseconds