Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/sound/
H A Dsoc-topology.h122 int (*dapm_route_unload)(struct snd_soc_component *, member
/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-topology.c431 if (dobj->ops && dobj->ops->dapm_route_unload) in remove_route()
432 dobj->ops->dapm_route_unload(comp, dobj); in remove_route()
/OK3568_Linux_fs/kernel/sound/soc/sof/
H A Dtopology.c3702 .dapm_route_unload = sof_route_unload,