mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
channelmap: document where the WAVEX channelmap is documented
This commit is contained in:
parent
32a1ef311e
commit
6dd580d465
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue