From 8580967062c79d49c35a24052f682533d1baa461 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 27 Jan 2006 16:30:09 +0000 Subject: 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 --- polyp/channelmap.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'polyp') 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; -- cgit