summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorDima Zavin <dima@android.com>2011-05-11 14:15:23 -0700
committerDima Zavin <dima@android.com>2011-05-12 14:09:57 -0700
commit64760240f931714858a59c1579f07264d7182ba2 (patch)
tree5fad3bbdc4f7a19cff980b719edb75577c7f9a4b /services
parentb84d042a1216694e1db6b1fc2b053d348cab5593 (diff)
downloadframeworks_av-64760240f931714858a59c1579f07264d7182ba2.zip
frameworks_av-64760240f931714858a59c1579f07264d7182ba2.tar.gz
frameworks_av-64760240f931714858a59c1579f07264d7182ba2.tar.bz2
update for new audio.h header location
Change-Id: Ic4c62c4037800802427eb7d3c7f5eb8b25d18876 Signed-off-by: Dima Zavin <dima@android.com>
Diffstat (limited to 'services')
-rw-r--r--services/audioflinger/AudioFlinger.cpp2
-rw-r--r--services/audioflinger/AudioFlinger.h2
-rw-r--r--services/audioflinger/AudioPolicyService.cpp2
-rw-r--r--services/audioflinger/AudioPolicyService.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/services/audioflinger/AudioFlinger.cpp b/services/audioflinger/AudioFlinger.cpp
index f8ad5bb..10beee96 100644
--- a/services/audioflinger/AudioFlinger.cpp
+++ b/services/audioflinger/AudioFlinger.cpp
@@ -43,7 +43,7 @@
#include <private/media/AudioTrackShared.h>
#include <private/media/AudioEffectShared.h>
-#include <hardware/audio.h>
+#include <system/audio.h>
#include <hardware/audio_hal.h>
#include "AudioMixer.h"
diff --git a/services/audioflinger/AudioFlinger.h b/services/audioflinger/AudioFlinger.h
index 22e5116..43be6fe 100644
--- a/services/audioflinger/AudioFlinger.h
+++ b/services/audioflinger/AudioFlinger.h
@@ -38,7 +38,7 @@
#include <binder/BinderService.h>
#include <binder/MemoryDealer.h>
-#include <hardware/audio.h>
+#include <system/audio.h>
#include <hardware/audio_hal.h>
#include "AudioBufferProvider.h"
diff --git a/services/audioflinger/AudioPolicyService.cpp b/services/audioflinger/AudioPolicyService.cpp
index eebc1b3..ef8d957 100644
--- a/services/audioflinger/AudioPolicyService.cpp
+++ b/services/audioflinger/AudioPolicyService.cpp
@@ -35,7 +35,7 @@
#include <hardware_legacy/power.h>
#include <hardware/hardware.h>
-#include <hardware/audio.h>
+#include <system/audio.h>
#include <hardware/audio_policy.h>
#include <hardware/audio_policy_hal.h>
diff --git a/services/audioflinger/AudioPolicyService.h b/services/audioflinger/AudioPolicyService.h
index 01e592b..d9b5ada 100644
--- a/services/audioflinger/AudioPolicyService.h
+++ b/services/audioflinger/AudioPolicyService.h
@@ -22,7 +22,7 @@
#include <utils/Vector.h>
#include <binder/BinderService.h>
-#include <hardware/audio.h>
+#include <system/audio.h>
#include <hardware/audio_policy.h>
#include <hardware/audio_policy_hal.h>