summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/codecs/wavpack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codecs/wavpack.cpp b/src/codecs/wavpack.cpp
index fa168d32..21865785 100644
--- a/src/codecs/wavpack.cpp
+++ b/src/codecs/wavpack.cpp
@@ -45,7 +45,7 @@ WavPackDecoder::WavPackDecoder() : input_(), buf_() {
buf_ = static_cast<int32_t*>(
heap_caps_malloc(
kBufSize * sizeof(int32_t),
- MALLOC_CAP_INTERNAL | MALLOC_CAP_CACHE_ALIGNED
+ MALLOC_CAP_INTERNAL | MALLOC_CAP_32BIT
));
}