test/test_pcm: fix the DSD_U32 byte order

The unit test was wrong as well.  D'oh!
This commit is contained in:
Max Kellermann 2017-01-11 22:39:23 +01:00
parent cc0dbcf3f4
commit 1e54b7b294

View File

@ -137,10 +137,10 @@ PcmExportTest::TestDsdU32()
}; };
static constexpr uint32_t expected[] = { static constexpr uint32_t expected[] = {
0xcd894501, 0x014589cd,
0xefab6723, 0x2367abef,
0x77553311, 0x11335577,
0x88664422, 0x22446688,
}; };
PcmExport::Params params; PcmExport::Params params;