aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine/files/patch-dlls-wineoss.drv
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/wine/files/patch-dlls-wineoss.drv')
-rw-r--r--emulators/wine/files/patch-dlls-wineoss.drv18
1 files changed, 0 insertions, 18 deletions
diff --git a/emulators/wine/files/patch-dlls-wineoss.drv b/emulators/wine/files/patch-dlls-wineoss.drv
deleted file mode 100644
index 5f7f9d142837..000000000000
--- a/emulators/wine/files/patch-dlls-wineoss.drv
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --git a/dlls/wineoss.drv/mmdevdrv.c b/dlls/wineoss.drv/mmdevdrv.c
-index 7dec1e0..0edcb25 100644
---- dlls/wineoss.drv/mmdevdrv.c
-+++ dlls/wineoss.drv/mmdevdrv.c
-@@ -53,6 +53,13 @@
- #include "audiopolicy.h"
- #include "audioclient.h"
-
-+
-+/* Some implementations of OSS, such as FreeBSD older than 9.0, lack
-+ SNDCTL_DSP_HALT which is just a synonym for the older SNDCTL_DSP_RESET. */
-+#ifndef SNDCTL_DSP_HALT
-+#define SNDCTL_DSP_HALT SNDCTL_DSP_RESET
-+#endif
-+
- WINE_DEFAULT_DEBUG_CHANNEL(oss);
-
- #define NULL_PTR_ERR MAKE_HRESULT(SEVERITY_ERROR, FACILITY_WIN32, RPC_X_NULL_REF_POINTER)