summaryrefslogtreecommitdiffstats
path: root/src/itf/IAndroidEffect.cpp
diff options
context:
space:
mode:
authorDima Zavin <dima@android.com>2011-05-11 14:16:27 -0700
committerDima Zavin <dima@android.com>2011-05-12 14:11:09 -0700
commit10a3840407ac3ed61e7873ee7b86d664ccc6149f (patch)
treef597b9e6c8a9e456437c12de726212fc36c231d2 /src/itf/IAndroidEffect.cpp
parentebbc7dd54bb3a6b05ac899af97fc4b7d0ad6f400 (diff)
downloadandroid_frameworks_wilhelm-10a3840407ac3ed61e7873ee7b86d664ccc6149f.tar.gz
android_frameworks_wilhelm-10a3840407ac3ed61e7873ee7b86d664ccc6149f.tar.bz2
android_frameworks_wilhelm-10a3840407ac3ed61e7873ee7b86d664ccc6149f.zip
update for new audio.h header location
Change-Id: I2140f1def08bedd8b2bd5170c6ac5edccb80035c Signed-off-by: Dima Zavin <dima@android.com>
Diffstat (limited to 'src/itf/IAndroidEffect.cpp')
-rw-r--r--src/itf/IAndroidEffect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/itf/IAndroidEffect.cpp b/src/itf/IAndroidEffect.cpp
index 868f8c0..84dcb01 100644
--- a/src/itf/IAndroidEffect.cpp
+++ b/src/itf/IAndroidEffect.cpp
@@ -18,7 +18,7 @@
#include "sles_allinclusive.h"
-#include <hardware/audio.h>
+#include <system/audio.h>
static SLresult IAndroidEffect_CreateEffect(SLAndroidEffectItf self,
SLInterfaceID effectImplementationId) {