From c8d4de5e77a016d94824e4240c851b5d032c9946 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 24 Oct 2025 17:00:42 +0200 Subject: [PATCH] acp: bump max channels to 128 --- spa/plugins/alsa/acp/channelmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/plugins/alsa/acp/channelmap.h b/spa/plugins/alsa/acp/channelmap.h index bb8f3f5f3..72e59fdc6 100644 --- a/spa/plugins/alsa/acp/channelmap.h +++ b/spa/plugins/alsa/acp/channelmap.h @@ -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)