diff options
author | Simon Wilson <simonwilson@google.com> | 2012-09-18 14:32:01 -0700 |
---|---|---|
committer | Simon Wilson <simonwilson@google.com> | 2012-09-18 14:47:21 -0700 |
commit | 5e551279c017e57fdf66f89e10e6b81dbe301922 (patch) | |
tree | fe9ca8c5b6c04d4f66caaa763ba930518bae0456 /audio | |
parent | fb78ea2a618f202789bdc83d71c5d69e2c10174b (diff) | |
download | device_samsung_tuna-5e551279c017e57fdf66f89e10e6b81dbe301922.zip device_samsung_tuna-5e551279c017e57fdf66f89e10e6b81dbe301922.tar.gz device_samsung_tuna-5e551279c017e57fdf66f89e10e6b81dbe301922.tar.bz2 |
audio: increase toro media speaker volume +2dB
Bug: 6878923
Change-Id: Id49d6489e5a99dee088246d146ee38151ba9499c
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audio_hw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audio_hw.c b/audio/audio_hw.c index 4206893..46b8d9b 100644 --- a/audio/audio_hw.c +++ b/audio/audio_hw.c @@ -261,7 +261,7 @@ #define VOICE_CALL_HEADSET_MIC_VOLUME 8 /* use-case specific output volumes */ -#define NORMAL_SPEAKER_VOLUME_TORO 4 +#define NORMAL_SPEAKER_VOLUME_TORO 6 #define NORMAL_SPEAKER_VOLUME_MAGURO 2 #define NORMAL_HEADSET_VOLUME_TORO -12 #define NORMAL_HEADSET_VOLUME_MAGURO -12 |