From 6027cb52d9d0e0dd1fa6699a43fc7952f6ae4415 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Tue, 4 Nov 2014 14:16:06 +0530 Subject: [PATCH] introspect: Minor documentation fix --- src/pulse/introspect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pulse/introspect.h b/src/pulse/introspect.h index 22fefedf8..689e231c9 100644 --- a/src/pulse/introspect.h +++ b/src/pulse/introspect.h @@ -326,7 +326,7 @@ typedef struct pa_source_info { pa_cvolume volume; /**< Volume of the source */ int mute; /**< Mute switch of the sink */ uint32_t monitor_of_sink; /**< If this is a monitor source, the index of the owning sink, otherwise PA_INVALID_INDEX. */ - const char *monitor_of_sink_name; /**< Name of the owning sink, or PA_INVALID_INDEX. */ + const char *monitor_of_sink_name; /**< Name of the owning sink, or NULL. */ pa_usec_t latency; /**< Length of filled record buffer of this source. */ const char *driver; /**< Driver name */ pa_source_flags_t flags; /**< Flags */