Changeset 432 in vbox for trunk/src/VBox
- Timestamp:
- Jan 30, 2007 1:47:47 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
r355 r432 1693 1693 if (!pData->ac97.voice_pi || !pData->ac97.voice_po || !pData->ac97.voice_mc) 1694 1694 VMSetRuntimeError(PDMDevHlpGetVM(pDevIns), false, 1695 "HostAudioNotResponding", 1695 1696 N_("Some audio devices could not be opened. Guest applications " 1696 1697 "generating audio output or depending on audio input may hang. " 1697 "Make sure your host audio device is working properly."), 1698 "HostAudioNotResponding"); 1698 "Make sure your host audio device is working properly.")); 1699 1699 1700 1700 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.