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

Commit d565e033 authored by Jinsuk Kim's avatar Jinsuk Kim Committed by Android Git Automerger
Browse files

am 0beb76e1: am 9899b663: Merge "CEC: Use thread-safe version for avr info" into lmp-mr1-dev

* commit '0beb76e1':
  CEC: Use thread-safe version for avr info
parents e5facf35 0beb76e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -798,7 +798,7 @@ final class HdmiCecLocalDeviceTv extends HdmiCecLocalDevice {
    }

    boolean isSystemAudioActivated() {
        if (getAvrDeviceInfo() == null) {
        if (!hasSystemAudioDevice()) {
            return false;
        }
        synchronized (mLock) {