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

Commit 051e99e6 authored by Eric Laurent's avatar Eric Laurent Committed by android-build-merger
Browse files

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

am: fa36d4b2

Change-Id: I550cd09812886861971389c7971002e1a1ad1117
parents 91268332 fa36d4b2
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
        {