mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-15 08:21:11 -04:00
spa: alsa: Add a mechanism for external volume control
Currently enabled at device creation and delegated to an external entity via a varlink protocol.
This commit is contained in:
parent
c1031bef1b
commit
283c091b71
9 changed files with 758 additions and 88 deletions
|
|
@ -5,6 +5,7 @@ acp_sources = [
|
|||
'alsa-ucm.c',
|
||||
'alsa-util.c',
|
||||
'conf-parser.c',
|
||||
'ext-volume.c',
|
||||
]
|
||||
|
||||
acp_c_args = [
|
||||
|
|
@ -17,6 +18,6 @@ acp_lib = static_library(
|
|||
acp_sources,
|
||||
c_args : acp_c_args,
|
||||
include_directories : [configinc, includes_inc ],
|
||||
dependencies : [ spa_dep, alsa_dep, mathlib, ]
|
||||
dependencies : [ spa_dep, alsa_dep, mathlib ]
|
||||
)
|
||||
acp_dep = declare_dependency(link_with: acp_lib)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue