source: Increase max outputs per source

This change is just for being symmetric with sinks, which got this
change in 26bf2df903.
This commit is contained in:
Tanu Kaskinen 2014-02-05 17:55:44 +02:00
parent 7297feb50b
commit e9768d9aac

View 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) {