summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/FastCapture.h
diff options
context:
space:
mode:
Diffstat (limited to 'services/audioflinger/FastCapture.h')
-rw-r--r--services/audioflinger/FastCapture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/audioflinger/FastCapture.h b/services/audioflinger/FastCapture.h
index eec89c9..e258a4d 100644
--- a/services/audioflinger/FastCapture.h
+++ b/services/audioflinger/FastCapture.h
@@ -54,7 +54,7 @@ private:
int mInputSourceGen;
NBAIO_Sink* mPipeSink;
int mPipeSinkGen;
- short* mReadBuffer;
+ void* mReadBuffer;
ssize_t mReadBufferState; // number of initialized frames in readBuffer,
// or -1 to clear
NBAIO_Format mFormat;