Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4c731ae authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "AudioService : Fix for audio device latency from headset to speaker"

parents cfdb7804 2b446d52
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5212,7 +5212,7 @@ public class AudioService extends IAudioService.Stub {
                        0,
                        null,
                        0);
                delay = 700;
                delay = SystemProperties.getInt("audio.noisy.broadcast.delay", 700);
            }
        }