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

Commit 5e3916a6 authored by Jungshik Jang's avatar Jungshik Jang
Browse files

Start ARC initiation action when if avr is connected to ARC enabled port.

Change-Id: Ia9efbd1e86a1ed560500034925ccc31c61372fee
parent 852ce1a7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -403,6 +403,10 @@ final class HdmiCecLocalDeviceTv extends HdmiCecLocalDevice {
                        if (avrInfo != null) {
                            addAndStartAction(new SystemAudioAutoInitiationAction(
                                    HdmiCecLocalDeviceTv.this, avrInfo.getLogicalAddress()));
                            if (isConnectedToArcPort(avrInfo.getPhysicalAddress())) {
                                addAndStartAction(new RequestArcInitiationAction(
                                        HdmiCecLocalDeviceTv.this, avrInfo.getLogicalAddress()));
                            }
                        }
                    }
                });