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

Commit 27c4ad39 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6013205 from 73d6b599 to qt-qpr2-release

Change-Id: Iff21574beecab30cf178551e037d60b92d3bdd09
parents d9ec40cb 73d6b599
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);