DA7213_MIC_1_CTRL
SND_SOC_DAPM_PGA("Mic 1 PGA", DA7213_MIC_1_CTRL, DA7213_AMP_EN_SHIFT,
{ DA7213_MIC_1_CTRL, 0x40 },
mic_1_ctrl = snd_soc_component_read(component, DA7213_MIC_1_CTRL);
snd_soc_component_update_bits(component, DA7213_MIC_1_CTRL, DA7213_MUTE_EN,
snd_soc_component_write(component, DA7213_MIC_1_CTRL, mic_1_ctrl);
SOC_SINGLE("Mic 1 Switch", DA7213_MIC_1_CTRL, DA7213_MUTE_EN_SHIFT,
DA7213_MIC_1_CTRL,