Changeset 88378 in vbox for trunk/src/VBox/Devices/Audio/DrvHostAudioOss.cpp
- Timestamp:
- Apr 7, 2021 7:58:26 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostAudioOss.cpp
r88362 r88378 760 760 pThis->IHostAudio.pfnGetDevices = NULL; 761 761 pThis->IHostAudio.pfnStreamGetPending = NULL; 762 pThis->IHostAudio.pfnStreamPlayBegin = NULL;763 pThis->IHostAudio.pfnStreamPlayEnd = NULL;764 pThis->IHostAudio.pfnStreamCaptureBegin = NULL;765 pThis->IHostAudio.pfnStreamCaptureEnd = NULL;766 762 767 763 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.