VirtualBox

Changeset 87437 in vbox


Ignore:
Timestamp:
Jan 26, 2021 5:01:41 PM (4 years ago)
Author:
vboxsync
Message:

Audio/HDA+AC97: Made the device emulation's internal [in|out]put FIFO buffer size configurable via extra data "VBoxInternal2/Audio/Device/BufSize[In|Out]Ms" (optional, defaults to 1000ms if not set) [fix, accidentally committed a bit too much]. ticketoem2ref:36

File:
1 edited

Legend:

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

    r87436 r87437  
    14691469                             uSD, cTicksToNext / 1000,  cTicksElapsed / 1000, pStreamShared->State.cTransferPendingInterrupts));
    14701470
    1471             cTicksToNext = pStreamShared->State.cTransferTicks;
     1471            cTicksToNext = 0;
    14721472        }
    14731473
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