summaryrefslogtreecommitdiffstats
path: root/polyp
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-01-27 16:30:09 +0000
committerLennart Poettering <lennart@poettering.net>2006-01-27 16:30:09 +0000
commit8580967062c79d49c35a24052f682533d1baa461 (patch)
treecc30a6b21b8630c212cecd019cbe780ce4652e50 /polyp
parentdd10c982414dfa8fbb9aeeeae61c68e4a6f081cc (diff)
add support more for up to 16 auxiliary channel positions
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@464 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp')
-rw-r--r--polyp/channelmap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/polyp/channelmap.h b/polyp/channelmap.h
index 6466eecf..0b9f6e26 100644
--- a/polyp/channelmap.h
+++ b/polyp/channelmap.h
@@ -54,6 +54,7 @@ typedef enum {
PA_CHANNEL_POSITION_SIDE_LEFT,
PA_CHANNEL_POSITION_SIDE_RIGHT,
+ PA_CHANNEL_POSITION_AUX0,
PA_CHANNEL_POSITION_AUX1,
PA_CHANNEL_POSITION_AUX2,
PA_CHANNEL_POSITION_AUX3,
@@ -66,6 +67,9 @@ typedef enum {
PA_CHANNEL_POSITION_AUX10,
PA_CHANNEL_POSITION_AUX11,
PA_CHANNEL_POSITION_AUX12,
+ PA_CHANNEL_POSITION_AUX13,
+ PA_CHANNEL_POSITION_AUX14,
+ PA_CHANNEL_POSITION_AUX15,
PA_CHANNEL_POSITION_MAX
} pa_channel_position_t;