]> code.delx.au - pulseaudio/commitdiff
device-port: Remove an out-of-date comment.
authorTanu Kaskinen <tanuk@iki.fi>
Fri, 8 Jun 2012 16:00:14 +0000 (19:00 +0300)
committerTanu Kaskinen <tanuk@iki.fi>
Fri, 8 Jun 2012 16:00:14 +0000 (19:00 +0300)
src/pulsecore/device-port.h

index 4e90a6245e33f81c23577104e6199fade1624fd7..63d5ccf99569bc849b5f5d712f701e3f2084e8fc 100644 (file)
@@ -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;