Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8991.c930 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()
H A Dwm8991.h23 #define WM8991_CLOCKING_2 0x07 macro