Searched refs:WM8991_CLOCKING_2 (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/sound/soc/codecs/ |
D | wm8991.c | 930 reg = snd_soc_component_read(component, WM8991_CLOCKING_2); in wm8991_set_dai_pll() 931 snd_soc_component_write(component, WM8991_CLOCKING_2, reg | WM8991_SYSCLK_SRC); in wm8991_set_dai_pll() 1011 reg = snd_soc_component_read(component, WM8991_CLOCKING_2) & in wm8991_set_dai_clkdiv() 1013 snd_soc_component_write(component, WM8991_CLOCKING_2, reg | div); in wm8991_set_dai_clkdiv() 1016 reg = snd_soc_component_read(component, WM8991_CLOCKING_2) & in wm8991_set_dai_clkdiv() 1018 snd_soc_component_write(component, WM8991_CLOCKING_2, reg | div); in wm8991_set_dai_clkdiv() 1021 reg = snd_soc_component_read(component, WM8991_CLOCKING_2) & in wm8991_set_dai_clkdiv() 1023 snd_soc_component_write(component, WM8991_CLOCKING_2, reg | div); in wm8991_set_dai_clkdiv()
|
D | wm8991.h | 23 #define WM8991_CLOCKING_2 0x07 macro
|