Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dwm8974.c220 SND_SOC_DAPM_PGA("Aux Input", WM8974_POWER1, 6, 0, NULL, 0),
230 SND_SOC_DAPM_SUPPLY("Mic Bias", WM8974_POWER1, 4, 0, NULL, 0),
337 reg = snd_soc_component_read32(component, WM8974_POWER1); in wm8974_set_dai_pll()
338 snd_soc_component_write(component, WM8974_POWER1, reg & 0x1df); in wm8974_set_dai_pll()
348 reg = snd_soc_component_read32(component, WM8974_POWER1); in wm8974_set_dai_pll()
349 snd_soc_component_write(component, WM8974_POWER1, reg | 0x020); in wm8974_set_dai_pll()
590 u16 power1 = snd_soc_component_read32(component, WM8974_POWER1) & ~0x3; in wm8974_set_bias_level()
596 snd_soc_component_write(component, WM8974_POWER1, power1); in wm8974_set_bias_level()
606 snd_soc_component_write(component, WM8974_POWER1, power1 | 0x3); in wm8974_set_bias_level()
611 snd_soc_component_write(component, WM8974_POWER1, power1); in wm8974_set_bias_level()
[all …]
Dwm8974.h15 #define WM8974_POWER1 0x1 macro