projects
/
profile
/
ivi
/
pulseaudio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2367212
)
extend documentation for pa_channel_map_init()
author
Lennart Poettering
<lennart@poettering.net>
Fri, 3 Oct 2008 15:15:43 +0000
(17:15 +0200)
committer
Lennart Poettering
<lennart@poettering.net>
Fri, 3 Oct 2008 15:15:43 +0000
(17:15 +0200)
src/pulse/channelmap.h
patch
|
blob
|
history
diff --git
a/src/pulse/channelmap.h
b/src/pulse/channelmap.h
index
d2dd6f8
..
8ea3dae
100644
(file)
--- 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 */