src/pulsecore/device-port.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e0c16af551d21a2165da3af4f0af82ea70b6cf0d Author: Tanu Kaskinen <[email protected]> Date: Fri Jun 8 19:00:14 2012 +0300 device-port: Remove an out-of-date comment. diff --git a/src/pulsecore/device-port.h b/src/pulsecore/device-port.h index 4e90a62..63d5ccf 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; _______________________________________________ pulseaudio-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits
