Searched refs:dapm_route_unload (Results 1 – 3 of 3) sorted by relevance
119 int (*dapm_route_unload)(struct snd_soc_component *, member
410 if (dobj->ops && dobj->ops->dapm_route_unload) in remove_route()411 dobj->ops->dapm_route_unload(comp, dobj); in remove_route()
3664 .dapm_route_unload = sof_route_unload,