acp: bump max channels to 128

This commit is contained in:
Wim Taymans 2025-10-24 17:00:42 +02:00
parent c4244a6cf3
commit c8d4de5e77

View file

@ -27,7 +27,7 @@
extern "C" {
#endif
#define PA_CHANNELS_MAX 64
#define PA_CHANNELS_MAX 128
#define PA_CHANNEL_MAP_SNPRINT_MAX (PA_CHANNELS_MAX * 32)