Loading sound/soc/codecs/wcd9xxx-mbhc.c +1 −0 Original line number Diff line number Diff line Loading @@ -3766,6 +3766,7 @@ static void wcd9xxx_mbhc_setup(struct wcd9xxx_mbhc *mbhc) gain = wcd9xxx_mbhc_cal_btn_det_mp(btn_det, MBHC_BTN_DET_GAIN); snd_soc_update_bits(codec, WCD9XXX_A_CDC_MBHC_B2_CTL, 0x78, gain[idx] << 3); snd_soc_update_bits(codec, WCD9XXX_A_MICB_2_MBHC, 0x04, 0x04); pr_debug("%s: leave\n", __func__); } Loading Loading
sound/soc/codecs/wcd9xxx-mbhc.c +1 −0 Original line number Diff line number Diff line Loading @@ -3766,6 +3766,7 @@ static void wcd9xxx_mbhc_setup(struct wcd9xxx_mbhc *mbhc) gain = wcd9xxx_mbhc_cal_btn_det_mp(btn_det, MBHC_BTN_DET_GAIN); snd_soc_update_bits(codec, WCD9XXX_A_CDC_MBHC_B2_CTL, 0x78, gain[idx] << 3); snd_soc_update_bits(codec, WCD9XXX_A_MICB_2_MBHC, 0x04, 0x04); pr_debug("%s: leave\n", __func__); } Loading