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

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

Merge "audio: Fix for volume level mismatch for AVRCP headset"

parents 8f45e529 c0152625
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1019,7 +1019,7 @@ public class AudioService extends IAudioService.Stub {
                (flags & AudioManager.FLAG_BLUETOOTH_ABS_VOLUME) == 0) {
                synchronized (mA2dpAvrcpLock) {
                    if (mA2dp != null && mAvrcpAbsVolSupported) {
                        mA2dp.setAvrcpAbsoluteVolume(index);
                        mA2dp.setAvrcpAbsoluteVolume(index / 10);
                    }
                }
            }