]> code.delx.au - pulseaudio/commitdiff
source: Increase max outputs per source
authorTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Wed, 5 Feb 2014 15:55:44 +0000 (17:55 +0200)
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Wed, 5 Feb 2014 15:56:45 +0000 (17:56 +0200)
This change is just for being symmetric with sinks, which got this
change in 26bf2df903b1c7439ad3eef0dc3bb1e777835cc3.

src/pulsecore/source.h

index f30543c7479288cc5347a5ad89a566c54881cd88..5c74a51673dba9ee08619f95bdeea5419174930b 100644 (file)
@@ -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) {