Searched refs:WM8940_OUTPUTCTL (Results 1 – 2 of 2) sorted by relevance
95 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()
59 #define WM8940_OUTPUTCTL 0x31 macro