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

Commit 665f3f28 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

Change-Id: I99af86354c242fa0221a56958e8674886f3f4ecc
parents d4e2e853 24ba1c40
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
        {