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

Commit 1b663965 authored by Eric Laurent's avatar Eric Laurent Committed by Automerger Merge Worker
Browse files

Merge "audio:fix incomplete devices of duplicated output" am: 5b346dea

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1666382

Change-Id: I793122285c078c42e856e0ec808c1d8cc93ad93b
parents 6bed6900 5b346dea
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -218,7 +218,9 @@ public:
            add(devices);
            return size();
        }
        return SortedVector::merge(devices);
        ssize_t ret = SortedVector::merge(devices);
        refreshTypes();
        return ret;
    }

    /**