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: Santosh Mardi <gsantosh@codeaurora.org>
This commit is contained in:
Santosh Mardi 2014-07-08 12:47:59 +05:30
parent 0d2b75a7c7
commit 7a87f56326

View file

@ -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),
};