- Timestamp:
- Jun 28, 2016 9:37:41 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r61778 r61913 2867 2867 case AudioDriverType_SolAudio: 2868 2868 { 2869 /** @todo Hack alert: Find a better solution. */ 2869 /* Should not happen, as the Solaris Audio backend is not around anymore. 2870 * Remove this sometime later. */ 2870 2871 LogRel(("Audio: WARNING: Solaris Audio is deprecated, please switch to OSS!\n")); 2871 2872 LogRel(("Audio: Automatically setting host audio backend to OSS\n")); 2873 2874 AssertMsgFailed(("Used SolAudio as audio backend, which should not happen anymore\n")); 2875 2872 2876 /* Manually set backend to OSS for now. */ 2873 2877 InsertConfigString(pLunL1, "Driver", "OSSAudio");
Note:
See TracChangeset
for help on using the changeset viewer.