File fix-neon-build.patch of Package openal-soft
From: Chris Robinson <chris.kcat@gmail.com>
Date: Mon, 1 Sep 2014 06:46:43 +0000 (-0700)
Subject: Fix Neon mixer definition
X-Git-Url: http://repo.or.cz/w/openal-soft.git/commitdiff_plain/ba827cdfffb386e00c9f96cb605980dafef304ae
Fix Neon mixer definition
---
diff --git a/Alc/mixer_neon.c b/Alc/mixer_neon.c
index 7b6da2b..8a27ddb 100644
--- a/Alc/mixer_neon.c
+++ b/Alc/mixer_neon.c
@@ -75,8 +75,8 @@ static inline void ApplyCoeffs(ALuint Offset, ALfloat (*restrict Values)[2],
#undef SUFFIX
-void MixDirect_Neon(const ALfloat *data, ALuint OutChans, ALfloat (*restrict OutBuffer)[BUFFERSIZE],
- MixGains *Gains, ALuint Counter, ALuint OutPos, ALuint BufferSize)
+void Mix_Neon(const ALfloat *data, ALuint OutChans, ALfloat (*restrict OutBuffer)[BUFFERSIZE],
+ MixGains *Gains, ALuint Counter, ALuint OutPos, ALuint BufferSize)
{
ALfloat gain, step;
float32x4_t gain4;