WM8753_PWR1
regmap_update_bits(wm8753->regmap, WM8753_PWR1, 0x0180, 0x0100);
u16 pwr_reg = snd_soc_component_read(component, WM8753_PWR1) & 0xfe3e;
snd_soc_component_write(component, WM8753_PWR1, pwr_reg | 0x00c0);
snd_soc_component_write(component, WM8753_PWR1, pwr_reg | 0x01c1);
snd_soc_component_write(component, WM8753_PWR1, pwr_reg | 0x0141);
snd_soc_component_write(component, WM8753_PWR1, 0x0001);
SND_SOC_DAPM_MICBIAS("Mic Bias", WM8753_PWR1, 5, 0),
SND_SOC_DAPM_DAC("Left DAC", "Left HiFi Playback", WM8753_PWR1, 3, 0),
SND_SOC_DAPM_DAC("Right DAC", "Right HiFi Playback", WM8753_PWR1, 2, 0),
SND_SOC_DAPM_DAC("Voice DAC", "Voice Playback", WM8753_PWR1, 4, 0),