mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-06-15 14:33:08 -04:00
spa: alsa: Add a mechanism for external volume control
Currently enabled at device creation and delegated to an external entity via spa_device events.
This commit is contained in:
parent
c81c66826e
commit
eb9a751257
9 changed files with 614 additions and 85 deletions
|
|
@ -68,6 +68,8 @@ struct pa_card {
|
|||
|
||||
const struct acp_card_events *events;
|
||||
void *user_data;
|
||||
|
||||
bool ext_volume_ctrl;
|
||||
};
|
||||
|
||||
bool pa_alsa_device_init_description(pa_proplist *p, pa_card *card);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue