summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/BufferProviders.h
diff options
context:
space:
mode:
Diffstat (limited to 'services/audioflinger/BufferProviders.h')
-rw-r--r--services/audioflinger/BufferProviders.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/services/audioflinger/BufferProviders.h b/services/audioflinger/BufferProviders.h
index 2b6ea47..42030c0 100644
--- a/services/audioflinger/BufferProviders.h
+++ b/services/audioflinger/BufferProviders.h
@@ -23,6 +23,7 @@
#include <hardware/audio_effect.h>
#include <media/AudioBufferProvider.h>
#include <system/audio.h>
+#include <sonic.h>
namespace android {
@@ -183,6 +184,7 @@ private:
size_t mLocalBufferFrameCount;
void *mLocalBufferData;
size_t mRemaining;
+ sonicStream mSonicStream;
};
// ----------------------------------------------------------------------------