VirtualBox

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


Ignore:
Timestamp:
May 24, 2016 12:06:50 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107444
Message:

Audio/DrvHostCoreAudio.cpp: Build fix.

File:
1 edited

Legend:

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

    r61157 r61159  
    14551455}
    14561456
    1457 static DECLCALLBACK(int) drvHostCoreAudioCapture(PPDMIHOSTAUDIO pInterface, PPDMAUDIOSTREAM pStream,
    1458                                                  uint32_t *pcSamplesCaptured)
     1457static DECLCALLBACK(int) drvHostCoreAudioStreamCapture(PPDMIHOSTAUDIO pInterface, PPDMAUDIOSTREAM pStream,
     1458                                                       uint32_t *pcSamplesCaptured)
    14591459{
    14601460    PPDMDRVINS pDrvIns      = PDMIBASE_2_PDMDRV(pInterface);
     
    15411541}
    15421542
    1543 static DECLCALLBACK(int) drvHostCoreAudioPlay(PPDMIHOSTAUDIO pInterface, PPDMAUDIOSTREAM pStream,
    1544                                               uint32_t *pcSamplesPlayed)
     1543static DECLCALLBACK(int) drvHostCoreAudioStreamPlay(PPDMIHOSTAUDIO pInterface, PPDMAUDIOSTREAM pStream,
     1544                                                    uint32_t *pcSamplesPlayed)
    15451545{
    15461546    PPDMDRVINS pDrvIns      = PDMIBASE_2_PDMDRV(pInterface);
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