VirtualBox

Changeset 88382 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Apr 7, 2021 9:16:12 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
143629
Message:

Audio: Replaced the PDMIHOSTAUDIO::pfnShutdown implementations in the VRDE and recorder drivers with pfnPowerOff methods. Removed dummy driver detach/attach implementations in same. Removed dummy pfnShutdown implementation in the dsound driver. bugref:9890

Location:
trunk/src/VBox/Main/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/DrvAudioRec.h

    r82968 r88382  
    5454    static DECLCALLBACK(int)  drvConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags);
    5555    static DECLCALLBACK(void) drvDestruct(PPDMDRVINS pDrvIns);
    56     static DECLCALLBACK(int)  drvAttach(PPDMDRVINS pDrvIns, uint32_t fFlags);
    57     static DECLCALLBACK(void) drvDetach(PPDMDRVINS pDrvIns, uint32_t fFlags);
     56    static DECLCALLBACK(void) drvPowerOff(PPDMDRVINS pDrvIns);
    5857
    5958private:
  • trunk/src/VBox/Main/include/DrvAudioVRDE.h

    r82968 r88382  
    6262    static DECLCALLBACK(int) drvConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags);
    6363    static DECLCALLBACK(void) drvDestruct(PPDMDRVINS pDrvIns);
    64     static DECLCALLBACK(int) drvAttach(PPDMDRVINS pDrvIns, uint32_t fFlags);
    65     static DECLCALLBACK(void) drvDetach(PPDMDRVINS pDrvIns, uint32_t fFlags);
     64    static DECLCALLBACK(void) drvPowerOff(PPDMDRVINS pDrvIns);
    6665
    6766private:
Note: See TracChangeset for help on using the changeset viewer.

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