]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/sink.h
sink: Increase max sink inputs per sink
[pulseaudio] / src / pulsecore / sink.h
index 332e2b1560c9cd67833c271db95e15a8054395ba..e12fabae612430366a3533751675f117f0ff8f9a 100644 (file)
@@ -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) {