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

Commit 9ecdf72e authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Merge cherrypicks of [9739536, 9739043, 9739695, 9739046, 9739505, 9739506,...

Merge cherrypicks of [9739536, 9739043, 9739695, 9739046, 9739505, 9739506, 9739507, 9739047, 9739615] into qt-qpr1-release

Change-Id: Id5dfda249b8b7dd4ccf40f9162707b0d5cc94ce9
parents 2ea16ffc a0caa814
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6282,9 +6282,9 @@ static int adev_verify_devices(struct audio_device *adev)
static int adev_close(hw_device_t *device)
{
    size_t i;
    struct audio_device *adev = (struct audio_device *)device;
    struct audio_device *adev_temp = (struct audio_device *)device;

    if (!adev)
    if (!adev_temp)
        return 0;

    pthread_mutex_lock(&adev_init_lock);