Home
last modified time | relevance | path

Searched refs:widget_unload (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/sound/
H A Dsoc-topology.h132 int (*widget_unload)(struct snd_soc_component *, member
/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-topology.c450 if (dobj->ops && dobj->ops->widget_unload) in remove_widget()
451 dobj->ops->widget_unload(comp, dobj); in remove_widget()
/OK3568_Linux_fs/kernel/sound/soc/sof/
H A Dtopology.c3707 .widget_unload = sof_widget_unload,