mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-22 08:48:10 +02:00
alsa-seq: increase MAX_EVENT_SIZE to 1024
This is also what a2jmidid has, so let's do the same. See #5254
This commit is contained in:
parent
6e6fb1207d
commit
e36d724d04
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue