aboutsummaryrefslogtreecommitdiffstats
path: root/alc/devformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/devformat.h')
-rw-r--r--alc/devformat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/alc/devformat.h b/alc/devformat.h
index 4e4b9a53..698ae72d 100644
--- a/alc/devformat.h
+++ b/alc/devformat.h
@@ -85,14 +85,14 @@ ALuint ChannelsFromDevFmt(DevFmtChannels chans, ALuint ambiorder) noexcept;
inline ALuint FrameSizeFromDevFmt(DevFmtChannels chans, DevFmtType type, ALuint ambiorder) noexcept
{ return ChannelsFromDevFmt(chans, ambiorder) * BytesFromDevFmt(type); }
-enum class AmbiLayout {
+enum class DevAmbiLayout : ALenum {
FuMa = ALC_FUMA_SOFT, /* FuMa channel order */
ACN = ALC_ACN_SOFT, /* ACN channel order */
Default = ACN
};
-enum class AmbiNorm {
+enum class DevAmbiScaling : ALenum {
FuMa = ALC_FUMA_SOFT, /* FuMa normalization */
SN3D = ALC_SN3D_SOFT, /* SN3D normalization */
N3D = ALC_N3D_SOFT, /* N3D normalization */