diff options
author | Max Kellermann <max@duempel.org> | 2012-03-21 10:36:19 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-03-22 01:30:16 +0100 |
commit | 167242fec045a104e91ca142fb3bd38af8cb78bb (patch) | |
tree | 52d67f865c2b63229cb2703f0a72c8fb64106b0f /doc | |
parent | 81208d78acb260c7c2e6debc765042dd5e98f862 (diff) |
output/alsa: add option to enable DSD over USB
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml index 427e561c5..6c0547f0c 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> |