Loading sound/soc/codecs/wcd-mbhc-v2.c +5 −0 Original line number Diff line number Diff line Loading @@ -1356,6 +1356,11 @@ report: pr_debug("%s: Switch level is low\n", __func__); goto exit; } if (plug_type == MBHC_PLUG_TYPE_GND_MIC_SWAP && mbhc->btn_press_intr) { pr_debug("%s: insertion of headphone with swap\n", __func__); wcd_cancel_btn_work(mbhc); plug_type = MBHC_PLUG_TYPE_HEADPHONE; } pr_debug("%s: Valid plug found, plug type %d wrk_cmpt %d btn_intr %d\n", __func__, plug_type, wrk_complete, mbhc->btn_press_intr); Loading Loading
sound/soc/codecs/wcd-mbhc-v2.c +5 −0 Original line number Diff line number Diff line Loading @@ -1356,6 +1356,11 @@ report: pr_debug("%s: Switch level is low\n", __func__); goto exit; } if (plug_type == MBHC_PLUG_TYPE_GND_MIC_SWAP && mbhc->btn_press_intr) { pr_debug("%s: insertion of headphone with swap\n", __func__); wcd_cancel_btn_work(mbhc); plug_type = MBHC_PLUG_TYPE_HEADPHONE; } pr_debug("%s: Valid plug found, plug type %d wrk_cmpt %d btn_intr %d\n", __func__, plug_type, wrk_complete, mbhc->btn_press_intr); Loading