Home
last modified time | relevance | path

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

/sound/soc/
Dsoc-core.c918 struct snd_soc_dai_link_component cpu_dai_component; in soc_bind_dai_link() local
926 cpu_dai_component.name = dai_link->cpu_name; in soc_bind_dai_link()
927 cpu_dai_component.of_node = dai_link->cpu_of_node; in soc_bind_dai_link()
928 cpu_dai_component.dai_name = dai_link->cpu_dai_name; in soc_bind_dai_link()
929 rtd->cpu_dai = snd_soc_find_dai(&cpu_dai_component); in soc_bind_dai_link()