increase PA_CHANNELS_MAX to 32

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@897 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2006-05-17 13:15:12 +00:00
parent 270a409bf5
commit 106fb20d56
2 changed files with 17 additions and 1 deletions

View file

@ -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 {