summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanu Kaskinen <tanu.kaskinen@linux.intel.com>2014-02-05 17:55:44 +0200
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>2014-02-05 17:56:45 +0200
commite9768d9aac8c7e9a5313717f754c0b8b574c4765 (patch)
tree74784a7910ef2979f31049ae2d1c1ded25cadcc2
parent7297feb50bde72f8c148899a3fbec0c9cd13a8e4 (diff)
source: Increase max outputs per sourceHEADmaster
This change is just for being symmetric with sinks, which got this change in 26bf2df903b1c7439ad3eef0dc3bb1e777835cc3.
-rw-r--r--src/pulsecore/source.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/source.h b/src/pulsecore/source.h
index f30543c7..5c74a516 100644
--- a/src/pulsecore/source.h
+++ b/src/pulsecore/source.h
@@ -48,7 +48,7 @@ typedef struct pa_source_volume_change pa_source_volume_change;
#include <pulsecore/thread-mq.h>
#include <pulsecore/source-output.h>
-#define PA_MAX_OUTPUTS_PER_SOURCE 32
+#define PA_MAX_OUTPUTS_PER_SOURCE 256
/* Returns true if source is linked: registered and accessible from client side. */
static inline bool PA_SOURCE_IS_LINKED(pa_source_state_t x) {