Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8940.c95 case WM8940_OUTPUTCTL: in wm8940_readable_register()
488 val = snd_soc_component_read(component, WM8940_OUTPUTCTL); in wm8940_set_bias_level()
489 ret = snd_soc_component_write(component, WM8940_OUTPUTCTL, val | 0x2); in wm8940_set_bias_level()
787 reg = snd_soc_component_read(component, WM8940_OUTPUTCTL); in wm8940_probe()
788 ret = snd_soc_component_write(component, WM8940_OUTPUTCTL, reg | pdata->vroi); in wm8940_probe()
H A Dwm8940.h59 #define WM8940_OUTPUTCTL 0x31 macro