summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioFlinger.h
diff options
context:
space:
mode:
authorDima Zavin <dima@android.com>2011-06-13 18:16:26 -0700
committerDima Zavin <dima@android.com>2011-06-13 18:16:26 -0700
commit290029d19a9d314e925b73e19453ab0497602f80 (patch)
tree832511818ed878842cefe5459b12aef6423b4cb1 /services/audioflinger/AudioFlinger.h
parent10e78c9df09378c7d1ef1be9a8c42659ccce1eb7 (diff)
downloadframeworks_base-290029d19a9d314e925b73e19453ab0497602f80.zip
frameworks_base-290029d19a9d314e925b73e19453ab0497602f80.tar.gz
frameworks_base-290029d19a9d314e925b73e19453ab0497602f80.tar.bz2
audio: update for audio/audio_policy header names/locations
Change-Id: I36c49352eee57559403cd1597f56a8485a360289 Signed-off-by: Dima Zavin <dima@android.com>
Diffstat (limited to 'services/audioflinger/AudioFlinger.h')
-rw-r--r--services/audioflinger/AudioFlinger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/audioflinger/AudioFlinger.h b/services/audioflinger/AudioFlinger.h
index f3371bf..1fad987 100644
--- a/services/audioflinger/AudioFlinger.h
+++ b/services/audioflinger/AudioFlinger.h
@@ -39,7 +39,7 @@
#include <binder/MemoryDealer.h>
#include <system/audio.h>
-#include <hardware/audio_hal.h>
+#include <hardware/audio.h>
#include "AudioBufferProvider.h"