summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/polyp/channelmap.h16
-rw-r--r--src/polyp/sample.h2
2 files changed, 17 insertions, 1 deletions
diff --git a/src/polyp/channelmap.h b/src/polyp/channelmap.h
index feccd284..645a8a38 100644
--- a/src/polyp/channelmap.h
+++ b/src/polyp/channelmap.h
@@ -106,6 +106,22 @@ typedef enum pa_channel_position {
PA_CHANNEL_POSITION_AUX13,
PA_CHANNEL_POSITION_AUX14,
PA_CHANNEL_POSITION_AUX15,
+ PA_CHANNEL_POSITION_AUX16,
+ PA_CHANNEL_POSITION_AUX17,
+ PA_CHANNEL_POSITION_AUX18,
+ PA_CHANNEL_POSITION_AUX19,
+ PA_CHANNEL_POSITION_AUX20,
+ PA_CHANNEL_POSITION_AUX21,
+ PA_CHANNEL_POSITION_AUX22,
+ PA_CHANNEL_POSITION_AUX23,
+ PA_CHANNEL_POSITION_AUX24,
+ PA_CHANNEL_POSITION_AUX25,
+ PA_CHANNEL_POSITION_AUX26,
+ PA_CHANNEL_POSITION_AUX27,
+ PA_CHANNEL_POSITION_AUX28,
+ PA_CHANNEL_POSITION_AUX29,
+ PA_CHANNEL_POSITION_AUX30,
+ PA_CHANNEL_POSITION_AUX31,
PA_CHANNEL_POSITION_TOP_CENTER,
diff --git a/src/polyp/sample.h b/src/polyp/sample.h
index 4de84301..09b12fd7 100644
--- a/src/polyp/sample.h
+++ b/src/polyp/sample.h
@@ -100,7 +100,7 @@
PA_C_DECL_BEGIN
/** Maximum number of allowed channels */
-#define PA_CHANNELS_MAX 16
+#define PA_CHANNELS_MAX 32
/** Sample format */
typedef enum pa_sample_format {