aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/mixer_neon.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/mixer_neon.c')
-rw-r--r--Alc/mixer_neon.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/Alc/mixer_neon.c b/Alc/mixer_neon.c
index bcdbf9b8..246b4308 100644
--- a/Alc/mixer_neon.c
+++ b/Alc/mixer_neon.c
@@ -63,13 +63,13 @@ static __inline void ApplyValue(ALfloat *RESTRICT Output, ALfloat value, const A
#define SUFFIX Neon
-#define SAMPLER point32
+#define Sampler point32
#include "mixer_inc.c"
-#undef SAMPLER
-#define SAMPLER lerp32
+#undef Sampler
+#define Sampler lerp32
#include "mixer_inc.c"
-#undef SAMPLER
-#define SAMPLER cubic32
+#undef Sampler
+#define Sampler cubic32
#include "mixer_inc.c"
-#undef SAMPLER
+#undef Sampler
#undef SUFFIX