Changeset 70015 in vbox
- Timestamp:
- Dec 8, 2017 11:58:13 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r70013 r70015 3096 3096 InsertConfigString(pLunL0, "Driver", "AUDIO"); 3097 3097 InsertConfigNode(pLunL0, "Config", &pCfg); 3098 InsertConfigString (pCfg, "DriverName", " DebugAudio");3098 InsertConfigString (pCfg, "DriverName", "ValidationKitAudio"); 3099 3099 InsertConfigInteger(pCfg, "InputEnabled", fAudioEnabledIn); 3100 3100 InsertConfigInteger(pCfg, "OutputEnabled", fAudioEnabledOut);
Note:
See TracChangeset
for help on using the changeset viewer.

