Loading sound/soc/codecs/wcd9xxx-mbhc.c +0 −2 Original line number Diff line number Diff line Loading @@ -4828,10 +4828,8 @@ static int wcd9xxx_detect_impedance(struct wcd9xxx_mbhc *mbhc, uint32_t *zl, int wcd9xxx_mbhc_get_impedance(struct wcd9xxx_mbhc *mbhc, uint32_t *zl, uint32_t *zr) { WCD9XXX_BCL_LOCK(mbhc->resmgr); *zl = mbhc->zl; *zr = mbhc->zr; WCD9XXX_BCL_UNLOCK(mbhc->resmgr); if (*zl && *zr) return 0; Loading Loading
sound/soc/codecs/wcd9xxx-mbhc.c +0 −2 Original line number Diff line number Diff line Loading @@ -4828,10 +4828,8 @@ static int wcd9xxx_detect_impedance(struct wcd9xxx_mbhc *mbhc, uint32_t *zl, int wcd9xxx_mbhc_get_impedance(struct wcd9xxx_mbhc *mbhc, uint32_t *zl, uint32_t *zr) { WCD9XXX_BCL_LOCK(mbhc->resmgr); *zl = mbhc->zl; *zr = mbhc->zr; WCD9XXX_BCL_UNLOCK(mbhc->resmgr); if (*zl && *zr) return 0; Loading