Searched refs:clk_ctrl2 (Results 1 – 1 of 1) sorted by relevance
1002 unsigned int clk_ctrl2, aif1, aif2, aif3, aif4; in wm9081_hw_params() local1004 clk_ctrl2 = snd_soc_component_read32(component, WM9081_CLOCK_CONTROL_2); in wm9081_hw_params()1005 clk_ctrl2 &= ~(WM9081_CLK_SYS_RATE_MASK | WM9081_SAMPLE_RATE_MASK); in wm9081_hw_params()1071 clk_ctrl2 |= (clk_sys_rates[best].clk_sys_rate in wm9081_hw_params()1087 clk_ctrl2 |= (sample_rates[best].sample_rate in wm9081_hw_params()1146 snd_soc_component_write(component, WM9081_CLOCK_CONTROL_2, clk_ctrl2); in wm9081_hw_params()