Loading sound/soc/codecs/wcd934x/wcd934x.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -5136,7 +5136,7 @@ static int tavil_mad_input_put(struct snd_kcontrol *kcontrol, snd_soc_update_bits(codec, WCD934X_SOC_MAD_INP_SEL, snd_soc_update_bits(codec, WCD934X_SOC_MAD_INP_SEL, 0x0F, tavil_mad_input); 0x0F, tavil_mad_input); snd_soc_update_bits(codec, WCD934X_ANA_MAD_SETUP, snd_soc_update_bits(codec, WCD934X_ANA_MAD_SETUP, 0x03, mic_bias_found); 0x07, mic_bias_found); return 0; return 0; } } Loading Loading
sound/soc/codecs/wcd934x/wcd934x.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -5136,7 +5136,7 @@ static int tavil_mad_input_put(struct snd_kcontrol *kcontrol, snd_soc_update_bits(codec, WCD934X_SOC_MAD_INP_SEL, snd_soc_update_bits(codec, WCD934X_SOC_MAD_INP_SEL, 0x0F, tavil_mad_input); 0x0F, tavil_mad_input); snd_soc_update_bits(codec, WCD934X_ANA_MAD_SETUP, snd_soc_update_bits(codec, WCD934X_ANA_MAD_SETUP, 0x03, mic_bias_found); 0x07, mic_bias_found); return 0; return 0; } } Loading