VirtualBox

Ignore:
Timestamp:
Dec 12, 2018 4:10:02 PM (6 years ago)
Author:
vboxsync
Message:

Audio/AC97: Saved state fix (also re-arm the per-stream timer when loading from a saved state).

File:
1 edited

Legend:

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

    r76188 r76189  
    37383738
    37393739        rc2 = ichac97R3StreamEnable(pThis, pStream, fEnable);
    3740         if (RT_SUCCESS(rc2))
     3740        if (   fEnable
     3741            && RT_SUCCESS(rc2))
    37413742        {
    37423743            /* Re-arm the timer for this stream. */
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