VirtualBox

Ignore:
Timestamp:
Dec 5, 2018 4:35:32 PM (6 years ago)
Author:
vboxsync
Message:

Audio/HDA: Use a dedicated default value for the stream position adjustment (needed for resetting the stream).

File:
1 edited

Legend:

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

    r75962 r75983  
    151151    uint8_t                 cTransferPendingInterrupts;
    152152    uint8_t                 Padding2[4];
     153    /** Number of audio data frames for the position adjustment.
     154     *  0 if no position adjustment is needed. */
     155    uint16_t                cfPosAdjustDefault;
    153156    /** How many audio data frames are left to be processed
    154157     *  for the position adjustment handling.
    155158     *
    156159     *  0 if position adjustment handling is done or inactive. */
    157     uint16_t                cPosAdjustFramesLeft;
    158     uint8_t                 Padding3[2];
     160    uint16_t                cfPosAdjustLeft;
    159161    /** (Virtual) clock ticks per byte. */
    160162    uint64_t                cTicksPerByte;
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