VirtualBox

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


Ignore:
Timestamp:
Aug 17, 2015 3:02:05 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102157
Message:

DECLCALLBACK

Location:
trunk/src/VBox/Devices/Audio
Files:
3 edited

Legend:

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

    r57358 r57393  
    24992499}
    25002500
    2501 static DECLCALLBACK(int) hdaTransfer(PHDASTATE pThis,
    2502                                      ENMSOUNDSOURCE enmSrc, uint32_t cbAvail)
     2501static int hdaTransfer(PHDASTATE pThis,
     2502                       ENMSOUNDSOURCE enmSrc, uint32_t cbAvail)
    25032503{
    25042504    AssertPtrReturn(pThis, VERR_INVALID_POINTER);
  • trunk/src/VBox/Devices/Audio/DevIchHdaCodec.cpp

    r57358 r57393  
    867867
    868868
    869 static int stac9220ResetNode(PHDACODEC pThis, uint8_t nodenum, PCODECNODE pNode)
     869static DECLCALLBACK(int) stac9220ResetNode(PHDACODEC pThis, uint8_t nodenum, PCODECNODE pNode)
    870870{
    871871    pNode->node.id = nodenum;
     
    25612561#endif
    25622562
    2563 static int codecLookup(PHDACODEC pThis, uint32_t cmd, PPFNHDACODECVERBPROCESSOR pfn)
     2563static DECLCALLBACK(int) codecLookup(PHDACODEC pThis, uint32_t cmd, PPFNHDACODECVERBPROCESSOR pfn)
    25642564{
    25652565    Assert(CODEC_CAD(cmd) == pThis->id);
  • trunk/src/VBox/Devices/Audio/DrvAudio.cpp

    r57382 r57393  
    859859 * @param   pcbWritten
    860860 */
    861 int drvAudioWrite(PPDMIAUDIOCONNECTOR pInterface, PPDMAUDIOGSTSTRMOUT pGstStrmOut,
    862                   const void *pvBuf, uint32_t cbBuf, uint32_t *pcbWritten)
     861static DECLCALLBACK(int) drvAudioWrite(PPDMIAUDIOCONNECTOR pInterface, PPDMAUDIOGSTSTRMOUT pGstStrmOut,
     862                                       const void *pvBuf, uint32_t cbBuf, uint32_t *pcbWritten)
    863863{
    864864    PDRVAUDIO pThis = PDMIAUDIOCONNECTOR_2_DRVAUDIO(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