summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorSimon Wilson <simonwilson@google.com>2011-09-13 16:03:05 -0700
committerSimon Wilson <simonwilson@google.com>2011-09-13 16:04:03 -0700
commit7ba2e368e9aa8d8a177ebdcceb1b331707dd7112 (patch)
tree974e9f5f3621fcb710f7ffeb9cf33bcb13c9baae /audio
parent01ecfa58f014921b7cc95e7402aeb31b03f992d0 (diff)
downloaddevice_samsung_tuna-7ba2e368e9aa8d8a177ebdcceb1b331707dd7112.zip
device_samsung_tuna-7ba2e368e9aa8d8a177ebdcceb1b331707dd7112.tar.gz
device_samsung_tuna-7ba2e368e9aa8d8a177ebdcceb1b331707dd7112.tar.bz2
audio: reduce sidetone volume by 6dB
Cross-dependency on kernel change: I4b85eebf18e99b106816131bd927cf0962055dcd The earpiece volume has been increased by 6dB because of dynamic route gain adjustment, so the sidetone gain must be decreased by the same amount otherwise there is too much feedback and we are outside specification. Change-Id: I6b268105553ab68e9b0e9f18d41c018823d1e6cb
Diffstat (limited to 'audio')
-rw-r--r--audio/audio_hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audio_hw.c b/audio/audio_hw.c
index 45ece23..9a0d01b 100644
--- a/audio/audio_hw.c
+++ b/audio/audio_hw.c
@@ -244,7 +244,7 @@ struct route_setting defaults[] = {
},
{
.ctl_name = MIXER_SDT_UL_VOLUME,
- .intval = MIXER_ABE_GAIN_0DB - 13,
+ .intval = MIXER_ABE_GAIN_0DB - 19,
},
{
.ctl_name = MIXER_SIDETONE_MIXER_CAPTURE,