mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
device-port: Add a property list to ports.
They're not used for anything yet, but hopefully soon they'll be. Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
1623859d1b
commit
0ef3456f68
3 changed files with 9 additions and 1 deletions
|
|
@ -47,6 +47,7 @@ struct pa_device_port {
|
|||
unsigned priority;
|
||||
pa_port_available_t available; /* PA_PORT_AVAILABLE_UNKNOWN, PA_PORT_AVAILABLE_NO or PA_PORT_AVAILABLE_YES */
|
||||
|
||||
pa_proplist *proplist;
|
||||
pa_hashmap *profiles; /* Can be NULL. Does not own the profiles */
|
||||
pa_bool_t is_input:1;
|
||||
pa_bool_t is_output:1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue