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