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

Commit 6249b602 authored by Eric Laurent's avatar Eric Laurent Committed by android-build-merger
Browse files

Merge "audiopolicy: align input and output devices for engine" into qt-dev am: 24ba1c40

am: 665f3f28

Change-Id: I590a0f9ad0941e8ff3379d76a923ce7ad1dece50
parents 6018e9e5 665f3f28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -345,7 +345,7 @@ protected:
        }
        virtual const DeviceVector getAvailableOutputDevices() const
        {
            return mAvailableOutputDevices.filterForEngine();
            return mAvailableOutputDevices;
        }
        virtual const DeviceVector getAvailableInputDevices() const
        {