summaryrefslogtreecommitdiff
path: root/test/test_pcm_all.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-08-31 16:12:26 +0200
committerMax Kellermann <max@duempel.org>2014-08-31 16:12:26 +0200
commite5a28bfd8d07fe5ca5dee1bfb55ce414c8f7e9fc (patch)
tree304e2b5bfa829d95d2c756449f010bcc76762eac /test/test_pcm_all.hxx
parent6e04d66a354c02910ebd849f2233e52de8b6e3c4 (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 'test/test_pcm_all.hxx')
-rw-r--r--test/test_pcm_all.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_pcm_all.hxx b/test/test_pcm_all.hxx
index 64ad82a32..7cdd8b63f 100644
--- a/test/test_pcm_all.hxx
+++ b/test/test_pcm_all.hxx
@@ -108,14 +108,14 @@ class PcmExportTest : public CppUnit::TestFixture {
CPPUNIT_TEST(TestShift8);
CPPUNIT_TEST(TestPack24);
CPPUNIT_TEST(TestReverseEndian);
- CPPUNIT_TEST(TestDsdUsb);
+ CPPUNIT_TEST(TestDop);
CPPUNIT_TEST_SUITE_END();
public:
void TestShift8();
void TestPack24();
void TestReverseEndian();
- void TestDsdUsb();
+ void TestDop();
};
#endif