WM8971_ADCDAC
SOC_ENUM_SINGLE(WM8971_ADCDAC, 1, 4, wm8971_deemp),
SOC_ENUM_SINGLE(WM8971_ADCDAC, 5, 4, wm8971_adcpol), /* 12 */
SOC_SINGLE("Capture Filter Switch", WM8971_ADCDAC, 0, 1, 1),
SOC_SINGLE("Capture 6dB Attenuate", WM8971_ADCDAC, 8, 1, 0),
SOC_SINGLE("Playback 6dB Attenuate", WM8971_ADCDAC, 7, 1, 0),
u16 mute_reg = snd_soc_component_read(component, WM8971_ADCDAC) & 0xfff7;
snd_soc_component_write(component, WM8971_ADCDAC, mute_reg | 0x8);
snd_soc_component_write(component, WM8971_ADCDAC, mute_reg);