From 144e30a9490fd86ca6ee00fdd3823ed3e99529c1 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 15 Apr 2022 01:45:24 -0700 Subject: 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. --- alc/device.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'alc/device.h') diff --git a/alc/device.h b/alc/device.h index 44dfebd5..62ed0346 100644 --- a/alc/device.h +++ b/alc/device.h @@ -105,9 +105,9 @@ struct ALCdevice : public al::intrusive_ref, DeviceBase { Uhj2 = ALC_STEREO_UHJ_SOFT, Hrtf = ALC_STEREO_HRTF_SOFT, Quad = ALC_QUAD_SOFT, - X51 = ALC_5POINT1_SOFT, - X61 = ALC_6POINT1_SOFT, - X71 = ALC_7POINT1_SOFT + X51 = ALC_SURROUND_5_1_SOFT, + X61 = ALC_SURROUND_6_1_SOFT, + X71 = ALC_SURROUND_7_1_SOFT }; OutputMode1 getOutputMode1() const noexcept; -- cgit v1.2.3