VirtualBox

Changeset 54491 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Feb 25, 2015 1:23:21 PM (10 years ago)
Author:
vboxsync
Message:

PDM/Audio: Fixed crashes on termination.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmaudioifs.h

    r54368 r54491  
    568568    pThis->IHostAudio.pfnInitOut    = _aDrvName##InitOut;    \
    569569    pThis->IHostAudio.pfnIsEnabled  = _aDrvName##IsEnabled;  \
    570     pThis->IHostAudio.pfnPlayOut    = _aDrvName##PlayOut;
     570    pThis->IHostAudio.pfnPlayOut    = _aDrvName##PlayOut;    \
     571    pThis->IHostAudio.pfnShutdown   = _aDrvName##Shutdown;
    571572
    572573/** Pointer to a host audio interface. */
     
    584585     */
    585586    DECLR3CALLBACKMEMBER(int, pfnInit, (PPDMIHOSTAUDIO pInterface));
     587
     588    /**
     589     * Shuts down the host-specific audio device.
     590     *
     591     * @returns VBox status code.
     592     * @param   pInterface          Pointer to the interface structure containing the called function pointer.
     593     */
     594    DECLR3CALLBACKMEMBER(void, pfnShutdown, (PPDMIHOSTAUDIO pInterface));
     595
    586596    /**
    587597     * Initialize the host-specific audio device for input stream.
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