aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2016-12-21 10:54:19 -0800
committerChris Robinson <[email protected]>2016-12-21 10:54:19 -0800
commite270a9784bdacecedb98312a4e2e9ef75ef7df62 (patch)
treea960290c60d80a4dc161baf4bb4914793f5719b1
parentbcb6dfee71ef0ce4a0b9e7ceccb943f7f28704c4 (diff)
Add missing macros for OSS3/Free compatibility
-rw-r--r--Alc/backends/oss.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Alc/backends/oss.c b/Alc/backends/oss.c
index 689a5c71..62563235 100644
--- a/Alc/backends/oss.c
+++ b/Alc/backends/oss.c
@@ -88,6 +88,8 @@ static struct oss_device oss_capture = {
#ifdef ALC_OSS_COMPAT
+#define DSP_CAP_OUTPUT 0x00020000
+#define DSP_CAP_INPUT 0x00010000
static void ALCossListPopulate(struct oss_device *UNUSED(devlist), int UNUSED(type_flag))
{
}