Home
last modified time | relevance | path

Searched refs:widget_kcontrol_setup (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/sound/soc/sof/
Dipc4-control.c214 .widget_kcontrol_setup = sof_ipc4_widget_kcontrol_setup,
Dsof-audio.c145 if (tplg_ops->control->widget_kcontrol_setup) { in sof_widget_setup()
146 ret = tplg_ops->control->widget_kcontrol_setup(sdev, swidget); in sof_widget_setup()
Dsof-audio.h121 int (*widget_kcontrol_setup)(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget); member
Dipc3-control.c707 .widget_kcontrol_setup = sof_ipc3_widget_kcontrol_setup,