jack: Increase JACK_CLIENT_NAME_SIZE

Some devices have really long names, especially when taking localisation
into account due to multibyte characters.
This commit is contained in:
Tasos Sahanidis 2022-08-20 09:45:24 +03:00 committed by Wim Taymans
parent 7884ff82db
commit 0e847c97c8

View file

@ -62,7 +62,7 @@
#define DEFAULT_RT_MAX 88
#define JACK_CLIENT_NAME_SIZE 128
#define JACK_CLIENT_NAME_SIZE 256
#define JACK_PORT_NAME_SIZE 256
#define JACK_PORT_TYPE_SIZE 32
#define MONITOR_EXT " Monitor"