meson: bump max channels to 128

Recompiling with the SPA_AUDIO_MAX_CHANNELS=128u defined, will create
larger audio_info structures that can hold more channels. Because
PipeWire is now using 128 channels, do the same in wireplumber so that
the generated PortConfig param can hold all channel positions.

See pipewire#4995
This commit is contained in:
Wim Taymans 2025-11-26 10:32:00 +01:00
parent 84e4752f1a
commit ceed5dca7c

View file

@ -157,6 +157,7 @@ common_args = [
'-D_GNU_SOURCE',
'-DG_LOG_USE_STRUCTURED',
'-DWP_USE_LOCAL_LOG_TOPIC_IN_G_LOG',
'-DSPA_AUDIO_MAX_CHANNELS=128u',
]
add_project_arguments(common_args, language: 'c')