summaryrefslogtreecommitdiffstats
path: root/libaudio/AudioHardware.h
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2011-08-17 09:07:18 -0700
committerEric Laurent <elaurent@google.com>2011-08-18 12:30:00 -0700
commit89c5a82aaccb98f3f0c083d1a90aa8570c66a9ba (patch)
tree51e61daf0e50e5cca79672f01f2976c2584be26b /libaudio/AudioHardware.h
parent6a4e3eaae7232c607aa19c8fc376fb1e894eb413 (diff)
downloaddevice_samsung_crespo-89c5a82aaccb98f3f0c083d1a90aa8570c66a9ba.zip
device_samsung_crespo-89c5a82aaccb98f3f0c083d1a90aa8570c66a9ba.tar.gz
device_samsung_crespo-89c5a82aaccb98f3f0c083d1a90aa8570c66a9ba.tar.bz2
Create library for common audio HAL functions
Moved echo reference and resampler code to audio utils library so that they can be shared by other audio HALs. Change-Id: I7ab88843cc58ecc276bc4ccbbdc826c8c0b4a430
Diffstat (limited to 'libaudio/AudioHardware.h')
-rw-r--r--libaudio/AudioHardware.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libaudio/AudioHardware.h b/libaudio/AudioHardware.h
index 1fb848e..64d80ec 100644
--- a/libaudio/AudioHardware.h
+++ b/libaudio/AudioHardware.h
@@ -29,8 +29,8 @@
#include "secril-client.h"
-#include "ReSampler.h"
-#include "EchoReference.h"
+#include <audio_utils/ReSampler.h>
+#include <audio_utils/EchoReference.h>
extern "C" {
struct pcm;