From 99bbac9cbf40af8ba6b55fccf11b0f0a9a6c6537 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 21 Oct 2025 17:01:31 +0200 Subject: [PATCH] spa: increase SPA_AUDIO_MAX_CHANNELS to 128 This should now not change the ABI because the position array size is now controlled with the SPA_AUDIO_MAX_POSITION constant. --- spa/include/spa/param/audio/raw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/include/spa/param/audio/raw.h b/spa/include/spa/param/audio/raw.h index 21cdb3c2d..5b57a5bf1 100644 --- a/spa/include/spa/param/audio/raw.h +++ b/spa/include/spa/param/audio/raw.h @@ -25,7 +25,7 @@ extern "C" { /* The suggested number of max channels, can be a compile time constant and * does not affect ABI or API */ #ifndef SPA_AUDIO_MAX_CHANNELS -#define SPA_AUDIO_MAX_CHANNELS 64u +#define SPA_AUDIO_MAX_CHANNELS 128u #endif enum spa_audio_format {