WM8988_PWR1
SND_SOC_DAPM_SUPPLY("Mic Bias", WM8988_PWR1, 1, 0, NULL, 0),
SND_SOC_DAPM_MUX("Left PGA Mux", WM8988_PWR1, 5, 0,
SND_SOC_DAPM_MUX("Right PGA Mux", WM8988_PWR1, 4, 0,
SND_SOC_DAPM_ADC("Right ADC", "Right Capture", WM8988_PWR1, 2, 0),
SND_SOC_DAPM_ADC("Left ADC", "Left Capture", WM8988_PWR1, 3, 0),
u16 pwr_reg = snd_soc_component_read(component, WM8988_PWR1) & ~0x1c1;
snd_soc_component_write(component, WM8988_PWR1, pwr_reg | 0x00c0);
snd_soc_component_write(component, WM8988_PWR1, pwr_reg | 0x1c1);
snd_soc_component_write(component, WM8988_PWR1, pwr_reg | 0x0141);
snd_soc_component_write(component, WM8988_PWR1, 0x0000);
case WM8988_PWR1: