[PATCH 3/4] winealsa: Remove a workaround for versions of alsa-lib before 1.0.12.

Andrew Eikum aeikum at codeweavers.com
Mon Mar 14 08:45:18 CDT 2022


Signed-off-by: Andrew Eikum <aeikum at codeweavers.com>

On Mon, Mar 14, 2022 at 10:21:48AM +0000, Huw Davies wrote:
> Version 1.0.12 was released in 2006.
> 
> Signed-off-by: Huw Davies <huw at codeweavers.com>
> ---
>  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;
> -- 
> 2.25.1
> 
> 



More information about the wine-devel mailing list