Searched refs:WM8940_OUTPUTCTL (Results 1 – 2 of 2) sorted by relevance
96 case WM8940_OUTPUTCTL: in wm8940_readable_register()482 val = snd_soc_component_read32(component, WM8940_OUTPUTCTL); in wm8940_set_bias_level()483 ret = snd_soc_component_write(component, WM8940_OUTPUTCTL, val | 0x2); in wm8940_set_bias_level()717 reg = snd_soc_component_read32(component, WM8940_OUTPUTCTL); in wm8940_probe()718 ret = snd_soc_component_write(component, WM8940_OUTPUTCTL, reg | pdata->vroi); in wm8940_probe()
62 #define WM8940_OUTPUTCTL 0x31 macro