summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorcodeworkx <daniel.hillenbrand@codeworkx.de>2012-01-23 16:30:03 +0100
committercodeworkx <daniel.hillenbrand@codeworkx.de>2012-01-23 16:30:03 +0100
commit491f060a1ef245ba2612bc86a3850e2fbc1a73cd (patch)
treec5e771bdd638d3fa3784860a7c458387f98ca053 /audio
parentd398e494c7a2d89db705e9465eda66fd490cff44 (diff)
downloaddevice_samsung_tuna-491f060a1ef245ba2612bc86a3850e2fbc1a73cd.zip
device_samsung_tuna-491f060a1ef245ba2612bc86a3850e2fbc1a73cd.tar.gz
device_samsung_tuna-491f060a1ef245ba2612bc86a3850e2fbc1a73cd.tar.bz2
audio: allow louder output on speaker for maguro
seems this is the max we can go without getting any negative effect. Change-Id: Ic769b1ac200d2b60588cb3ccaf65c7bce7251c1a
Diffstat (limited to 'audio')
-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