Loading sound/soc/codecs/wcd9xxx-mbhc.c +5 −0 Original line number Diff line number Diff line Loading @@ -2471,6 +2471,11 @@ static void wcd9xxx_mbhc_decide_swch_plug(struct wcd9xxx_mbhc *mbhc) } if (wcd9xxx_swch_level_remove(mbhc)) { if (current_source_enable && mbhc->is_cs_enabled) { wcd9xxx_turn_onoff_current_source(mbhc, &mbhc->mbhc_bias_regs, false, false); } pr_debug("%s: Switch level is low when determining plug\n", __func__); return; Loading Loading
sound/soc/codecs/wcd9xxx-mbhc.c +5 −0 Original line number Diff line number Diff line Loading @@ -2471,6 +2471,11 @@ static void wcd9xxx_mbhc_decide_swch_plug(struct wcd9xxx_mbhc *mbhc) } if (wcd9xxx_swch_level_remove(mbhc)) { if (current_source_enable && mbhc->is_cs_enabled) { wcd9xxx_turn_onoff_current_source(mbhc, &mbhc->mbhc_bias_regs, false, false); } pr_debug("%s: Switch level is low when determining plug\n", __func__); return; Loading