VirtualBox

Ignore:
Timestamp:
May 31, 2016 8:43:19 AM (9 years ago)
Author:
vboxsync
Message:

Audio: Update.

File:
1 edited

Legend:

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

    r61167 r61320  
    14331433
    14341434    return (PDMAUDIOSTRMSTS_FLAG_INITIALIZED | PDMAUDIOSTRMSTS_FLAG_ENABLED);
     1435}
     1436
     1437static DECLCALLBACK(int) drvHostALSAAudioStreamIterate(PPDMIHOSTAUDIO pInterface, PPDMAUDIOSTREAM pStream)
     1438{
     1439    AssertPtrReturn(pInterface, VERR_INVALID_POINTER);
     1440    AssertPtrReturn(pStream,    VERR_INVALID_POINTER);
     1441
     1442    LogFlowFuncEnter();
     1443
     1444    /* Nothing to do here for ALSA. */
     1445    return VINF_SUCCESS;
    14351446}
    14361447
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