VirtualBox

Changeset 88034 in vbox


Ignore:
Timestamp:
Mar 9, 2021 1:32:50 AM (4 years ago)
Author:
vboxsync
Message:

Audio: Converted the core audio code to extending PDMAUDIODEVICE rather than the pvData scheme. Eliminated PDMAUDIODEVICE::pvData and added a magic. Untested. [fix] bugref:9890

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DrvAudioCommon.cpp

    r88033 r88034  
    160160    if (pDev)
    161161    {
    162         pDev->uMagic == PDMAUDIODEVICE_MAGIC;
     162        pDev->uMagic = PDMAUDIODEVICE_MAGIC;
    163163        pDev->cbData = (uint32_t)(cb - sizeof(PDMAUDIODEVICE));
    164164        RTListInit(&pDev->Node);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette