summaryrefslogtreecommitdiffstats
path: root/src/pulse/channelmap.h
diff options
context:
space:
mode:
authorColin Guthrie <pulse@colin.guthr.ie>2008-07-30 23:43:45 +0100
committerColin Guthrie <pulse@colin.guthr.ie>2008-07-30 23:43:45 +0100
commitb30a5d601eaffd98914ca0b9fdecd863eade0b4f (patch)
tree2bf5dfaa46b8e1733311562dba299709a0a3228e /src/pulse/channelmap.h
parent0e1936fd56ad51509424f3eca06fe3a442b4dc9c (diff)
parent0b428e7cb1efdd7330b89a9855f08c45bfa98307 (diff)
Merge branch 'master' of git://git.0pointer.de/pulseaudio
Diffstat (limited to 'src/pulse/channelmap.h')
-rw-r--r--src/pulse/channelmap.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/pulse/channelmap.h b/src/pulse/channelmap.h
index 2551eae9..7c32b868 100644
--- a/src/pulse/channelmap.h
+++ b/src/pulse/channelmap.h
@@ -47,8 +47,10 @@
*
* \li pa_channel_map_init_mono() - Create a channel map with only mono audio.
* \li pa_channel_map_init_stereo() - Create a standard stereo mapping.
- * \li pa_channel_map_init_auto() - Create a standard channel map for up to
- * six channels.
+ * \li pa_channel_map_init_auto() - Create a standard channel map for a specific number of channels
+ * \li pa_channel_map_init_extend() - Similar to
+ * pa_channel_map_init_auto() but synthesize a channel map if noone
+ * predefined one is known for the specified number of channels.
*
* \section conv_sec Convenience Functions
*