mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
card: Support adding ports dynamically
Card profiles -specially the ones registered with pa_card_add_profile()- might need to create new ports during the lifetime of the card.
This commit is contained in:
parent
3c9b42d2bc
commit
a9c3f2fb0f
3 changed files with 19 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ pa_card *pa_card_new(pa_core *c, pa_card_new_data *data);
|
|||
void pa_card_free(pa_card *c);
|
||||
|
||||
void pa_card_add_profile(pa_card *c, pa_card_profile *profile);
|
||||
void pa_card_add_ports(pa_card *c, pa_hashmap *ports);
|
||||
|
||||
int pa_card_set_profile(pa_card *c, const char *name, pa_bool_t save);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue