output/alsa, pcm: rename "DSD over USB" to "DoP"

The standard has been renamed since the early draft that was
implemented in MPD.
This commit is contained in:
Max Kellermann
2014-08-31 16:12:26 +02:00
parent 6e04d66a35
commit e5a28bfd8d
10 changed files with 60 additions and 59 deletions

View File

@@ -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

View File

@@ -106,7 +106,7 @@ PcmExportTest::TestReverseEndian()
}
void
PcmExportTest::TestDsdUsb()
PcmExportTest::TestDop()
{
static constexpr uint8_t src[] = {
0x01, 0x23, 0x45, 0x67,