From ba827cdfffb386e00c9f96cb605980dafef304ae Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 31 Aug 2014 23:46:43 -0700 Subject: [PATCH] Fix Neon mixer definition --- Alc/mixer_neon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Alc/mixer_neon.c b/Alc/mixer_neon.c index 7b6da2b9..8a27ddbf 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; -- 2.11.4.GIT