>From c9bfa0be7aca6c982c0bc9e6a65b49ebdbc33087 Mon Sep 17 00:00:00 2001 From: Ben Sartor Date: Fri, 6 Dec 2013 05:06:50 +0100 Subject: [PATCH] document microphone gain hack on galaxy s4 mini --- java/impl/org/linphone/core/LinphoneCoreImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/impl/org/linphone/core/LinphoneCoreImpl.java b/java/impl/org/linphone/core/LinphoneCoreImpl.java index a980ab7ee..1be95f16e 100644 --- a/java/impl/org/linphone/core/LinphoneCoreImpl.java +++ b/java/impl/org/linphone/core/LinphoneCoreImpl.java @@ -430,8 +430,8 @@ class LinphoneCoreImpl implements LinphoneCore { } private void applyAudioHacks() { - if (Hacks.needGalaxySAudioHack()) { - /* The microphone gain is way too high on the Galaxy S so correct it here. */ + if (Hacks.needMicrophoneHack()) { + /* The microphone gain is way too high on the Galaxy S and on the Galaxy S4 mini so correct it here. */ setMicrophoneGain(-9.0f); } } -- 2.20.1