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

Commit 84e83b1f 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

am: 051e99e6

Change-Id: Ia6702f595df460619cfc4b955578297f0bfcb99a
parents 26ce697f 051e99e6
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
        {