[pulseaudio-discuss] [PATCH] source: Increase max outputs per source

Arun Raghavan arun at accosted.net
Wed Feb 5 17:41:47 PST 2014


On 5 February 2014 21:27, Tanu Kaskinen <tanu.kaskinen at linux.intel.com> wrote:
> This change is just for being symmetric with sinks, which got this
> change in 26bf2df903b1c7439ad3eef0dc3bb1e777835cc3.
> ---
>  src/pulsecore/source.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/pulsecore/source.h b/src/pulsecore/source.h
> index f30543c..5c74a51 100644
> --- a/src/pulsecore/source.h
> +++ b/src/pulsecore/source.h
> @@ -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) {


Looks good, please go ahead and push.

-- Arun


More information about the pulseaudio-discuss mailing list