Searched refs:clk_fixed (Results 1 – 2 of 2) sorted by relevance
262 simple_dai->clk_fixed = of_property_read_bool( in asoc_simple_parse_clk()270 simple_dai->clk_fixed = true; in asoc_simple_parse_clk()288 if (dai->clk_fixed) { in asoc_simple_check_fixed_sysclk()371 if (props->mclk_fs && !dai->clk_fixed && !snd_soc_dai_active(cpu_dai)) in asoc_simple_shutdown()380 if (props->mclk_fs && !dai->clk_fixed && !snd_soc_dai_active(codec_dai)) in asoc_simple_shutdown()396 if (simple_dai->clk_fixed && rate != simple_dai->sysclk) { in asoc_simple_set_clk_rate()
34 bool clk_fixed; member