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

Commit 7a87f563 authored by Santosh Mardi's avatar Santosh Mardi
Browse files

ASoC: msm8x16-wcd: update the gain on EAR sound device



Update the EAR path device with proper gain settings when
proper configuration is set from the userspace.

CRs-Fixed: 689069
Change-Id: I644903f23906467e63a2711d3319a8408351f973
Signed-off-by: default avatarSantosh Mardi <gsantosh@codeaurora.org>
parent 0d2b75a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1087,7 +1087,7 @@ static const struct soc_enum msm8x16_wcd_ear_pa_boost_ctl_enum[] = {
};

static const char * const msm8x16_wcd_ear_pa_gain_text[] = {
		"POS_6_DB", "POS_1P5_DB"};
		"POS_1P5_DB", "POS_6_DB"};
static const struct soc_enum msm8x16_wcd_ear_pa_gain_enum[] = {
		SOC_ENUM_SINGLE_EXT(2, msm8x16_wcd_ear_pa_gain_text),
};