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