summaryrefslogtreecommitdiffstats
path: root/audio_out.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio_out.c')
-rw-r--r--audio_out.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/audio_out.c b/audio_out.c
index 04655e0..2b3c854 100644
--- a/audio_out.c
+++ b/audio_out.c
@@ -18,9 +18,19 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#undef LOG_TAG
#define LOG_TAG "audio_out"
+#include <errno.h>
+#include <pthread.h>
+#include <stdint.h>
+#include <sys/time.h>
+
+#include <cutils/log.h>
+
+#define EFFECT_UUID_NULL EFFECT_UUID_NULL_OUT
+#define EFFECT_UUID_NULL_STR EFFECT_UUID_NULL_STR_OUT
+#include "audio_hw.h"
+
/*
* Functions
*/