diff options
author | Jurgen Kramer <gtmkramer@xs4all.nl> | 2012-04-01 11:10:12 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-04-04 20:13:15 +0200 |
commit | f930f37d35995f0fc07f70aefc41babc0db1757e (patch) | |
tree | ebb54621fef2c4c73ec5bcd760acaccdc91414bf /src/pcm_dsd_usb.h | |
parent | 4feb57e8953d114b85abd3910b477ef58ef171ae (diff) | |
download | mpd-f930f37d35995f0fc07f70aefc41babc0db1757e.tar.gz mpd-f930f37d35995f0fc07f70aefc41babc0db1757e.tar.xz mpd-f930f37d35995f0fc07f70aefc41babc0db1757e.zip |
Add support for DSD-over-USB version 1.0, remove pre-v1 support
Diffstat (limited to 'src/pcm_dsd_usb.h')
-rw-r--r-- | src/pcm_dsd_usb.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/pcm_dsd_usb.h b/src/pcm_dsd_usb.h index 3e7ad8fa1..389358459 100644 --- a/src/pcm_dsd_usb.h +++ b/src/pcm_dsd_usb.h @@ -30,8 +30,9 @@ struct pcm_buffer; /** * Pack DSD 1 bit samples into (padded) 24 bit PCM samples for - * playback over USB, according to the dCS suggested standard: - * http://www.dcsltd.co.uk/page/assets/DSDoverUSB.pdf + * playback over USB, according to the proposed standard by + * dCS and others: + * http://www.sonore.us/DoP_openStandard_1v1.pdf */ const uint32_t * pcm_dsd_to_usb(struct pcm_buffer *buffer, unsigned channels, |