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

Commit afc58847 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 am: 1b663965

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

Change-Id: Ieaecd16bbf40035275c9ed122899cca6967aed8a
parents f8ded319 1b663965
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;
    }

    /**