aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-03-21 10:36:19 +0100
committerMax Kellermann <max@duempel.org>2012-03-22 01:30:16 +0100
commit167242fec045a104e91ca142fb3bd38af8cb78bb (patch)
tree52d67f865c2b63229cb2703f0a72c8fb64106b0f /doc
parent81208d78acb260c7c2e6debc765042dd5e98f862 (diff)
output/alsa: add option to enable DSD over USB
Diffstat (limited to 'doc')
-rw-r--r--doc/user.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml
index 427e561c..6c0547f0 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -1119,6 +1119,23 @@ systemctl start mpd.socket</programlisting>
bit, floating point, ...).
</entry>
</row>
+ <row>
+ <entry>
+ <varname>dsd_usb</varname>
+ <parameter>yes|no</parameter>
+ </entry>
+ <entry>
+ If set to <parameter>yes</parameter>, then DSD over
+ USB according to the <ulink
+ url="http://www.dcsltd.co.uk/page/assets/DSDoverUSB.pdf">dCS
+ suggested standard</ulink> is enabled. This wrapsa
+ DSD samples in fake 24 bit PCM, and is understood by
+ some DSD capable products, but may be harmful to
+ other hardware. Therefore, the default is
+ <parameter>no</parameter> and you can enable the
+ option at your own risk.
+ </entry>
+ </row>
</tbody>
</tgroup>
</informaltable>