Changeset 65003 in vbox
- Timestamp:
- Dec 23, 2016 2:18:23 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHDA.cpp
r65001 r65003 4651 4651 */ 4652 4652 4653 #ifdef VBOX_WITH_ HDA_ASYNC_IO4653 #ifdef VBOX_WITH_AUDIO_HDA_ASYNC_IO 4654 4654 /* Let the asynchronous thread know that there is some new data to process. */ 4655 4655 hdaStreamAsyncIONotify(pThis, pStream); … … 6150 6150 6151 6151 RTListInit(&pThis->lstDrv); 6152 6153 #ifdef VBOX_WITH_AUDIO_HDA_ASYNC_IO 6154 LogRel(("HDA: Asynchronous I/O enabled\n")); 6155 #endif 6152 6156 6153 6157 uint8_t uLUN;
Note:
See TracChangeset
for help on using the changeset viewer.