Home
last modified time | relevance | path

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

/linux/sound/soc/
H A Dsoc-pcm.c486 struct snd_soc_dai *other_dai; in soc_pcm_shared_bclk_rule_rate() local
498 for_each_rtd_cpu_dais(rtd, i, other_dai) { in soc_pcm_shared_bclk_rule_rate()
499 if (other_dai == dai) in soc_pcm_shared_bclk_rule_rate()
501 if (!other_dai->bclk) in soc_pcm_shared_bclk_rule_rate()
503 if (!snd_soc_dai_active(other_dai)) in soc_pcm_shared_bclk_rule_rate()
511 if (!other_dai->symmetric_rate) in soc_pcm_shared_bclk_rule_rate()
513 if (!clk_is_match(dai->bclk, other_dai->bclk)) in soc_pcm_shared_bclk_rule_rate()
516 active_bclk_rate = clk_get_rate(other_dai->bclk); in soc_pcm_shared_bclk_rule_rate()