Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm9081.c186 case WM9081_FLL_CONTROL_1: in wm9081_readable_register()
592 reg1 = snd_soc_component_read(component, WM9081_FLL_CONTROL_1); in wm9081_set_fll()
594 snd_soc_component_write(component, WM9081_FLL_CONTROL_1, reg1); in wm9081_set_fll()
601 snd_soc_component_write(component, WM9081_FLL_CONTROL_1, reg1); in wm9081_set_fll()
622 snd_soc_component_write(component, WM9081_FLL_CONTROL_1, reg1 | WM9081_FLL_ENA); in wm9081_set_fll()
H A Dwm9081.h37 #define WM9081_FLL_CONTROL_1 0x10 macro