summaryrefslogtreecommitdiffstats
path: root/DOCS/man/ao.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-03-28 23:53:49 +0100
committerwm4 <wm4@nowhere>2015-03-28 23:53:49 +0100
commitb561ec99ff76d677182b71062e24a3cf40c35901 (patch)
tree91fbf18f9997f9513cd038d2c7636548613a131c /DOCS/man/ao.rst
parent36d1b2884955452676d9a01c0744f9ee1aeca6a1 (diff)
downloadmpv-b561ec99ff76d677182b71062e24a3cf40c35901.tar.bz2
mpv-b561ec99ff76d677182b71062e24a3cf40c35901.tar.xz
ao_alsa: add an option to ignore ALSA channel map negotiation
This was requested, more or less.
Diffstat (limited to 'DOCS/man/ao.rst')
-rw-r--r--DOCS/man/ao.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/man/ao.rst b/DOCS/man/ao.rst
index fdbefbb167..60ba6348b1 100644
--- a/DOCS/man/ao.rst
+++ b/DOCS/man/ao.rst
@@ -55,6 +55,14 @@ Available audio output drivers are:
Allow output of non-interleaved formats (if the audio decoder uses
this format). Currently disabled by default, because some popular
ALSA plugins are utterly broken with non-interleaved formats.
+ ``ingore-chmap``
+ Don't read or set the channel map of the ALSA device - only request the
+ required number of channels, and then pass the audio as-is to it. This
+ option most likely should not be used. It can be useful for debugging,
+ or for static setups with a specially engineered ALSA configuration (in
+ this case you should always force the same layout with ``--audio-channels``,
+ or it will work only for files which use the layout implicit to your
+ ALSA device).
.. note::