mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
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:
parent
270a409bf5
commit
106fb20d56
2 changed files with 17 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue