VirtualBox

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


Ignore:
Timestamp:
Aug 18, 2015 4:47:42 PM (9 years ago)
Author:
vboxsync
Message:

DECLCALLBACK and static

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

Legend:

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

    r57393 r57442  
    22692269 * @interface_method_impl{HDACODEC,pfnReset}
    22702270 */
    2271 DECLCALLBACK(int) hdaCodecReset(PHDACODEC pCodec)
     2271static DECLCALLBACK(int) hdaCodecReset(PHDACODEC pCodec)
    22722272{
    22732273    PHDASTATE pThis = pCodec->pHDAState;
  • trunk/src/VBox/Devices/Audio/DrvAudio.cpp

    r57417 r57442  
    17131713}
    17141714
    1715 DECLCALLBACK(int) drvAudioOpenOut(PPDMIAUDIOCONNECTOR pInterface, const char *pszName,
    1716                                   PPDMAUDIOSTREAMCFG pCfg, PPDMAUDIOGSTSTRMOUT *ppGstStrmOut)
     1715static DECLCALLBACK(int) drvAudioOpenOut(PPDMIAUDIOCONNECTOR pInterface, const char *pszName,
     1716                                         PPDMAUDIOSTREAMCFG pCfg, PPDMAUDIOGSTSTRMOUT *ppGstStrmOut)
    17171717{
    17181718    AssertPtrReturn(pInterface, VERR_INVALID_POINTER);
     
    18251825}
    18261826
    1827 DECLCALLBACK(void) drvAudioCloseOut(PPDMIAUDIOCONNECTOR pInterface, PPDMAUDIOGSTSTRMOUT pGstStrmOut)
     1827static DECLCALLBACK(void) drvAudioCloseOut(PPDMIAUDIOCONNECTOR pInterface, PPDMAUDIOGSTSTRMOUT pGstStrmOut)
    18281828{
    18291829    PDRVAUDIO pThis = PDMIAUDIOCONNECTOR_2_DRVAUDIO(pInterface);
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