buffers: increase max datas limit

Increase the max amount of buffer datas allowed.
This commit is contained in:
Wim Taymans 2025-04-04 15:18:43 +02:00
parent a9f12537d1
commit 8205038ffb
4 changed files with 5 additions and 5 deletions

View file

@ -30,7 +30,7 @@ PW_LOG_TOPIC_EXTERN(mod_topic);
#define MAX_BUFFERS 64
#define MAX_METAS 16u
#define MAX_DATAS 64u
#define MAX_DATAS 256u
#define AREA_SLOT (sizeof(struct spa_io_async_buffers))
#define AREA_SIZE (4096u / AREA_SLOT)
#define MAX_AREAS 32

View file

@ -18,7 +18,7 @@
#define MAX_PARAM_INFO 128
#define MAX_BUFFERS 64
#define MAX_METAS 16u
#define MAX_DATAS 64u
#define MAX_DATAS 256u
PW_LOG_TOPIC_EXTERN(mod_topic);
#define PW_LOG_TOPIC_DEFAULT mod_topic