aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2022-05-10 15:36:26 -0700
committerChris Robinson <[email protected]>2022-05-10 15:36:26 -0700
commitaf8e756dcb65b5a1744037808d0cfd5d7e574d39 (patch)
treeac12b706f471ea9d11f21f5e204b9a2c2047e236
parent23b4611cd093afa3301103ac5921755436168791 (diff)
Fix the CoreAudio output element value
-rw-r--r--alc/backends/coreaudio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alc/backends/coreaudio.cpp b/alc/backends/coreaudio.cpp
index e6919421..adaa52bd 100644
--- a/alc/backends/coreaudio.cpp
+++ b/alc/backends/coreaudio.cpp
@@ -51,7 +51,7 @@ namespace {
#define CAN_ENUMERATE 1
#endif
-constexpr auto OutputElement = 1;
+constexpr auto OutputElement = 0;
constexpr auto InputElement = 1;
#if CAN_ENUMERATE