summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2012-01-26 07:56:59 +0300
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2012-01-26 07:56:59 +0300
commit180f4f1e5b33f5fcf8446864693ac5e35541e1a8 (patch)
treedfc2759bbc03330a85df2444a674bf5c801586f4
parent7266f5a76e95b5bf736388ca3f0c25b01f9dfda6 (diff)
parent491f060a1ef245ba2612bc86a3850e2fbc1a73cd (diff)
downloaddevice_samsung_tuna-180f4f1e5b33f5fcf8446864693ac5e35541e1a8.zip
device_samsung_tuna-180f4f1e5b33f5fcf8446864693ac5e35541e1a8.tar.gz
device_samsung_tuna-180f4f1e5b33f5fcf8446864693ac5e35541e1a8.tar.bz2
Merge "audio: allow louder output on speaker for maguro" into ics
-rwxr-xr-xaudio/audio_hw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/audio_hw.c b/audio/audio_hw.c
index 0ba9a41..1aec4d0 100755
--- a/audio/audio_hw.c
+++ b/audio/audio_hw.c
@@ -183,7 +183,7 @@
/* use-case specific output volumes */
#define NORMAL_SPEAKER_VOLUME_TORO 4
-#define NORMAL_SPEAKER_VOLUME_MAGURO 2
+#define NORMAL_SPEAKER_VOLUME_MAGURO 7
#define NORMAL_HEADSET_VOLUME_TORO -12
#define NORMAL_HEADSET_VOLUME_MAGURO -12
#define NORMAL_HEADPHONE_VOLUME_TORO -6 /* allow louder output for headphones */
@@ -192,7 +192,7 @@
#define NORMAL_EARPIECE_VOLUME_MAGURO -2
#define VOICE_CALL_SPEAKER_VOLUME_TORO 9
-#define VOICE_CALL_SPEAKER_VOLUME_MAGURO 6
+#define VOICE_CALL_SPEAKER_VOLUME_MAGURO 7
#define VOICE_CALL_HEADSET_VOLUME_TORO -6
#define VOICE_CALL_HEADSET_VOLUME_MAGURO 0
#define VOICE_CALL_EARPIECE_VOLUME_TORO 2