aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-10-20 17:08:24 -0700
committerArve Hjønnevåg <arve@android.com>2011-11-17 17:51:23 -0800
commita063da92ec77821e39f45014f54848b47d543a2b (patch)
treede96a88cbb1bc8d7fc3d8175a3b59519b6a60cb8 /sound
parenta969137dd2c154ef8b35f4b4d716aee35ce559dc (diff)
downloadkernel_samsung_crespo-a063da92ec77821e39f45014f54848b47d543a2b.zip
kernel_samsung_crespo-a063da92ec77821e39f45014f54848b47d543a2b.tar.gz
kernel_samsung_crespo-a063da92ec77821e39f45014f54848b47d543a2b.tar.bz2
ASoC: Reduce Herring main mic recording level
Stops us overdriving things, improving record quality. Change-Id: I8043f49961331e10c4bd43890865e39de531dcd0 Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/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 fce8f4f..19037d2 100644
--- a/sound/soc/codecs/wm8994_herring.c
+++ b/sound/soc/codecs/wm8994_herring.c
@@ -368,7 +368,7 @@ struct gain_info_t recording_gain_table[RECORDING_GAIN_NUM] = {
.mode = RECORDING_MAIN,
.reg = WM8994_LEFT_LINE_INPUT_1_2_VOLUME, /* 18h */
.mask = WM8994_IN1L_VOL_MASK,
- .gain = WM8994_IN1L_VU | 0x18
+ .gain = WM8994_IN1L_VU | 0x12 /* +10.5dB */
}, {
.mode = RECORDING_MAIN,
.reg = WM8994_INPUT_MIXER_3, /* 29h */