]> code.delx.au - pulseaudio/commitdiff
Clarify how the automatic channel map is generated.
authorPierre Ossman <ossman@cendio.se>
Thu, 27 Apr 2006 05:43:27 +0000 (05:43 +0000)
committerPierre Ossman <ossman@cendio.se>
Thu, 27 Apr 2006 05:43:27 +0000 (05:43 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@816 fefdeb5f-60dc-0310-8127-8f9354f1896f

src/polyp/channelmap.h

index 76380b5f2764997b9963c41a950acced36a15984..0fd1e593355f6ebc3da4a0843880f94ff9285832 100644 (file)
@@ -137,7 +137,9 @@ pa_channel_map* pa_channel_map_init_mono(pa_channel_map *m);
 /** Initialize the specified channel map for stereophonic audio and return a pointer to it */
 pa_channel_map* pa_channel_map_init_stereo(pa_channel_map *m);
 
-/** Initialize the specified channel map for the specified number of channels using default labels and return a pointer to it */
+/** Initialize the specified channel map for the specified number
+ * of channels using default labels and return a pointer to it.
+ * Uses the mapping from RFC3551, which is based on AIFF-C. */
 pa_channel_map* pa_channel_map_init_auto(pa_channel_map *m, unsigned channels);
 
 /** Return a text label for the specified channel position */