From 7ba2e368e9aa8d8a177ebdcceb1b331707dd7112 Mon Sep 17 00:00:00 2001 From: Simon Wilson Date: Tue, 13 Sep 2011 16:03:05 -0700 Subject: 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 --- audio/audio_hw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio') 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, -- cgit v1.1