Skip to content

Commit

Permalink
Merge tag 'LA.VENDOR.1.0.r2-13200-WAIPIO.QSSI15.0' of https://git.cod…
Browse files Browse the repository at this point in the history
…elinaro.org/clo/la/platform/vendor/qcom/opensource/audio-kernel-ar into melt-rebase

LA.VENDOR.1.0.r2-13200-WAIPIO.QSSI15.0
  • Loading branch information
Pzqqt committed Oct 17, 2024
2 parents 104760d + 5709163 commit 14f0f89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions techpack/audio/asoc/codecs/wcd-mbhc-v2.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (c) 2015-2021, The Linux Foundation. All rights reserved.
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#include <linux/module.h>
#include <linux/init.h>
Expand Down Expand Up @@ -932,8 +933,7 @@ void wcd_mbhc_elec_hs_report_unplug(struct wcd_mbhc *mbhc)
pr_info("%s: hs_detect_plug work not cancelled\n", __func__);

pr_debug("%s: Report extension cable\n", __func__);
wcd_mbhc_report_plug(mbhc, 1, SND_JACK_LINEOUT);
extcon_set_state_sync(mbhc->extdev, EXTCON_JACK_LINE_OUT, 1);

/*
* If PA is enabled HPHL schmitt trigger can
* be unreliable, make sure to disable it
Expand Down

0 comments on commit 14f0f89

Please sign in to comment.