diff options
author | Lennart Poettering <lennart@poettering.net> | 2006-05-17 13:15:12 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2006-05-17 13:15:12 +0000 |
commit | 106fb20d564b28802143f4916662fe0d10c1a1f0 (patch) | |
tree | a8d085cc5a7b88e1fdba95014ca4a5dd81b3d5d5 /src/polyp/sample.h | |
parent | 270a409bf543f0ec7152f66e76d22445434aca4d (diff) |
increase PA_CHANNELS_MAX to 32
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@897 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/polyp/sample.h')
-rw-r--r-- | src/polyp/sample.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |