[pulseaudio-discuss] [PATCH 01/10] sconv: Cleanup sconv_neon.c
Peter Meerwald
pmeerw at pmeerw.net
Fri Mar 29 08:56:42 PDT 2013
From: Peter Meerwald <p.meerwald at bct-electronic.com>
Signed-off-by: Peter Meerwald <p.meerwald at bct-electronic.com>
---
src/pulsecore/sconv_neon.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/pulsecore/sconv_neon.c b/src/pulsecore/sconv_neon.c
index ddcdcc2..b06c144 100644
--- a/src/pulsecore/sconv_neon.c
+++ b/src/pulsecore/sconv_neon.c
@@ -18,8 +18,6 @@
#include <config.h>
#endif
-#include <pulse/rtclock.h>
-
#include <pulsecore/macro.h>
#include <pulsecore/endianmacros.h>
@@ -67,7 +65,7 @@ static void pa_sconv_s16le_to_f32ne_neon(unsigned n, const int16_t *src, float *
const float invscale = 1.0f / (1 << 15);
__asm__ __volatile__ (
- "movs %[n], %[n], lsr #2 \n\t"
+ "movs %[n], %[n], lsr #2 \n\t"
"beq 2f \n\t"
"vdup.f32 q1, %[invscale] \n\t"
--
1.7.9.5
More information about the pulseaudio-discuss
mailing list