[pulseaudio-commits] src/pulsecore

Arun Raghavan arun at kemper.freedesktop.org
Fri Sep 20 06:17:28 PDT 2013


 src/pulsecore/sink.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 26bf2df903b1c7439ad3eef0dc3bb1e777835cc3
Author: Arun Raghavan <arun.raghavan at collabora.co.uk>
Date:   Fri Sep 20 09:12:51 2013 +0530

    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.

diff --git a/src/pulsecore/sink.h b/src/pulsecore/sink.h
index 332e2b1..e12faba 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) {



More information about the pulseaudio-commits mailing list