VirtualBox

Changeset 73242 in vbox


Ignore:
Timestamp:
Jul 19, 2018 3:06:55 PM (6 years ago)
Author:
vboxsync
Message:

Build fix.

Location:
trunk
Files:
3 edited

Legend:

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

    r73241 r73242  
    535535     *      The audio data will get handled as PDMAUDIOFRAME frames without any modification done. */
    536536    PDMAUDIOSTREAMLAYOUT     enmLayout;
     537    /** Hint about the optimal frame buffer size (in audio frames).
     538     *  0 if no hint is given. */
     539    uint32_t                 cFrameBufferHint;
    537540    struct
    538541    {
  • trunk/src/VBox/Devices/Audio/DevIchAc97.cpp

    r73241 r73242  
    312312#endif
    313313    /** The stream's current configuration. */
    314     PDMAUDIOSTREAMCFG     Cfg; //+100
    315     uint32_t              Padding;
     314    PDMAUDIOSTREAMCFG     Cfg; //+104
    316315#ifdef VBOX_WITH_AUDIO_AC97_ASYNC_IO
    317316    /** Asynchronous I/O state members. */
  • trunk/src/VBox/Devices/Audio/HDAStream.h

    r73241 r73242  
    165165     *  Should match SDFMT. */
    166166    PDMAUDIOSTREAMCFG       Cfg;
    167     uint32_t                aPadding3;
    168167#ifdef HDA_USE_DMA_ACCESS_HANDLER
    169168    /** List of DMA handlers. */
     
    176175    uint16_t                cbDMALeft;
    177176    /** Unused, padding. */
    178     uint8_t                 abPadding4[2+4];
     177    uint8_t                 abPadding3[1+4];
    179178} HDASTREAMSTATE;
    180179AssertCompileSizeAlignment(HDASTREAMSTATE, 8);
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