summaryrefslogtreecommitdiffstats
path: root/DOCS/man/ao.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/ao.rst')
-rw-r--r--DOCS/man/ao.rst9
1 files changed, 3 insertions, 6 deletions
diff --git a/DOCS/man/ao.rst b/DOCS/man/ao.rst
index d2e8685132..a35b9c1c4e 100644
--- a/DOCS/man/ao.rst
+++ b/DOCS/man/ao.rst
@@ -139,16 +139,13 @@ Available audio output drivers are:
Automatically create connections to output ports (default: enabled).
When enabled, the maximum number of output channels will be limited to
the number of available output ports.
- ``std-channel-layout=alsa|waveext|any``
- Select the standard channel layout (default: alsa). JACK itself has no
+ ``std-channel-layout=waveext|any``
+ Select the standard channel layout (default: waveext). JACK itself has no
notion of channel layouts (i.e. assigning which speaker a given
channel is supposed to map to) - it just takes whatever the application
outputs, and reroutes it to whatever the user defines. This means the
user and the application are in charge of dealing with the channel
- layout. ``alsa`` uses the old MPlayer layout, which is inspired by
- ALSA's standard layouts. In this mode, ao_jack will refuse to play 3
- or 7 channels (because these do not really have a defined meaning in
- MPlayer). ``waveext`` uses WAVE_FORMAT_EXTENSIBLE order, which, even
+ layout. ``waveext`` uses WAVE_FORMAT_EXTENSIBLE order, which, even
though it was defined by Microsoft, is the standard on many systems.
The value ``any`` makes JACK accept whatever comes from the audio
filter chain, regardless of channel layout and without reordering. This