projects
/
platform
/
upstream
/
pulseaudio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12a202c
)
pulse: Bump PA_RATE_MAX to 384 kHz
author
Arun Raghavan
<git@arunraghavan.net>
Thu, 31 Dec 2015 03:58:28 +0000
(09:28 +0530)
committer
Arun Raghavan
<git@arunraghavan.net>
Fri, 22 Jan 2016 07:55:29 +0000
(13:25 +0530)
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).
src/pulse/sample.h
patch
|
blob
|
history
diff --git
a/src/pulse/sample.h
b/src/pulse/sample.h
index 7cf50d6ab7ec4f6012583d6687c5cd1399b06a5f..4299eecff1cd45359be959fa4c8d467755a01f4a 100644
(file)
--- a/
src/pulse/sample.h
+++ b/
src/pulse/sample.h
@@
-128,7
+128,7
@@
PA_C_DECL_BEGIN
#define PA_CHANNELS_MAX 32U
/** Maximum allowed sample rate */
-#define PA_RATE_MAX (48000U*
4
U)
+#define PA_RATE_MAX (48000U*
8
U)
/** Sample format */
typedef enum pa_sample_format {