TLV320AIC23_PWR
SND_SOC_DAPM_DAC("DAC", "Playback", TLV320AIC23_PWR, 3, 1),
SND_SOC_DAPM_ADC("ADC", "Capture", TLV320AIC23_PWR, 2, 1),
SND_SOC_DAPM_MIXER("Output Mixer", TLV320AIC23_PWR, 4, 1,
SND_SOC_DAPM_PGA("Line Input", TLV320AIC23_PWR, 0, 1, NULL, 0),
SND_SOC_DAPM_PGA("Mic Input", TLV320AIC23_PWR, 1, 1, NULL, 0),
u16 reg = snd_soc_component_read(component, TLV320AIC23_PWR) & 0x17f;
snd_soc_component_write(component, TLV320AIC23_PWR, reg);
snd_soc_component_write(component, TLV320AIC23_PWR,
snd_soc_component_write(component, TLV320AIC23_PWR, 0x1ff);