- Timestamp:
- May 16, 2021 7:57:58 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioHlp.cpp
r88357 r89062 188 188 || pCfg->enmDir == PDMAUDIODIR_OUT) 189 189 { 190 /* As stated elsewhere, the following is non-sense and must be eliminated. */ 190 191 if ( pCfg->enmLayout == PDMAUDIOSTREAMLAYOUT_NON_INTERLEAVED 192 || pCfg->enmLayout == PDMAUDIOSTREAMLAYOUT_INTERLEAVED 191 193 || pCfg->enmLayout == PDMAUDIOSTREAMLAYOUT_RAW) 192 194 return AudioHlpPcmPropsAreValid(&pCfg->Props);
Note:
See TracChangeset
for help on using the changeset viewer.