Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm9081.c998 unsigned int clk_ctrl2, aif1, aif2, aif3, aif4; in wm9081_hw_params() local
1000 clk_ctrl2 = snd_soc_component_read(component, WM9081_CLOCK_CONTROL_2); in wm9081_hw_params()
1001 clk_ctrl2 &= ~(WM9081_CLK_SYS_RATE_MASK | WM9081_SAMPLE_RATE_MASK); in wm9081_hw_params()
1067 clk_ctrl2 |= (clk_sys_rates[best].clk_sys_rate in wm9081_hw_params()
1083 clk_ctrl2 |= (sample_rates[best].sample_rate in wm9081_hw_params()
1142 snd_soc_component_write(component, WM9081_CLOCK_CONTROL_2, clk_ctrl2); in wm9081_hw_params()