diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-12-05 19:08:01 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-12-05 19:08:01 +0100 |
commit | 8941e12c6191aece93fca4ce2a39f56edf2a0826 (patch) | |
tree | f9506433c620073708b53b1be2e3a1583d4ecba4 /include | |
parent | 00b132c7b4ba5a099d1830ccc8e6cd1428fa38b6 (diff) |
Increase pipewire audio max nodes/ports limit
Diffstat (limited to 'include')
-rw-r--r-- | include/pipewire_audio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pipewire_audio.h b/include/pipewire_audio.h index 1d37eb8..1854914 100644 --- a/include/pipewire_audio.h +++ b/include/pipewire_audio.h @@ -8,8 +8,8 @@ #include <stdbool.h> -#define GSR_PIPEWIRE_AUDIO_MAX_STREAM_NODES 128 -#define GSR_PIPEWIRE_AUDIO_MAX_PORTS 128 +#define GSR_PIPEWIRE_AUDIO_MAX_STREAM_NODES 256 +#define GSR_PIPEWIRE_AUDIO_MAX_PORTS 256 #define GSR_PIPEWIRE_AUDIO_MAX_REQUESTED_LINKS 32 typedef enum { |