Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/
Dsoc-core.c844 struct snd_soc_dai_link_component cpu_dai_component; in soc_bind_dai_link() local
866 cpu_dai_component.name = dai_link->cpu_name; in soc_bind_dai_link()
867 cpu_dai_component.of_node = dai_link->cpu_of_node; in soc_bind_dai_link()
868 cpu_dai_component.dai_name = dai_link->cpu_dai_name; in soc_bind_dai_link()
869 rtd->cpu_dai = snd_soc_find_dai(&cpu_dai_component); in soc_bind_dai_link()