diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@intel.com> | 2010-07-16 16:46:28 -0500 |
---|---|---|
committer | Colin Guthrie <cguthrie@mandriva.org> | 2010-08-12 18:20:27 +0100 |
commit | 9b6c84ad6e572854f199379177226e24c317d0d8 (patch) | |
tree | 78f42ead5de58e510b75407e3d1d8e99c15055b3 /configure.ac | |
parent | 021aa306aa614385ff2029fd152008d4f9107414 (diff) |
AC3 passthrough support
Second version after Tanu's feedback
TODO:
- notify client that volume control is disabled
- change sink rate in passthrough mode if needed
- automatic detection of passthrough mode instead of hard
coded profile names
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@intel.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 abb8daeb..a3551f06 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,7 @@ AC_SUBST(PA_MAJORMINORMICRO, pa_major.pa_minor.pa_micro) AC_SUBST(PACKAGE_URL, [http://pulseaudio.org/]) AC_SUBST(PA_API_VERSION, 12) -AC_SUBST(PA_PROTOCOL_VERSION, 17) +AC_SUBST(PA_PROTOCOL_VERSION, 18) # The stable ABI for client applications, for the version info x:y:z # always will hold y=z |