summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioResamplerSinc.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-12-14 07:13:28 -0800
committerGlenn Kasten <gkasten@google.com>2012-12-17 12:34:42 -0800
commitc4974312e5a1e2ab94eca56045f991baf1508d73 (patch)
tree17beaaaec5b9ac92e524f473e92ec6236dce6629 /services/audioflinger/AudioResamplerSinc.h
parent66c8dd24358a08a59944e9fc13d686e0ff91eee9 (diff)
downloadframeworks_av-c4974312e5a1e2ab94eca56045f991baf1508d73.zip
frameworks_av-c4974312e5a1e2ab94eca56045f991baf1508d73.tar.gz
frameworks_av-c4974312e5a1e2ab94eca56045f991baf1508d73.tar.bz2
Fix build warnings
Change-Id: I9e3cfa0c6b3467fe763ce55f759d179f02c5deea
Diffstat (limited to 'services/audioflinger/AudioResamplerSinc.h')
-rw-r--r--services/audioflinger/AudioResamplerSinc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/audioflinger/AudioResamplerSinc.h b/services/audioflinger/AudioResamplerSinc.h
index 09c6866..1ea4474 100644
--- a/services/audioflinger/AudioResamplerSinc.h
+++ b/services/audioflinger/AudioResamplerSinc.h
@@ -70,8 +70,8 @@ private:
int32_t mVolumeSIMD[2];
const int32_t * mFirCoefs;
- static const int32_t mFirCoefsDown[];
- static const int32_t mFirCoefsUp[];
+ static const uint32_t mFirCoefsDown[];
+ static const uint32_t mFirCoefsUp[];
// ----------------------------------------------------------------------------
static const int32_t RESAMPLE_FIR_NUM_COEF = 8;