diff options
author | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2019-09-22 16:47:08 +0300 |
---|---|---|
committer | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2020-01-07 16:46:23 +0200 |
commit | 4181eb13bf29a01682039c2bed1723a2824e32d9 (patch) | |
tree | ddbe910805191468e84126e171f5a1ac9ad639e6 /conf.d | |
parent | 984dc822f8e32677be08a9061fb29d1609974307 (diff) |
audiomixer: port to the new endpoints API
... using wireplumber API to access endpoint information instead
of the low-level pipewire API.
This exports only the master volume for the moment.
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
Change-Id: I5a1d12e23a8bf59a34ae4b633083262e8f3d9ba1
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/cmake/config.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index af2e4c2..1405789 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -71,6 +71,7 @@ set (PKG_REQUIRED_LIST libsystemd>=222 afb-daemon libpipewire-0.3 + wireplumber-0.1 ) # Static constante definition |