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

Commit 5b346dea authored by Eric Laurent's avatar Eric Laurent Committed by Gerrit Code Review
Browse files

Merge "audio:fix incomplete devices of duplicated output"

parents abbbb39d 0d6505c0
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;
    }

    /**