aboutsummaryrefslogtreecommitdiffstats
path: root/alc/devformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/devformat.h')
-rw-r--r--alc/devformat.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/alc/devformat.h b/alc/devformat.h
index d1624c9c..4e4b9a53 100644
--- a/alc/devformat.h
+++ b/alc/devformat.h
@@ -20,14 +20,13 @@ enum Channel {
SideLeft,
SideRight,
- UpperFrontLeft,
- UpperFrontRight,
- UpperBackLeft,
- UpperBackRight,
- LowerFrontLeft,
- LowerFrontRight,
- LowerBackLeft,
- LowerBackRight,
+ TopFrontLeft,
+ TopFrontCenter,
+ TopFrontRight,
+ TopCenter,
+ TopBackLeft,
+ TopBackCenter,
+ TopBackRight,
MaxChannels
};