aboutsummaryrefslogtreecommitdiffstats
path: root/alc/inprogext.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2022-04-15 01:45:24 -0700
committerChris Robinson <[email protected]>2022-04-15 01:45:24 -0700
commit144e30a9490fd86ca6ee00fdd3823ed3e99529c1 (patch)
tree02704b3a4131d0ae106cf2074d15ad71a9597943 /alc/inprogext.h
parent12dd7bee906186cc3dc0d09977a977987f9d8557 (diff)
Update the ALC_SOFT_output_mode surround enums
The values are identical to the matching loopback channel configuration enums, so for example ALC_5POINT1_SOFT is interchangable with ALC_SURROUND_5_1_SOFT, this is simply providing a cleaner styling for potential future modes.
Diffstat (limited to 'alc/inprogext.h')
-rw-r--r--alc/inprogext.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/alc/inprogext.h b/alc/inprogext.h
index 8a0e784f..7dec7f81 100644
--- a/alc/inprogext.h
+++ b/alc/inprogext.h
@@ -64,9 +64,9 @@ AL_API void AL_APIENTRY alAuxiliaryEffectSlotStopvSOFT(ALsizei n, const ALuint *
#define ALC_STEREO_UHJ_SOFT 0x19AF
#define ALC_STEREO_HRTF_SOFT 0x19B2
/*#define ALC_QUAD_SOFT 0x1503*/
-/*#define ALC_5POINT1_SOFT 0x1504*/
-/*#define ALC_6POINT1_SOFT 0x1505*/
-/*#define ALC_7POINT1_SOFT 0x1506*/
+#define ALC_SURROUND_5_1_SOFT 0x1504
+#define ALC_SURROUND_6_1_SOFT 0x1505
+#define ALC_SURROUND_7_1_SOFT 0x1506
#endif