summaryrefslogtreecommitdiffstats
path: root/src/pulse
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-08-17 03:43:05 +0200
committerLennart Poettering <lennart@poettering.net>2009-08-17 03:43:05 +0200
commit6dd580d465cd91c2d32bc897c0eb20fc638e446e (patch)
tree8a6a7b1bb4419e4bf78ad9332bcb7bf0ef3c489c /src/pulse
parent32a1ef311effac8cf792fc7d536f6e1e85dec805 (diff)
channelmap: document where the WAVEX channelmap is documented
Diffstat (limited to 'src/pulse')
-rw-r--r--src/pulse/channelmap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulse/channelmap.c b/src/pulse/channelmap.c
index 18053ec2..98f79b43 100644
--- a/src/pulse/channelmap.c
+++ b/src/pulse/channelmap.c
@@ -299,6 +299,8 @@ pa_channel_map* pa_channel_map_init_auto(pa_channel_map *m, unsigned channels, p
case PA_CHANNEL_MAP_WAVEEX:
+ /* Following http://www.microsoft.com/whdc/device/audio/multichaud.mspx#EKLAC */
+
switch (channels) {
case 1:
m->map[0] = PA_CHANNEL_POSITION_MONO;