From: Lennart Poettering Date: Mon, 17 Aug 2009 01:43:05 +0000 (+0200) Subject: channelmap: document where the WAVEX channelmap is documented X-Git-Tag: 1.0_branch~1432 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6dd580d465cd91c2d32bc897c0eb20fc638e446e;p=profile%2Fivi%2Fpulseaudio.git channelmap: document where the WAVEX channelmap is documented --- diff --git a/src/pulse/channelmap.c b/src/pulse/channelmap.c index 18053ec..98f79b4 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;