diff options
author | Arun Raghavan <git@arunraghavan.net> | 2014-11-04 14:16:06 +0530 |
---|---|---|
committer | Arun Raghavan <arun@accosted.net> | 2014-12-15 11:48:08 +0530 |
commit | 6027cb52d9d0e0dd1fa6699a43fc7952f6ae4415 (patch) | |
tree | f4a8dce92bfd9077f1a69c9dffe5b748f98cbb1d | |
parent | 9e65fd137364d67f06168a260f7ab192536c85f5 (diff) |
introspect: Minor documentation fix
-rw-r--r-- | src/pulse/introspect.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |