Loading sound/soc/codecs/wcd-mbhc-v2.c +1 −1 Original line number Diff line number Diff line Loading @@ -938,7 +938,7 @@ static bool wcd_is_special_headset(struct wcd_mbhc *mbhc) pr_debug("%s: special headset, start register writes\n", __func__); WCD_MBHC_REG_READ(WCD_MBHC_HS_COMP_RESULT, hs_comp_res); while (hs_comp_res) { while (!is_spl_hs) { if (mbhc->hs_detect_work_stop) { pr_debug("%s: stop requested: %d\n", __func__, mbhc->hs_detect_work_stop); Loading Loading
sound/soc/codecs/wcd-mbhc-v2.c +1 −1 Original line number Diff line number Diff line Loading @@ -938,7 +938,7 @@ static bool wcd_is_special_headset(struct wcd_mbhc *mbhc) pr_debug("%s: special headset, start register writes\n", __func__); WCD_MBHC_REG_READ(WCD_MBHC_HS_COMP_RESULT, hs_comp_res); while (hs_comp_res) { while (!is_spl_hs) { if (mbhc->hs_detect_work_stop) { pr_debug("%s: stop requested: %d\n", __func__, mbhc->hs_detect_work_stop); Loading