aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorJean-Michel Trivi <jmtrivi@google.com>2010-10-29 13:22:00 -0700
committerArve Hjønnevåg <arve@android.com>2011-11-17 17:52:05 -0800
commit80a81e88ebd47ff6250659d1cb7a6964c869baa1 (patch)
treeda9be3448bbfeda2809de8fe8f748def18389f9d /sound
parent98a262cc88668c4868ea7d09c8a6c08193af66a8 (diff)
downloadkernel_samsung_crespo-80a81e88ebd47ff6250659d1cb7a6964c869baa1.zip
kernel_samsung_crespo-80a81e88ebd47ff6250659d1cb7a6964c869baa1.tar.gz
kernel_samsung_crespo-80a81e88ebd47ff6250659d1cb7a6964c869baa1.tar.bz2
SOUND: realign voice recognition main mic gain on reference
Diffstat (limited to 'sound')
-rwxr-xr-xsound/soc/codecs/wm8994_herring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8994_herring.c b/sound/soc/codecs/wm8994_herring.c
index 8e70b74d..64a5c34 100755
--- a/sound/soc/codecs/wm8994_herring.c
+++ b/sound/soc/codecs/wm8994_herring.c
@@ -438,7 +438,7 @@ struct gain_info_t recording_gain_table[RECORDING_GAIN_NUM] = {
.mode = RECORDING_REC_MAIN,
.reg = WM8994_LEFT_LINE_INPUT_1_2_VOLUME, /* 18h */
.mask = WM8994_IN1L_VOL_MASK,
- .gain = WM8994_IN1L_VU | 0x12 /* 10.5dB */
+ .gain = WM8994_IN1L_VU | 0x0D /* +3dB */
}, {
.mode = RECORDING_REC_MAIN,
.reg = WM8994_INPUT_MIXER_3, /* 29h */