Searched refs:clk_ctrl2 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm9081.c | 998 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()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm9081.c | 998 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()
|
Completed in 3 milliseconds