]> code.delx.au - pulseaudio/blobdiff - src/pulsecore/device-port.h
device-port: Add a property list to ports.
[pulseaudio] / src / pulsecore / device-port.h
index ee4fc3ee234ebbcc67f11815033364c102553e93..4e90a6245e33f81c23577104e6199fade1624fd7 100644 (file)
@@ -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;