summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun.raghavan@collabora.co.uk>2013-09-20 09:12:51 +0530
committerArun Raghavan <arun.raghavan@collabora.co.uk>2013-09-20 11:57:53 +0530
commit26bf2df903b1c7439ad3eef0dc3bb1e777835cc3 (patch)
treeeef36082497a594479b69e12f5bf77a727ddaadb
parent77aa9b9ba47de1ec828ba58e90026a43d03f04ba (diff)
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.
-rw-r--r--src/pulsecore/sink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/sink.h b/src/pulsecore/sink.h
index 332e2b156..e12fabae6 100644
--- a/src/pulsecore/sink.h
+++ b/src/pulsecore/sink.h
@@ -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) {