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
|
|
@ -68,6 +68,8 @@ struct pa_card {
|
|||
|
||||
const struct acp_card_events *events;
|
||||
void *user_data;
|
||||
|
||||
char *ext_volume_path;
|
||||
};
|
||||
|
||||
bool pa_alsa_device_init_description(pa_proplist *p, pa_card *card);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue