Home
last modified time | relevance | path

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

/linux-4.4.14/include/sound/
Dsoc-topology.h124 int (*widget_unload)(struct snd_soc_component *, member
/linux-4.4.14/sound/soc/
Dsoc-topology.c461 if (dobj->ops && dobj->ops->widget_unload) in remove_widget()
462 dobj->ops->widget_unload(comp, dobj); in remove_widget()