diff options
author | Chris Robinson <[email protected]> | 2022-05-10 15:36:26 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2022-05-10 15:36:26 -0700 |
commit | af8e756dcb65b5a1744037808d0cfd5d7e574d39 (patch) | |
tree | ac12b706f471ea9d11f21f5e204b9a2c2047e236 | |
parent | 23b4611cd093afa3301103ac5921755436168791 (diff) |
Fix the CoreAudio output element value
-rw-r--r-- | alc/backends/coreaudio.cpp | 2 |
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 |