From c94aff8cae158def64e20a320dcc1b1020d1d795 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 20 Oct 2025 09:17:14 +0200 Subject: [PATCH] Revert "audio: bump max channels to 128" This reverts commit c91f75ae2e68e601e5f90790704776cd1b3f755c. This change causes a subtle ABI change and also breaks the Rust bindings. --- 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 2fd7fcfe3..804e5df1d 100644 --- a/spa/include/spa/param/audio/raw.h +++ b/spa/include/spa/param/audio/raw.h @@ -18,7 +18,7 @@ extern "C" { * \{ */ -#define SPA_AUDIO_MAX_CHANNELS 128u +#define SPA_AUDIO_MAX_CHANNELS 64u enum spa_audio_format { SPA_AUDIO_FORMAT_UNKNOWN,