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

Unverified Commit 7d3cd836 authored by Aniket Kumar Lata's avatar Aniket Kumar Lata Committed by Michael Bestas
Browse files

WiredAccessoryManager: Update display port device index

Add new display port device index to the list of possible
connections to look for.

CRs-Fixed: 2921564
Change-Id: I761bcbc0158fb9c87a8e6936a7c25ae683d479b5
parent b8ead3d8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -73,6 +73,8 @@ final class WiredAccessoryManager implements WiredAccessoryCallbacks {
    private static final String NAME_DP_AUDIO = "soc:qcom,msm-ext-disp";
    // within a device, a single stream supports DP
    private static final String[] DP_AUDIO_CONNS = {
            NAME_DP_AUDIO + "/3/0",
            NAME_DP_AUDIO + "/2/0",
            NAME_DP_AUDIO + "/1/0",
            NAME_DP_AUDIO + "/0/0"
    };