mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
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:
parent
7297feb50b
commit
e9768d9aac
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue