diff options
author | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2021-02-25 14:55:58 -0500 |
---|---|---|
committer | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2021-04-20 11:37:52 +0300 |
commit | f1908e302b8c7317dc922164c37c4c50884684c6 (patch) | |
tree | 2b38d70e4c8bc77ee643b0083cf1096eb98c80b7 /conf.d/cmake/config.cmake | |
parent | 54ea1cd48f13517773cc1395ca2e13e059f2525c (diff) |
audiomixer: port to wireplumber 0.4lamprey_11.92.0lamprey_11.91.0lamprey/11.92.0lamprey/11.91.011.92.0
* use module-mixer-api and module-default-nodes-api
* use endpoints without endpoint streams (new design)
* improve thread safety a little bit
Bug-AGL: SPEC-3844
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
Change-Id: Ia180d607698d7a8875c19cc48bd2b2c503772945
Diffstat (limited to 'conf.d/cmake/config.cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 04501a8..09d91ae 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -72,7 +72,7 @@ set (PKG_REQUIRED_LIST libsystemd>=222 afb-daemon libpipewire-0.3 - wireplumber-0.1 + wireplumber-0.4 ) # Static constante definition |