mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-05 06:28:02 +02:00
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:
parent
7884ff82db
commit
0e847c97c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue