diff options
author | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2019-12-12 21:22:55 +0200 |
---|---|---|
committer | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2019-12-12 22:13:11 +0200 |
commit | f2358d170b1ce4a46a136b02f3aa708c3221ba2f (patch) | |
tree | 3247d6bb1be06fedbeca18c79bf6c1fc27c4f0f0 /conf.d | |
parent | 613ab367aecb28fddfc9dccd4c5394c35dd654dc (diff) |
audiomixer: port to the new endpoints APIicefish_8.99.4icefish_8.99.3icefish/8.99.4icefish/8.99.38.99.48.99.3
... 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: I4fc78c4182259b6405c1eeaa1823c3bac83ba2ee
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 2867b88..04501a8 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -72,6 +72,7 @@ set (PKG_REQUIRED_LIST libsystemd>=222 afb-daemon libpipewire-0.3 + wireplumber-0.1 ) # Static constante definition |