Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/img/
Dimg-i2s-out.c62 bool force_clk_active; member
169 if (!i2s->force_clk_active) in img_i2s_out_reset()
199 if (!i2s->force_clk_active) in img_i2s_out_trigger()
298 bool force_clk_active; in img_i2s_out_set_fmt() local
302 force_clk_active = ((fmt & SND_SOC_DAIFMT_CLOCK_MASK) == in img_i2s_out_set_fmt()
305 if (force_clk_active) in img_i2s_out_set_fmt()
377 i2s->force_clk_active = force_clk_active; in img_i2s_out_set_fmt()