Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/codecs/
Dwm9081.c1004 unsigned int clk_ctrl2, aif1, aif2, aif3, aif4; in wm9081_hw_params() local
1006 clk_ctrl2 = snd_soc_read(codec, WM9081_CLOCK_CONTROL_2); in wm9081_hw_params()
1007 clk_ctrl2 &= ~(WM9081_CLK_SYS_RATE_MASK | WM9081_SAMPLE_RATE_MASK); in wm9081_hw_params()
1073 clk_ctrl2 |= (clk_sys_rates[best].clk_sys_rate in wm9081_hw_params()
1089 clk_ctrl2 |= (sample_rates[best].sample_rate in wm9081_hw_params()
1148 snd_soc_write(codec, WM9081_CLOCK_CONTROL_2, clk_ctrl2); in wm9081_hw_params()