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

Commit 3277b9e2 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "hal: voice_extn: update error handling for incall music usecase"

parents 4493ee23 803dfe88
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -753,9 +753,10 @@ int voice_extn_check_and_set_incall_music_usecase(struct audio_device *adev,
        out->config.rate = out->sample_rate;

        ALOGV("%s: mode=%d, usecase id=%d", __func__, adev->mode, out->usecase);
    }
        return 0;
    }
    return -ENOSYS;
}


int voice_extn_compress_voip_set_parameters(struct audio_device *adev,