Searched refs:clk_ctrl2 (Results 1 – 1 of 1) sorted by relevance
1001 unsigned int clk_ctrl2, aif1, aif2, aif3, aif4; in wm9081_hw_params() local1003 clk_ctrl2 = snd_soc_read(codec, WM9081_CLOCK_CONTROL_2); in wm9081_hw_params()1004 clk_ctrl2 &= ~(WM9081_CLK_SYS_RATE_MASK | WM9081_SAMPLE_RATE_MASK); in wm9081_hw_params()1070 clk_ctrl2 |= (clk_sys_rates[best].clk_sys_rate in wm9081_hw_params()1086 clk_ctrl2 |= (sample_rates[best].sample_rate in wm9081_hw_params()1145 snd_soc_write(codec, WM9081_CLOCK_CONTROL_2, clk_ctrl2); in wm9081_hw_params()