Changeset 89446 in vbox for trunk/include
- Timestamp:
- Jun 1, 2021 11:33:21 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioinline.h
r89423 r89446 1041 1041 1042 1042 AssertReturn(pProps->cChannelsX != 0, false); 1043 AssertReturn(pProps->cChannelsX <= PDMAUDIO_MAX_CHANNELS, false); 1043 1044 AssertMsgReturn( pProps->cbSampleX == 1 || pProps->cbSampleX == 2 || pProps->cbSampleX == 4 || (pProps->cbSampleX == 8 && pProps->fRaw), 1044 1045 ("%u\n", pProps->cbSampleX), false);
Note:
See TracChangeset
for help on using the changeset viewer.