VirtualBox

Ignore:
Timestamp:
Mar 8, 2021 6:01:15 PM (4 years ago)
Author:
vboxsync
Message:

Audio: Preparing to move some of the DrvAudio.h stuff into PDM. bugref:9890

File:
1 edited

Legend:

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

    r88022 r88023  
    205205    if (RT_SUCCESS(rc))
    206206    {
    207         pStreamDbg->pCfg = DrvAudioHlpStreamCfgDup(pCfgAcq);
     207        pStreamDbg->pCfg = PDMAudioStrmCfgDup(pCfgAcq);
    208208        if (!pStreamDbg->pCfg)
    209209            rc = VERR_NO_MEMORY;
     
    326326    if (RT_SUCCESS(rc))
    327327    {
    328         DrvAudioHlpStreamCfgFree(pStreamDbg->pCfg);
     328        PDMAudioStrmCfgFree(pStreamDbg->pCfg);
    329329        pStreamDbg->pCfg = NULL;
    330330    }
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