VirtualBox

Changeset 88390 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Apr 7, 2021 10:35:06 AM (4 years ago)
Author:
vboxsync
Message:

Audio: Removed the pfnInit and pfnShutdown methods from PDMIHOSTAUDIO. These methods duplicates PDMDRVREG callbacks and were therefore superfluous. bugref:9890

File:
1 edited

Legend:

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

    r88383 r88390  
    12131213{
    12141214    /**
    1215      * Initializes the host backend (driver) - optional and obsolete.
    1216      *
    1217      * @returns VBox status code.
    1218      * @param   pInterface          Pointer to the interface structure containing the called function pointer.
    1219      * @deprecated Just stub this and do the real work in the driver constructor.
    1220      */
    1221     DECLR3CALLBACKMEMBER(int, pfnInit, (PPDMIHOSTAUDIO pInterface));
    1222 
    1223     /**
    1224      * Shuts down the host backend (driver) - optional and obsolete.
    1225      *
    1226      * @returns VBox status code.
    1227      * @param   pInterface          Pointer to the interface structure containing the called function pointer.
    1228      * @deprecated Just stub this and do the real work in the driver power off callback.
    1229      */
    1230     DECLR3CALLBACKMEMBER(void, pfnShutdown, (PPDMIHOSTAUDIO pInterface));
    1231 
    1232     /**
    12331215     * Returns the host backend's configuration (backend).
    12341216     *
     
    13681350
    13691351/** PDMIHOSTAUDIO interface ID. */
    1370 #define PDMIHOSTAUDIO_IID                           "28ae3ee3-c328-4dd9-89c1-6e2b602f2d41"
     1352#define PDMIHOSTAUDIO_IID                           "cf04d235-2af6-4921-8323-a0f85c5cf96b"
    13711353
    13721354
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