mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-29 11:08:35 -05:00
pass profile priority value to clients
This commit is contained in:
parent
f8a085f5cf
commit
297515a39e
4 changed files with 5 additions and 2 deletions
|
|
@ -2829,6 +2829,7 @@ static void card_fill_tagstruct(pa_native_connection *c, pa_tagstruct *t, pa_car
|
|||
pa_tagstruct_puts(t, p->description);
|
||||
pa_tagstruct_putu32(t, p->n_sinks);
|
||||
pa_tagstruct_putu32(t, p->n_sources);
|
||||
pa_tagstruct_putu32(t, p->priority);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue