diff options
author | David Henningsson <david.henningsson@canonical.com> | 2011-08-02 14:34:20 +0200 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2011-08-02 13:59:00 +0100 |
commit | 1893234063519af980b17c03f8fec98a26f7ae94 (patch) | |
tree | 994d3b83bcb37a2e139ac4f804c3b494acf24ea7 /configure.ac | |
parent | 00493a4ef02b9e03ef12174720b8a5eb9c8200b4 (diff) |
protocol-native: Allow clients to know at what index underrun occurred
This patch introduces some extra protocol information, so protocol
version is bumped. This functionality is primarily needed to solve
a long standing issue in alsa-plugins, which should ignore underruns
if and only if it is obsolete, i e, if more data has been written to
the pipe in the meantime (which will automatically end the underrun).
BugLink: http://bugs.launchpad.net/bugs/805940
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 077ab43d..5fdcc605 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,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, 22) +AC_SUBST(PA_PROTOCOL_VERSION, 23) # The stable ABI for client applications, for the version info x:y:z # always will hold y=z |