From e36d724d04cb9d33437e7b81702cdeae400e4848 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 20 May 2026 12:57:43 +0200 Subject: [PATCH] alsa-seq: increase MAX_EVENT_SIZE to 1024 This is also what a2jmidid has, so let's do the same. See #5254 --- spa/plugins/alsa/alsa-seq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/plugins/alsa/alsa-seq.h b/spa/plugins/alsa/alsa-seq.h index 3100b9587..74d465f9b 100644 --- a/spa/plugins/alsa/alsa-seq.h +++ b/spa/plugins/alsa/alsa-seq.h @@ -39,7 +39,7 @@ struct props { bool disable_longname; }; -#define MAX_EVENT_SIZE 256 +#define MAX_EVENT_SIZE 1024 #define MAX_PORTS 256 #define MAX_BUFFERS 32