Home
last modified time | relevance | path

Searched refs:control_load (Results 1 – 2 of 2) sorted by relevance

/linux/include/sound/
H A Dsoc-topology.h111 int (*control_load)(struct snd_soc_component *, int index, member
/linux/sound/soc/
H A Dsoc-topology.c580 if (tplg->ops && tplg->ops->control_load) in soc_tplg_control_load()
581 ret = tplg->ops->control_load(tplg->comp, tplg->index, k, hdr); in soc_tplg_control_load()