pulse: Bump PA_RATE_MAX to 384 kHz

This will likely be needed in the future when we start supporting high
bitrate passthrough, and there actually seem to be people 352/384 kHz
out there (potentially as an intermediate production step).
This commit is contained in:
Arun Raghavan 2015-12-31 09:28:28 +05:30
parent 12a202c510
commit a958297fc8

View file

@ -128,7 +128,7 @@ PA_C_DECL_BEGIN
#define PA_CHANNELS_MAX 32U
/** Maximum allowed sample rate */
#define PA_RATE_MAX (48000U*4U)
#define PA_RATE_MAX (48000U*8U)
/** Sample format */
typedef enum pa_sample_format {