Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/img/
H A Dimg-i2s-out.c59 bool force_clk_active; member
166 if (!i2s->force_clk_active) in img_i2s_out_reset()
196 if (!i2s->force_clk_active) in img_i2s_out_trigger()
295 bool force_clk_active; in img_i2s_out_set_fmt() local
299 force_clk_active = ((fmt & SND_SOC_DAIFMT_CLOCK_MASK) == in img_i2s_out_set_fmt()
302 if (force_clk_active) in img_i2s_out_set_fmt()
374 i2s->force_clk_active = force_clk_active; in img_i2s_out_set_fmt()