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
commit0640dde71ee78bbe1c85d321ea5493b93f73c0ed (patch)
tree7e6bd273821f11396aae61a40dc333b0a300ba16 /audio
parentb814588358864266f051a328e306ebced8e6ea1c (diff)
downloaddevice_samsung_tuna-0640dde71ee78bbe1c85d321ea5493b93f73c0ed.zip
device_samsung_tuna-0640dde71ee78bbe1c85d321ea5493b93f73c0ed.tar.gz
device_samsung_tuna-0640dde71ee78bbe1c85d321ea5493b93f73c0ed.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,