[polypaudio-commits] r897 - in /trunk/src/polyp: channelmap.h sample.h

svnmailer-noreply at 0pointer.de svnmailer-noreply at 0pointer.de
Wed May 17 06:15:14 PDT 2006


Author: lennart
Date: Wed May 17 15:15:12 2006
New Revision: 897

URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=897&root=polypaudio&view=rev
Log:
increase PA_CHANNELS_MAX to 32

Modified:
    trunk/src/polyp/channelmap.h
    trunk/src/polyp/sample.h

Modified: trunk/src/polyp/channelmap.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/channelmap.h?rev=897&root=polypaudio&r1=896&r2=897&view=diff
==============================================================================
--- trunk/src/polyp/channelmap.h (original)
+++ trunk/src/polyp/channelmap.h Wed May 17 15:15:12 2006
@@ -106,6 +106,22 @@
     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,
     

Modified: trunk/src/polyp/sample.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/sample.h?rev=897&root=polypaudio&r1=896&r2=897&view=diff
==============================================================================
--- trunk/src/polyp/sample.h (original)
+++ trunk/src/polyp/sample.h Wed May 17 15:15:12 2006
@@ -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 {




More information about the pulseaudio-commits mailing list