Changeset 239 in vbox
- Timestamp:
- Jan 23, 2007 2:08:17 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
r1 r239 1664 1664 if (!pData->ac97.voice_mc) 1665 1665 LogRel(("AC97: WARNING: Unable to open PCM MC!\n")); 1666 1667 if (!pData->ac97.voice_pi || !pData->ac97.voice_po || !pData->ac97.voice_mc) 1668 VMSetRuntimeError(pDevIns->pDevHlp->pfnGetVM(pDevIns), false, 1669 N_("Some audio devices could not be opened. Guest applications " 1670 "generating audio output or depending on audio input may hang. " 1671 "Make sure your host audio device is working properly."), 1672 "HostAudioNotResponding"); 1666 1673 1667 1674 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.