RT5663_GLB_CLK
reg80 = snd_soc_component_read(component, RT5663_GLB_CLK);
snd_soc_component_update_bits(component, RT5663_GLB_CLK, RT5663_SCLK_SRC_MASK,
snd_soc_component_write(component, RT5663_GLB_CLK, reg80);
val = snd_soc_component_read(component, RT5663_GLB_CLK);
snd_soc_component_update_bits(component, RT5663_GLB_CLK, RT5663_SCLK_SRC_MASK,
snd_soc_component_update_bits(component, RT5663_GLB_CLK,
snd_soc_component_update_bits(component, RT5663_GLB_CLK, mask, (val << shift));
regmap_write(rt5663->regmap, RT5663_GLB_CLK, 0x8000);
regmap_write(rt5663->regmap, RT5663_GLB_CLK, 0x8000);
case RT5663_GLB_CLK: