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

Commit 8f7c7a81 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge changes I443ba0bc,I1d46e887,Idabc64be,I03a8bdb4 am: 2d70375a am: 5577b01c

parents c8a8382d 5577b01c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2317,7 +2317,7 @@ status_t AudioSystem::getDirectPlaybackSupport(const audio_attributes_t *attr,

status_t AudioSystem::getDirectProfilesForAttributes(const audio_attributes_t* attr,
                                                std::vector<audio_profile>* audioProfiles) {
    if (attr == nullptr) {
    if (attr == nullptr || audioProfiles == nullptr) {
        return BAD_VALUE;
    }