aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMinsong Kim <ms17.kim@samsung.com>2010-11-15 16:56:00 -0800
committerArve Hjønnevåg <arve@android.com>2011-11-17 17:52:17 -0800
commit2592aab96079ded1d8d8772e13999ed22665de1c (patch)
tree869bf11093c2591884b0b0f6f715899dd833cd85 /sound
parentb3e13d86545820c94e0a9af3c2611c70c0c32ff3 (diff)
downloadkernel_samsung_crespo-2592aab96079ded1d8d8772e13999ed22665de1c.zip
kernel_samsung_crespo-2592aab96079ded1d8d8772e13999ed22665de1c.tar.gz
kernel_samsung_crespo-2592aab96079ded1d8d8772e13999ed22665de1c.tar.bz2
S5PC11X: SOUND: Update WM8994 codec gain for Camcorder mode
<Bug fix> Change gain values in Camcorder mode IN1L_VOL(18h, MAIN_MIC) = -1.5dB This patch is requested by Samsung H/W Team. Change-Id: I4b3b6dcf22eb2504acdc28958558688e2bb26ef0 Signed-off-by: Minsong Kim <ms17.kim@samsung.com>
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 676fa07..26d1d00 100755
--- a/sound/soc/codecs/wm8994_herring.c
+++ b/sound/soc/codecs/wm8994_herring.c
@@ -498,7 +498,7 @@ struct gain_info_t recording_gain_table[RECORDING_GAIN_NUM] = {
.mode = RECORDING_CAM_MAIN,
.reg = WM8994_LEFT_LINE_INPUT_1_2_VOLUME, /* 18h */
.mask = WM8994_IN1L_VOL_MASK,
- .gain = WM8994_IN1L_VU | 0x18 /* +19.5dB */
+ .gain = WM8994_IN1L_VU | 0x17 /* +18dB */
}, {
.mode = RECORDING_CAM_MAIN,
.reg = WM8994_INPUT_MIXER_3, /* 29h */