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

Commit 1f0157ed authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge changes I443ba0bc,I1d46e887,Idabc64be,I03a8bdb4 am: 2d70375a am:...

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

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



Change-Id: I1cfbc70208c9f3ab136c3d333c1dbe3c025eb153
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents d8e02a2e bc284288
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2384,7 +2384,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;
    }