Loading sound/soc/codecs/wcd9xxx-mbhc.c +2 −2 Original line number Diff line number Diff line Loading @@ -860,9 +860,9 @@ static void wcd9xxx_report_plug(struct wcd9xxx_mbhc *mbhc, int insertion, if (mbhc->micbias_enable && mbhc->micbias_enable_cb) { pr_debug("%s: Disabling micbias\n", __func__); mbhc->micbias_enable = false; mbhc->micbias_enable_cb(mbhc->codec, false, mbhc->mbhc_cfg->micbias); mbhc->micbias_enable = false; } mbhc->zl = mbhc->zr = 0; pr_debug("%s: Reporting removal %d(%x)\n", __func__, Loading @@ -887,9 +887,9 @@ static void wcd9xxx_report_plug(struct wcd9xxx_mbhc *mbhc, int insertion, if (mbhc->micbias_enable && mbhc->micbias_enable_cb && mbhc->hph_status == SND_JACK_HEADSET) { pr_debug("%s: Disabling micbias\n", __func__); mbhc->micbias_enable = false; mbhc->micbias_enable_cb(mbhc->codec, false, mbhc->mbhc_cfg->micbias); mbhc->micbias_enable = false; } pr_debug("%s: Reporting removal (%x)\n", Loading Loading
sound/soc/codecs/wcd9xxx-mbhc.c +2 −2 Original line number Diff line number Diff line Loading @@ -860,9 +860,9 @@ static void wcd9xxx_report_plug(struct wcd9xxx_mbhc *mbhc, int insertion, if (mbhc->micbias_enable && mbhc->micbias_enable_cb) { pr_debug("%s: Disabling micbias\n", __func__); mbhc->micbias_enable = false; mbhc->micbias_enable_cb(mbhc->codec, false, mbhc->mbhc_cfg->micbias); mbhc->micbias_enable = false; } mbhc->zl = mbhc->zr = 0; pr_debug("%s: Reporting removal %d(%x)\n", __func__, Loading @@ -887,9 +887,9 @@ static void wcd9xxx_report_plug(struct wcd9xxx_mbhc *mbhc, int insertion, if (mbhc->micbias_enable && mbhc->micbias_enable_cb && mbhc->hph_status == SND_JACK_HEADSET) { pr_debug("%s: Disabling micbias\n", __func__); mbhc->micbias_enable = false; mbhc->micbias_enable_cb(mbhc->codec, false, mbhc->mbhc_cfg->micbias); mbhc->micbias_enable = false; } pr_debug("%s: Reporting removal (%x)\n", Loading