audio: unify hal
Unify audio hal components
CRs-Fixed: 2380934
Change-Id: Iacafdc44d935de5f343240421a1572a0a3241bd0
diff --git a/post_proc/bundle.c b/post_proc/bundle.c
index ce0d0ec..1e6b91d 100644
--- a/post_proc/bundle.c
+++ b/post_proc/bundle.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013-2017, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013-2017, 2019, The Linux Foundation. All rights reserved.
* Not a Contribution.
*
* Copyright (C) 2013 The Android Open Source Project
@@ -40,7 +40,7 @@
#include <stdlib.h>
#include <cutils/list.h>
-#include <cutils/log.h>
+#include <log/log.h>
#include <system/thread_defs.h>
#include <tinyalsa/asoundlib.h>
#include <hardware/audio_effect.h>
@@ -290,7 +290,6 @@
int offload_effects_bundle_hal_stop_output(audio_io_handle_t output, int pcm_id)
{
int ret = -1;
- struct listnode *node;
struct listnode *fx_node;
output_context_t *out_ctxt;
@@ -450,7 +449,6 @@
}
}
-exit:
pthread_mutex_unlock(&lock);
return ret;
}
@@ -768,7 +766,6 @@
{
effect_context_t * context = (effect_context_t *)self;
- int retsize;
int status = 0;
pthread_mutex_lock(&lock);