[pulseaudio-discuss] [PATCH] Up max channels to 64 for MADI cards etc

Klaus Badelt info at klausbadelt.com
Wed Jan 18 03:53:18 UTC 2017


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

diff --git a/src/pulse/sample.h b/src/pulse/sample.h
index 4299eec..613c3e8 100644
--- a/src/pulse/sample.h
+++ b/src/pulse/sample.h
@@ -125,7 +125,7 @@ PA_C_DECL_BEGIN
 #endif
 
 /** Maximum number of allowed channels */
-#define PA_CHANNELS_MAX 32U
+#define PA_CHANNELS_MAX 64U
 
 /** Maximum allowed sample rate */
 #define PA_RATE_MAX (48000U*8U)
-- 
2.9.3



More information about the pulseaudio-discuss mailing list