summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioResampler.cpp
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2011-10-28 10:26:17 -0700
committerGlenn Kasten <gkasten@google.com>2011-10-28 10:26:17 -0700
commit305f4b6dabe500b97062e72049a296d0699243d7 (patch)
tree46e8b917d03bd45c9b6ecccb63a3a97432f9aa70 /services/audioflinger/AudioResampler.cpp
parent4b8bb4ee7d1d64dc1cd5478a3772f97e4a4a00d7 (diff)
downloadframeworks_av-305f4b6dabe500b97062e72049a296d0699243d7.zip
frameworks_av-305f4b6dabe500b97062e72049a296d0699243d7.tar.gz
frameworks_av-305f4b6dabe500b97062e72049a296d0699243d7.tar.bz2
Bug 5522189 temporary workaround
Change-Id: I21d91d7a24df7bb6e7fc3d0fbc4786d55391fc0e
Diffstat (limited to 'services/audioflinger/AudioResampler.cpp')
-rw-r--r--services/audioflinger/AudioResampler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/audioflinger/AudioResampler.cpp b/services/audioflinger/AudioResampler.cpp
index d18a6fb..906794b 100644
--- a/services/audioflinger/AudioResampler.cpp
+++ b/services/audioflinger/AudioResampler.cpp
@@ -33,7 +33,7 @@
namespace android {
#ifdef __ARM_HAVE_HALFWORD_MULTIPLY // optimized asm option
- #define ASM_ARM_RESAMP1 // enable asm optimisation for ResamplerOrder1
+ //#define ASM_ARM_RESAMP1 // enable asm optimisation for ResamplerOrder1
#endif // __ARM_HAVE_HALFWORD_MULTIPLY
// ----------------------------------------------------------------------------