RT5665_MONO_OUT
SOC_SINGLE_TLV("MONOVOL Playback Volume", RT5665_MONO_OUT,
SOC_DAPM_SINGLE("Switch", RT5665_MONO_OUT, RT5665_VOL_L_SFT, 1, 1);
SOC_DAPM_SINGLE("Switch", RT5665_MONO_OUT, RT5665_L_MUTE_SFT, 1, 1);
snd_soc_component_update_bits(component, RT5665_MONO_OUT, 0x10, 0x10);
snd_soc_component_update_bits(component, RT5665_MONO_OUT, 0x20, 0x20);
snd_soc_component_update_bits(component, RT5665_MONO_OUT, 0x20, 0);
snd_soc_component_update_bits(component, RT5665_MONO_OUT, 0x10, 0);
regmap_write(rt5665->regmap, RT5665_MONO_OUT, 0x480a);
case RT5665_MONO_OUT: