Changeset 63718 in vbox for trunk/src/VBox/Devices/Audio/DevIchHda.cpp
- Timestamp:
- Sep 5, 2016 3:20:47 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchHda.cpp
r63711 r63718 5967 5967 hdaReattach(pThis, NULL /* pDrv */, uLUN, "NullAudio"); 5968 5968 PDMDevHlpVMSetRuntimeError(pDevIns, 0 /*fFlags*/, "HostAudioNotResponding", 5969 N_(" No audio devices could be opened. Selecting the NULL audio backend "5969 N_("Host audio backend initialization has failed. Selecting the NULL audio backend " 5970 5970 "with the consequence that no sound is audible")); 5971 /* attaching to the NULL audio backend will never fail*/5971 /* Attaching to the NULL audio backend will never fail. */ 5972 5972 rc = VINF_SUCCESS; 5973 5973 }
Note:
See TracChangeset
for help on using the changeset viewer.