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

Unverified Commit fb31d70b authored by Harold Tan's avatar Harold Tan Committed by Michael Bestas
Browse files

Force using WiredAccessoryObserver for DisplayPort

Force using WiredAccessoryObserver path to support
DisplayPort audio.

CRs-Fixed: 3161217
Change-Id: I1c12103c1268e0a3e7cfd955abe4197b9e4d2791
parent 21105fdc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,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.");