summaryrefslogtreecommitdiffstats
path: root/audio_out.c
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2012-10-12 19:06:16 +0200
committerPaul Kocialkowski <contact@paulk.fr>2012-10-12 19:06:16 +0200
commit005fa70b060726b5b3cac22a4cf8adbe45281104 (patch)
tree7a48372d047d0c91e210b49b2a2a5a0afb782ece /audio_out.c
parentf17d43066fc1f8b03947032bb04a1b5cc22203fa (diff)
downloadhardware_tinyalsa-audio-005fa70b060726b5b3cac22a4cf8adbe45281104.zip
hardware_tinyalsa-audio-005fa70b060726b5b3cac22a4cf8adbe45281104.tar.gz
hardware_tinyalsa-audio-005fa70b060726b5b3cac22a4cf8adbe45281104.tar.bz2
Build each file separately (with header inclusion fix)
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
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
*/