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

Commit fa36d4b2 authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

Merge "audiopolicy: fix mix recorder regression" into qt-dev

parents 6d99dc8f 698d3535
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -348,7 +348,8 @@ protected:
        }
        virtual const DeviceVector getAvailableInputDevices() const
        {
            return mAvailableInputDevices.filterForEngine();
            // legacy and non-legacy remote-submix are managed by the engine, do not filter
            return mAvailableInputDevices;
        }
        virtual const sp<DeviceDescriptor> &getDefaultOutputDevice() const
        {