mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
sink: Increase max sink inputs per sink
We're hitting the 32 sink-input limit quite often with increasing use of PA by web browsers, so let's increase this limit.
This commit is contained in:
parent
77aa9b9ba4
commit
26bf2df903
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ typedef struct pa_sink_volume_change pa_sink_volume_change;
|
|||
#include <pulsecore/thread-mq.h>
|
||||
#include <pulsecore/sink-input.h>
|
||||
|
||||
#define PA_MAX_INPUTS_PER_SINK 32
|
||||
#define PA_MAX_INPUTS_PER_SINK 256
|
||||
|
||||
/* Returns true if sink is linked: registered and accessible from client side. */
|
||||
static inline bool PA_SINK_IS_LINKED(pa_sink_state_t x) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue