diff options
-rw-r--r-- | src/pulsecore/device-port.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/device-port.h b/src/pulsecore/device-port.h index 4e90a6245..63d5ccf99 100644 --- a/src/pulsecore/device-port.h +++ b/src/pulsecore/device-port.h @@ -48,7 +48,7 @@ struct pa_device_port { 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_hashmap *profiles; /* Does not own the profiles */ pa_bool_t is_input:1; pa_bool_t is_output:1; |