VirtualBox

Ignore:
Timestamp:
Jun 7, 2021 12:56:57 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
144893
Message:

ValKit/AudioTest: Need the pfnSTAMRegister driver helper now. bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/audio/vkatDriverStack.cpp

    r89530 r89535  
    211211
    212212
     213static DECLCALLBACK(void) audioTestDrvHlp_STAMRegister(PPDMDRVINS pDrvIns, void *pvSample, STAMTYPE enmType, const char *pszName,
     214                                                       STAMUNIT enmUnit, const char *pszDesc)
     215{
     216    RT_NOREF(pDrvIns, pvSample, enmType, pszName, enmUnit, pszDesc);
     217}
     218
     219
    213220static DECLCALLBACK(void) audioTestDrvHlp_STAMRegisterF(PPDMDRVINS pDrvIns, void *pvSample, STAMTYPE enmType,
    214221                                                        STAMVISIBILITY enmVisibility, STAMUNIT enmUnit, const char *pszDesc,
     
    258265        s_DrvHlp.u32TheEnd                      = PDM_DRVHLPR3_VERSION;
    259266        s_DrvHlp.pfnAttach                      = audioTestDrvHlp_Attach;
     267        s_DrvHlp.pfnSTAMRegister                = audioTestDrvHlp_STAMRegister;
    260268        s_DrvHlp.pfnSTAMRegisterF               = audioTestDrvHlp_STAMRegisterF;
    261269        s_DrvHlp.pfnSTAMRegisterV               = audioTestDrvHlp_STAMRegisterV;
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