diff options
author | Chris Robinson <[email protected]> | 2022-04-15 01:45:24 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2022-04-15 01:45:24 -0700 |
commit | 144e30a9490fd86ca6ee00fdd3823ed3e99529c1 (patch) | |
tree | 02704b3a4131d0ae106cf2074d15ad71a9597943 /alc/alc.cpp | |
parent | 12dd7bee906186cc3dc0d09977a977987f9d8557 (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/alc.cpp')
-rw-r--r-- | alc/alc.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/alc/alc.cpp b/alc/alc.cpp index c57c08ba..d48c81e9 100644 --- a/alc/alc.cpp +++ b/alc/alc.cpp @@ -541,6 +541,9 @@ constexpr struct { DECL(ALC_STEREO_BASIC_SOFT), DECL(ALC_STEREO_UHJ_SOFT), DECL(ALC_STEREO_HRTF_SOFT), + DECL(ALC_SURROUND_5_1_SOFT), + DECL(ALC_SURROUND_6_1_SOFT), + DECL(ALC_SURROUND_7_1_SOFT), DECL(ALC_NO_ERROR), DECL(ALC_INVALID_DEVICE), |