···10401040 int val;1041104110421042 switch (level) {10431043+ case SND_SOC_BIAS_STANDBY:10441044+ /* Clamp the inputs to VMID while we ramp to charge caps */10451045+ snd_soc_update_bits(codec, WM8993_INPUTS_CLAMP_REG,10461046+ WM8993_INPUTS_CLAMP, WM8993_INPUTS_CLAMP);10471047+ break;10481048+10431049 case SND_SOC_BIAS_ON:10441050 /* Turn off any unneded single ended outputs */10451051 val = 0;···10731067 !hubs->lineout2n_ena && !hubs->lineout2p_ena)10741068 snd_soc_update_bits(codec, WM8993_ANTIPOP1,10751069 WM8993_LINEOUT_VMID_BUF_ENA, 0);10701070+10711071+ /* Remove the input clamps */10721072+ snd_soc_update_bits(codec, WM8993_INPUTS_CLAMP_REG,10731073+ WM8993_INPUTS_CLAMP, 0);10761074 break;1077107510781076 default: