aboutsummaryrefslogtreecommitdiff
path: root/src/pcm_dsd_usb.h
diff options
context:
space:
mode:
authorJurgen Kramer <gtmkramer@xs4all.nl>2012-04-01 11:10:12 +0200
committerMax Kellermann <max@duempel.org>2012-04-04 20:13:15 +0200
commitf930f37d35995f0fc07f70aefc41babc0db1757e (patch)
treeebb54621fef2c4c73ec5bcd760acaccdc91414bf /src/pcm_dsd_usb.h
parent4feb57e8953d114b85abd3910b477ef58ef171ae (diff)
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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/pcm_dsd_usb.h b/src/pcm_dsd_usb.h
index 3e7ad8fa..38935845 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,