summaryrefslogtreecommitdiffstats
path: root/src/pulse
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-10-03 17:15:43 +0200
committerLennart Poettering <lennart@poettering.net>2008-10-03 17:15:43 +0200
commitdb975c7127c15a527ef6277a695eba2870613637 (patch)
tree55565f30f804e0c5062142c7d45768257d7810b6 /src/pulse
parent2367212ec3bf399fba070994619b4caa749f89b8 (diff)
extend documentation for pa_channel_map_init()
Diffstat (limited to 'src/pulse')
-rw-r--r--src/pulse/channelmap.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pulse/channelmap.h b/src/pulse/channelmap.h
index d2dd6f8f..8ea3daec 100644
--- a/src/pulse/channelmap.h
+++ b/src/pulse/channelmap.h
@@ -175,7 +175,9 @@ typedef struct pa_channel_map {
/**< Channel labels */
} pa_channel_map;
-/** Initialize the specified channel map and return a pointer to it */
+/** Initialize the specified channel map and return a pointer to
+ * it. The channel map will have a defined state but
+ * pa_channel_map_valid() will fail for it. */
pa_channel_map* pa_channel_map_init(pa_channel_map *m);
/** Initialize the specified channel map for monoaural audio and return a pointer to it */