VirtualBox

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


Ignore:
Timestamp:
Jun 29, 2016 8:16:44 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108363
Message:

Audio: src/VBox/Devices/Audio/DrvHostNullAudio.cpp: Also set status flags here.

File:
1 edited

Legend:

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

    r61609 r61924  
    278278    NOREF(pStream);
    279279
    280     return (PDMAUDIOSTRMSTS_FLAG_INITIALIZED | PDMAUDIOSTRMSTS_FLAG_ENABLED);
     280    return (  PDMAUDIOSTRMSTS_FLAG_INITIALIZED | PDMAUDIOSTRMSTS_FLAG_ENABLED
     281            | PDMAUDIOSTRMSTS_FLAG_DATA_READABLE | PDMAUDIOSTRMSTS_FLAG_DATA_WRITABLE);
    281282}
    282283
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