diff options
author | Max Kellermann <max@duempel.org> | 2014-08-31 16:12:26 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-08-31 16:12:26 +0200 |
commit | e5a28bfd8d07fe5ca5dee1bfb55ce414c8f7e9fc (patch) | |
tree | 304e2b5bfa829d95d2c756449f010bcc76762eac /Makefile.am | |
parent | 6e04d66a354c02910ebd849f2233e52de8b6e3c4 (diff) |
output/alsa, pcm: rename "DSD over USB" to "DoP"
The standard has been renamed since the early draft that was
implemented in MPD.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 89acbaa8d..606081fab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -465,7 +465,7 @@ libpcm_a_SOURCES = \ src/pcm/PcmConvert.cxx src/pcm/PcmConvert.hxx \ src/pcm/dsd2pcm/dsd2pcm.c src/pcm/dsd2pcm/dsd2pcm.h \ src/pcm/PcmDsd.cxx src/pcm/PcmDsd.hxx \ - src/pcm/PcmDsdUsb.cxx src/pcm/PcmDsdUsb.hxx \ + src/pcm/PcmDop.cxx src/pcm/PcmDop.hxx \ src/pcm/Volume.cxx src/pcm/Volume.hxx \ src/pcm/PcmMix.cxx src/pcm/PcmMix.hxx \ src/pcm/PcmChannels.cxx src/pcm/PcmChannels.hxx \ |