Lines Matching refs:cpu_dai
26 struct asoc_simple_dai cpu_dai; member
76 ret = asoc_simple_card_clk_enable(&dai_props->cpu_dai); in asoc_graph_card_startup()
82 asoc_simple_card_clk_disable(&dai_props->cpu_dai); in asoc_graph_card_startup()
93 asoc_simple_card_clk_disable(&dai_props->cpu_dai); in asoc_graph_card_shutdown()
103 struct snd_soc_dai *cpu_dai = rtd->cpu_dai; in asoc_graph_card_hw_params() local
121 ret = snd_soc_dai_set_sysclk(cpu_dai, 0, mclk, in asoc_graph_card_hw_params()
141 struct snd_soc_dai *cpu = rtd->cpu_dai; in asoc_graph_card_dai_init()
150 ret = asoc_simple_card_init_dai(cpu, &dai_props->cpu_dai); in asoc_graph_card_dai_init()
164 struct asoc_simple_dai *cpu_dai = &dai_props->cpu_dai; in asoc_graph_card_dai_link_of() local
193 ret = asoc_simple_card_of_parse_tdm(cpu_ep, cpu_dai); in asoc_graph_card_dai_link_of()
201 ret = asoc_simple_card_parse_clk_cpu(dev, cpu_ep, dai_link, cpu_dai); in asoc_graph_card_dai_link_of()