summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun@arunraghavan.net>2018-05-04 22:46:53 +0530
committerArun Raghavan <arun@arunraghavan.net>2018-05-06 08:03:19 +0530
commitc249ee37a92e8979d85a25171df25a224e9f1e0b (patch)
tree325c0426435372b2ecba0785c7c901a96318ab2e
parentea05b348aefe0ff6a8f28011150dcddb1c026863 (diff)
downloadpulseaudio-c249ee37a92e8979d85a25171df25a224e9f1e0b.tar.gz
PROTOCOL: Bump to version 33
Required for the addition of new pa_encoding_t values.
-rw-r--r--PROTOCOL7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/PROTOCOL b/PROTOCOL
index 546998b78..8117d0043 100644
--- a/PROTOCOL
+++ b/PROTOCOL
@@ -420,6 +420,13 @@ memfd support only to 10.0+ clients.
Check commit 451d1d676237c81 for further details.
+## v33, implemented by >= 13.0
+
+Added two values to the pa_encoding_t enum:
+
+ PA_ENCODING_TRUEHD_IEC61937 := 7
+ PA_ENCODING_DTSHD_IEC61937 := 8
+
#### If you just changed the protocol, read this
## module-tunnel depends on the sink/source/sink-input/source-input protocol
## internals, so if you changed these, you might have broken module-tunnel.
diff --git a/configure.ac b/configure.ac
index b0855a463..1a49c5e31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@ AC_SUBST(PA_MINOR, pa_minor)
AC_SUBST(PA_MAJORMINOR, pa_major.pa_minor)
AC_SUBST(PA_API_VERSION, 12)
-AC_SUBST(PA_PROTOCOL_VERSION, 32)
+AC_SUBST(PA_PROTOCOL_VERSION, 33)
# The stable ABI for client applications, for the version info x:y:z
# always will hold y=z