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

Commit 2171996c authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Don't update volume in AudioService when SAM is on and ARC is off" am: 46159452

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1678047

Change-Id: I7926af0cc16f8409dc551c45fc5bc7088c5e9599
parents 80deff6a 46159452
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1289,6 +1289,7 @@ public class HdmiControlService extends SystemService {
    void setAudioStatus(boolean mute, int volume) {
        if (!isTvDeviceEnabled()
                || !tv().isSystemAudioActivated()
                || !tv().isArcEstablished() // Don't update TV volume when SAM is on and ARC is off
                || !isHdmiCecVolumeControlEnabled()) {
            return;
        }