mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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:
parent
0d2b75a7c7
commit
7a87f56326
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue