Changeset 73877 in vbox
- Timestamp:
- Aug 24, 2018 4:10:09 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostValidationKit.cpp
r73838 r73877 89 89 90 90 pBackendCfg->cMaxStreamsOut = 1; /* Output */ 91 pBackendCfg->cMaxStreamsIn = 2; /* Line input + microphone input. */91 pBackendCfg->cMaxStreamsIn = 0; /* No input supported yet. */ 92 92 93 93 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.

