input/cdio_paranoia: add setting "default_byte_order"

Allows big-endian users to configure the fallback byte order to
little-endian.  Without this setting, MPD assumes native byte order if
the CD drive can't decide.
This commit is contained in:
Max Kellermann
2013-11-07 18:17:54 +01:00
parent a846a4c643
commit f33acf8758
3 changed files with 51 additions and 2 deletions

View File

@@ -814,6 +814,30 @@ systemctl start mpd.socket</programlisting>
simplest form <filename>cdda://</filename> plays the whole
disc in the default drive.
</para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>Setting</entry>
<entry>Description</entry>
</row>
</thead>
<tbody>
<row>
<entry>
<varname>default_bute_order</varname>
<parameter>little_endian|big_endian</parameter>
</entry>
<entry>
If the CD drive does not specify a byte order, MPD
assumes it is the CPU's native byte order. This
setting allows overriding this.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</section>
<section>