Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8974.c208 SND_SOC_DAPM_PGA("Aux Input", WM8974_POWER1, 6, 0, NULL, 0),
218 SND_SOC_DAPM_SUPPLY("Mic Bias", WM8974_POWER1, 4, 0, NULL, 0),
325 reg = snd_soc_component_read(component, WM8974_POWER1); in wm8974_set_dai_pll()
326 snd_soc_component_write(component, WM8974_POWER1, reg & 0x1df); in wm8974_set_dai_pll()
336 reg = snd_soc_component_read(component, WM8974_POWER1); in wm8974_set_dai_pll()
337 snd_soc_component_write(component, WM8974_POWER1, reg | 0x020); in wm8974_set_dai_pll()
582 u16 power1 = snd_soc_component_read(component, WM8974_POWER1) & ~0x3; in wm8974_set_bias_level()
588 snd_soc_component_write(component, WM8974_POWER1, power1); in wm8974_set_bias_level()
598 snd_soc_component_write(component, WM8974_POWER1, power1 | 0x3); in wm8974_set_bias_level()
603 snd_soc_component_write(component, WM8974_POWER1, power1); in wm8974_set_bias_level()
[all …]
H A Dwm8974.h12 #define WM8974_POWER1 0x1 macro