Commit 7d0ca894 authored by Max Kellermann's avatar Max Kellermann

test/test_pcm_export: extend the DSD_U32 test

parent a1add27c
...@@ -123,11 +123,15 @@ PcmExportTest::TestDsdU32() ...@@ -123,11 +123,15 @@ PcmExportTest::TestDsdU32()
static constexpr uint8_t src[] = { static constexpr uint8_t src[] = {
0x01, 0x23, 0x45, 0x67, 0x01, 0x23, 0x45, 0x67,
0x89, 0xab, 0xcd, 0xef, 0x89, 0xab, 0xcd, 0xef,
0x11, 0x22, 0x33, 0x44,
0x55, 0x66, 0x77, 0x88,
}; };
static constexpr uint32_t expected[] = { static constexpr uint32_t expected[] = {
0xcd894501, 0xcd894501,
0xefab6723, 0xefab6723,
0x77553311,
0x88664422,
}; };
PcmExport::Params params; PcmExport::Params params;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment