aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alu.h
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32/Include/alu.h')
-rw-r--r--OpenAL32/Include/alu.h21
1 files changed, 10 insertions, 11 deletions
diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h
index d55f7269..7bb579de 100644
--- a/OpenAL32/Include/alu.h
+++ b/OpenAL32/Include/alu.h
@@ -128,17 +128,16 @@ enum Resampler {
enum Channel {
FrontLeft = 0,
- FrontRight, /* 1 */
- FrontCenter, /* 2 */
- LFE, /* 3 */
- BackLeft, /* 4 */
- BackRight, /* 5 */
- BackCenter, /* 6 */
- SideLeft, /* 7 */
- SideRight, /* 8 */
-
- /* Must be a multiple of 4 */
- MaxChannels = 12,
+ FrontRight,
+ FrontCenter,
+ LFE,
+ BackLeft,
+ BackRight,
+ BackCenter,
+ SideLeft,
+ SideRight,
+
+ MaxChannels,
};
enum DistanceModel {