VirtualBox

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


Ignore:
Timestamp:
Jun 29, 2017 4:17:28 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
116544
Message:

HDA: Need to update interrupts when they're unset, not just when they're set. Fixes newer Linux 4.x kernel hangs.

File:
1 edited

Legend:

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

    r67701 r67705  
    16081608    LogFunc(("fInterrupt=%RTbool\n", fInterrupt));
    16091609
    1610     if (fInterrupt)
    1611     {
    16121610#ifndef DEBUG
    1613         hdaProcessInterrupt(pThis);
     1611    hdaProcessInterrupt(pThis);
    16141612#else
    1615         hdaProcessInterrupt(pThis, __FUNCTION__);
    1616 #endif
    1617     }
     1613    hdaProcessInterrupt(pThis, __FUNCTION__);
     1614#endif
    16181615}
    16191616#endif
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