From 89c5a82aaccb98f3f0c083d1a90aa8570c66a9ba Mon Sep 17 00:00:00 2001 From: Eric Laurent Date: Wed, 17 Aug 2011 09:07:18 -0700 Subject: 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 --- libaudio/AudioHardware.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libaudio/AudioHardware.h') 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 +#include extern "C" { struct pcm; -- cgit v1.2.3