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