diff options
Diffstat (limited to 'src/polypcore/sink.h')
-rw-r--r-- | src/polypcore/sink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polypcore/sink.h b/src/polypcore/sink.h index 5fd9784f..fa120ebf 100644 --- a/src/polypcore/sink.h +++ b/src/polypcore/sink.h @@ -34,7 +34,7 @@ typedef struct pa_sink pa_sink; #include <polypcore/source.h> #include <polypcore/module.h> -#define PA_MAX_INPUTS_PER_SINK 6 +#define PA_MAX_INPUTS_PER_SINK 32 typedef enum pa_sink_state { PA_SINK_RUNNING, |