Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c4fc23a authored by Santosh Mardi's avatar Santosh Mardi
Browse files

ASoC: msm8x16-wcd: update the impedance calculating array



Update the impedence calculating array with the 13 entry,
as the HPH configuration not working as expected when the
impedance of the connected headset is computed as 14Ohms.

CRs-Fixed: 958618
Change-Id: I10c7ec9ed9c95bbe9d750ac2fa848b86ea805cd9
Signed-off-by: default avatarSantosh Mardi <gsantosh@codeaurora.org>
parent 52441a3c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -994,7 +994,7 @@ static const struct wcd_mbhc_cb mbhc_cb = {
	.extn_use_mb = msm8x16_wcd_use_mb,
};

static const uint32_t wcd_imped_val[] = {4, 8, 12, 16,
static const uint32_t wcd_imped_val[] = {4, 8, 12, 13, 16,
					20, 24, 28, 32,
					36, 40, 44, 48};