Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/sound/
Dsoc-topology.h140 int (*dai_unload)(struct snd_soc_component *, member
/kernel/linux/linux-5.10/sound/soc/
Dsoc-topology.c514 if (dobj->ops && dobj->ops->dai_unload) in remove_dai()
515 dobj->ops->dai_unload(comp, dobj); in remove_dai()
/kernel/linux/linux-5.10/sound/soc/sof/
Dtopology.c3711 .dai_unload = sof_dai_unload,