Changeset 88674 in vbox for trunk/src/VBox
- Timestamp:
- Apr 23, 2021 12:48:37 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHda.cpp
r88662 r88674 5105 5105 LogRel(("HDA: Falling back to NULL backend (no sound audible)\n")); 5106 5106 hdaR3Reset(pDevIns); 5107 hdaR3ReconfigLunWithNullAudio(p This, pDrv->uLUN);5107 hdaR3ReconfigLunWithNullAudio(pDevIns, pThis, pThisCC, pDrv->uLUN); 5108 5108 PDMDevHlpVMSetRuntimeError(pDevIns, 0 /*fFlags*/, "HostAudioNotResponding", 5109 5109 N_("No audio devices could be opened. "
Note:
See TracChangeset
for help on using the changeset viewer.