Changeset 89218 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- May 21, 2021 11:57:55 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144560
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DrvAudioRec.cpp
r89213 r89218 409 409 AssertPtrReturn(pCfgAcq, VERR_INVALID_POINTER); 410 410 411 if (pCfgReq-> u.enmDst != PDMAUDIOPLAYBACKDST_FRONT)411 if (pCfgReq->enmPath != PDMAUDIOPATH_OUT_FRONT) 412 412 { 413 413 LogRel2(("Recording: Support for surround audio not implemented yet\n"));
Note:
See TracChangeset
for help on using the changeset viewer.