Loading hal/audio_hw.c +2 −2 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
hal/audio_hw.c +2 −2 Original line number Diff line number Diff line Loading @@ -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); Loading