VirtualBox

Changeset 61913 in vbox for trunk


Ignore:
Timestamp:
Jun 28, 2016 9:37:41 AM (8 years ago)
Author:
vboxsync
Message:

src-client/ConsoleImpl2.cpp: Added an assertion for the deprecated SolAudio backend.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r61778 r61913  
    28672867                case AudioDriverType_SolAudio:
    28682868                {
    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. */
    28702871                    LogRel(("Audio: WARNING: Solaris Audio is deprecated, please switch to OSS!\n"));
    28712872                    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
    28722876                    /* Manually set backend to OSS for now. */
    28732877                    InsertConfigString(pLunL1, "Driver", "OSSAudio");
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette