Home
last modified time | relevance | path

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

/linux-6.1.9/include/sound/
Dsoc-topology.h137 int (*dai_unload)(struct snd_soc_component *, member
/linux-6.1.9/sound/soc/
Dsoc-topology.c457 if (dobj->ops && dobj->ops->dai_unload) in remove_dai()
458 dobj->ops->dai_unload(comp, dobj); in remove_dai()
/linux-6.1.9/sound/soc/sof/
Dtopology.c2054 .dai_unload = sof_dai_unload,