Changeset 89841 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Jun 22, 2021 4:10:53 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145298
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioTest.cpp
r89840 r89841 1838 1838 AUDIOTESTTYPE enmTestTypeB; 1839 1839 rc = audioTestGetValueUInt32(VerJob.pSetB, &hTest, "test_type", (uint32_t *)&enmTestTypeB); 1840 CHECK_RC_MSG_MAYBE_RET(rc, pVerJob, "Test type B not found %RU32");1840 CHECK_RC_MSG_MAYBE_RET(rc, pVerJob, "Test type B not found"); 1841 1841 1842 1842 switch (enmTestTypeA)
Note:
See TracChangeset
for help on using the changeset viewer.