WM8960_POWER2
u16 pm2 = snd_soc_component_read(component, WM8960_POWER2);
snd_soc_component_update_bits(component, WM8960_POWER2,
snd_soc_component_update_bits(component, WM8960_POWER2, 0x1, 0);
snd_soc_component_update_bits(component, WM8960_POWER2, 0x1, 0x1);
SND_SOC_DAPM_DAC("Left DAC", "Playback", WM8960_POWER2, 8, 0),
SND_SOC_DAPM_DAC("Right DAC", "Playback", WM8960_POWER2, 7, 0),
SND_SOC_DAPM_PGA("LOUT1 PGA", WM8960_POWER2, 6, 0, NULL, 0),
SND_SOC_DAPM_PGA("ROUT1 PGA", WM8960_POWER2, 5, 0, NULL, 0),
SND_SOC_DAPM_PGA("Left Speaker PGA", WM8960_POWER2, 4, 0, NULL, 0),
SND_SOC_DAPM_PGA("Right Speaker PGA", WM8960_POWER2, 3, 0, NULL, 0),
SND_SOC_DAPM_MIXER("Mono Output Mixer", WM8960_POWER2, 1, 0,
SND_SOC_DAPM_PGA("OUT3 VMID", WM8960_POWER2, 1, 0, NULL, 0),
u16 pm2 = snd_soc_component_read(component, WM8960_POWER2);