From 491f060a1ef245ba2612bc86a3850e2fbc1a73cd Mon Sep 17 00:00:00 2001 From: codeworkx Date: Mon, 23 Jan 2012 16:30:03 +0100 Subject: audio: allow louder output on speaker for maguro seems this is the max we can go without getting any negative effect. Change-Id: Ic769b1ac200d2b60588cb3ccaf65c7bce7251c1a --- audio/audio_hw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio') 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 -- cgit v1.1