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

Commit e0e43bbd authored by Xin Li's avatar Xin Li
Browse files

DO NOT MERGE - Merge QQ1A.200105.003 into stage-aosp-master

Merged-In: Ie5298d1d83de872c5a2eb64c35ca2a8fcfac0c75
Change-Id: Ic65f63d9900f79849c459573818942e7455ebf3f
parents cb093868 9ecdf72e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6284,9 +6284,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);