pcm/PcmExport: add flag to export to DSD_U32

This commit is contained in:
Max Kellermann
2016-02-26 18:17:11 +01:00
parent d1be643c0d
commit fb4f02cd38
4 changed files with 49 additions and 0 deletions

View File

@@ -125,6 +125,7 @@ class PcmExportTest : public CppUnit::TestFixture {
CPPUNIT_TEST(TestShift8);
CPPUNIT_TEST(TestPack24);
CPPUNIT_TEST(TestReverseEndian);
CPPUNIT_TEST(TestDsdU32);
CPPUNIT_TEST(TestDop);
CPPUNIT_TEST(TestAlsaChannelOrder);
CPPUNIT_TEST_SUITE_END();
@@ -133,6 +134,7 @@ public:
void TestShift8();
void TestPack24();
void TestReverseEndian();
void TestDsdU32();
void TestDop();
void TestAlsaChannelOrder();
};