aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-03-20 01:01:12 +0100
committerMax Kellermann <max@duempel.org>2012-03-22 01:14:51 +0100
commit81208d78acb260c7c2e6debc765042dd5e98f862 (patch)
tree32993048254599ac9d5dfb26a0ac182863d5db73 /Makefile.am
parentda8b01771ff425dd30dca1cb8a8fe943d2ecc90b (diff)
pcm_dsd: implement DSD to 24 bit USB conversion
Implements the dCS suggested standard: http://www.dcsltd.co.uk/page/assets/DSDoverUSB.pdf
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ecfb27de..75da9969 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -403,6 +403,7 @@ libpcm_a_SOURCES = \
src/pcm_convert.c src/pcm_convert.h \
src/dsd2pcm/dsd2pcm.c src/dsd2pcm/dsd2pcm.h \
src/pcm_dsd.c src/pcm_dsd.h \
+ src/pcm_dsd_usb.c src/pcm_dsd_usb.h \
src/pcm_volume.c src/pcm_volume.h \
src/pcm_mix.c src/pcm_mix.h \
src/pcm_channels.c src/pcm_channels.h \