Home
last modified time | relevance | path

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

/Linux-v5.4/include/sound/
Dsoc-topology.h120 int (*dapm_route_load)(struct snd_soc_component *, int index, member
/Linux-v5.4/sound/soc/
Dsoc-topology.c1174 if (tplg->comp && tplg->ops && tplg->ops->dapm_route_load) in soc_tplg_add_route()
1175 return tplg->ops->dapm_route_load(tplg->comp, tplg->index, in soc_tplg_add_route()
/Linux-v5.4/sound/soc/sof/
Dtopology.c3271 .dapm_route_load = sof_route_load,