Lines Matching refs:WM8974_POWER1
208 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);
326 snd_soc_component_write(component, WM8974_POWER1, reg & 0x1df);
336 reg = snd_soc_component_read(component, WM8974_POWER1);
337 snd_soc_component_write(component, WM8974_POWER1, reg | 0x020);
582 u16 power1 = snd_soc_component_read(component, WM8974_POWER1) & ~0x3;
588 snd_soc_component_write(component, WM8974_POWER1, power1);
598 snd_soc_component_write(component, WM8974_POWER1, power1 | 0x3);
603 snd_soc_component_write(component, WM8974_POWER1, power1);
607 snd_soc_component_write(component, WM8974_POWER1, 0);