VirtualBox

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


Ignore:
Timestamp:
Mar 17, 2021 5:19:33 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
143314
Message:

DevHDA: Remove the FIFO buffer. Try align the stream state on cache lines. [build fix] bugref:9890

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/HDAStream.h

    r88164 r88165  
    7676typedef struct HDASTREAMDEBUG
    7777{
     78    /** Runtime debug info. */
     79    HDASTREAMDEBUGRT        Runtime;
    7880#ifdef DEBUG
    7981    /** Critical section to serialize access if needed. */
     
    103105     *  (useful for intros and silence at the beginning of a song). */
    104106    uint64_t                cbSilenceReadMin;
    105 #endif
    106     /** Runtime debug info. */
    107     HDASTREAMDEBUGRT        Runtime;
     107#else
     108    uint64_t                au64Alignment[2];
     109#endif
    108110} HDASTREAMDEBUG;
    109111typedef HDASTREAMDEBUG *PHDASTREAMDEBUG;
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