VirtualBox

Changeset 86565 in vbox for trunk


Ignore:
Timestamp:
Oct 14, 2020 8:23:08 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
140914
Message:

Audio/DrvAudio: Try harder re-initializing streams on host audio device changes. bugref:8658 (c11) [build fix, forgot to commit file].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmaudioifs.h

    r85121 r86565  
    12131213     *  Only can be destroyed when the reference count reaches 0. */
    12141214    uint32_t                cRefs;
     1215    /** Number of (re-)tries while re-initializing the stream. */
     1216    uint32_t                cTriesReInit;
    12151217    /** Stream status flag. */
    12161218    PDMAUDIOSTREAMSTS       fStatus;
     
    12331235        PDMAUDIOSTREAMOUT   Out;
    12341236    } RT_UNION_NM(u);
     1237    /** Timestamp (in ns) since last trying to re-initialize.
     1238     *  Might be 0 if has not been tried yet. */
     1239    uint64_t                tsLastReInitNs;
    12351240    /** Timestamp (in ns) since last iteration. */
    12361241    uint64_t                tsLastIteratedNs;
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