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
|
|
@ -106,6 +106,22 @@ typedef enum pa_channel_position {
|
||||||
PA_CHANNEL_POSITION_AUX13,
|
PA_CHANNEL_POSITION_AUX13,
|
||||||
PA_CHANNEL_POSITION_AUX14,
|
PA_CHANNEL_POSITION_AUX14,
|
||||||
PA_CHANNEL_POSITION_AUX15,
|
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,
|
PA_CHANNEL_POSITION_TOP_CENTER,
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -100,7 +100,7 @@
|
||||||
PA_C_DECL_BEGIN
|
PA_C_DECL_BEGIN
|
||||||
|
|
||||||
/** Maximum number of allowed channels */
|
/** Maximum number of allowed channels */
|
||||||
#define PA_CHANNELS_MAX 16
|
#define PA_CHANNELS_MAX 32
|
||||||
|
|
||||||
/** Sample format */
|
/** Sample format */
|
||||||
typedef enum pa_sample_format {
|
typedef enum pa_sample_format {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue