VirtualBox

Changeset 88382 in vbox for trunk/src/VBox/Devices/Audio


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

File:
1 edited

Legend:

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

    r88381 r88382  
    23412341}
    23422342
    2343 /**
    2344  * @interface_method_impl{PDMIHOSTAUDIO,pfnShutdown}
    2345  */
    2346 static DECLCALLBACK(void) drvHostDSoundHA_Shutdown(PPDMIHOSTAUDIO pInterface)
    2347 {
    2348     PDRVHOSTDSOUND pThis = PDMIHOSTAUDIO_2_DRVHOSTDSOUND(pInterface);
    2349 
    2350     LogFlowFuncEnter();
    2351 
    2352     RT_NOREF(pThis);
    2353 
    2354     LogFlowFuncLeave();
    2355 }
    23562343
    23572344static LPCGUID dsoundConfigQueryGUID(PCFGMNODE pCfg, const char *pszName, RTUUID *pUuid)
     
    26432630    /* IHostAudio */
    26442631    pThis->IHostAudio.pfnInit               = NULL;
    2645     pThis->IHostAudio.pfnShutdown           = drvHostDSoundHA_Shutdown;
     2632    pThis->IHostAudio.pfnShutdown           = NULL;
    26462633    pThis->IHostAudio.pfnGetConfig          = drvHostDSoundHA_GetConfig;
    26472634    pThis->IHostAudio.pfnGetStatus          = drvHostDSoundHA_GetStatus;
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