VirtualBox

Changeset 61529 in vbox for trunk/src


Ignore:
Timestamp:
Jun 7, 2016 10:25:16 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107866
Message:

Audio: Don't release assert if the backend configuration could not be retrieved due to a host audio problem.

Location:
trunk/src/VBox/Devices/Audio
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DevIchAc97.cpp

    r61528 r61529  
    26992699                }
    27002700                else
    2701                     AssertReleaseMsgFailed(("Unable to retrieve audio backend configuration for LUN #%RU8, rc=%Rrc\n",
    2702                                             pDrv->uLUN, rc2));
     2701                {
     2702                    LogRel(("AC97: Unable to retrieve audio backend configuration for LUN #%RU8, rc=%Rrc\n", pDrv->uLUN, rc2));
     2703                    fWarn = true;
     2704                }
    27032705
    27042706                if (fWarn)
  • trunk/src/VBox/Devices/Audio/DevIchHda.cpp

    r61523 r61529  
    60116011                }
    60126012                else
    6013                     AssertReleaseMsgFailed(("Unable to retrieve audio backend configuration for LUN #%RU8, rc=%Rrc\n",
    6014                                             pDrv->uLUN, rc2));
     6013                {
     6014                    LogRel(("HDA: Unable to retrieve audio backend configuration for LUN #%RU8, rc=%Rrc\n", pDrv->uLUN, rc2));
     6015                    fWarn = true;
     6016                }
    60156017
    60166018                if (fWarn)
Note: See TracChangeset for help on using the changeset viewer.

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