channelmap: document where the WAVEX channelmap is documented

This commit is contained in:
Lennart Poettering 2009-08-17 03:43:05 +02:00
parent 32a1ef311e
commit 6dd580d465

View file

@ -299,6 +299,8 @@ pa_channel_map* pa_channel_map_init_auto(pa_channel_map *m, unsigned channels, p
case PA_CHANNEL_MAP_WAVEEX: case PA_CHANNEL_MAP_WAVEEX:
/* Following http://www.microsoft.com/whdc/device/audio/multichaud.mspx#EKLAC */
switch (channels) { switch (channels) {
case 1: case 1:
m->map[0] = PA_CHANNEL_POSITION_MONO; m->map[0] = PA_CHANNEL_POSITION_MONO;