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

Commit b140bf89 authored by Harold Tan's avatar Harold Tan Committed by Bruno Martins
Browse files

Force using WiredAccessoryObserver for DisplayPort

Force using WiredAccessoryObserver path to support
DisplayPort audio.

CRs-Fixed: 3161217
Change-Id: I1c12103c1268e0a3e7cfd955abe4197b9e4d2791
parent 3523a341
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@ final class WiredAccessoryManager implements WiredAccessoryCallbacks {
        }


        if (ExtconUEventObserver.extconExists() && mExtconObserver.uEventCount() > 0) {
        if (ExtconUEventObserver.extconExists() && mExtconObserver.uEventCount() > 0 && false) {
            if (mUseDevInputEventForAudioJack) {
                Log.w(TAG, "Both input event and extcon are used for audio jack,"
                        + " please just choose one.");