Huw Davies : winealsa: Remove a workaround for versions of alsa-lib before 1.0.12.

Alexandre Julliard julliard at winehq.org
Mon Mar 14 17:47:36 CDT 2022


Module: wine
Branch: master
Commit: 52e262370a9383cd0595e8a588535291440bbc6f
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=52e262370a9383cd0595e8a588535291440bbc6f

Author: Huw Davies <huw at codeweavers.com>
Date:   Mon Mar 14 10:21:48 2022 +0000

winealsa: Remove a workaround for versions of alsa-lib before 1.0.12.

Version 1.0.12 was released in 2006.

Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Andrew Eikum <aeikum at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/winealsa.drv/midi.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dlls/winealsa.drv/midi.c b/dlls/winealsa.drv/midi.c
index 699790d380d..e65cae6cda5 100644
--- a/dlls/winealsa.drv/midi.c
+++ b/dlls/winealsa.drv/midi.c
@@ -54,10 +54,6 @@
 
 WINE_DEFAULT_DEBUG_CHANNEL(midi);
 
-#ifndef SND_SEQ_PORT_TYPE_PORT
-#define SND_SEQ_PORT_TYPE_PORT (1<<19)  /* Appears in version 1.0.12rc1 */
-#endif
-
 typedef struct {
     int			state;                  /* -1 disabled, 0 is no recording started, 1 in recording, bit 2 set if in sys exclusive recording */
     MIDIOPENDESC	midiDesc;




More information about the wine-cvs mailing list