Add missing macros for OSS3/Free compatibility

This commit is contained in:
Chris Robinson
2016-12-21 10:54:19 -08:00
parent bcb6dfee71
commit e270a9784b
+2
View File
@@ -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))
{
}