VirtualBox

Changeset 85900 in vbox


Ignore:
Timestamp:
Aug 27, 2020 9:46:01 AM (4 years ago)
Author:
vboxsync
Message:

DevHDA/hdaRegWriteCORBRP: Fixed bug introduced in r135300.

File:
1 edited

Legend:

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

    r85899 r85900  
    11091109        /* Do a CORB reset. */
    11101110        if (pThis->cbCorbBuf)
    1111         {
    11121111            RT_ZERO(pThis->au32CorbBuf);
    1113 #ifndef IN_RING3 /** @todo r=aeichner Why is this necessary at all? Can't see anything which would require this. */
    1114             return VINF_IOM_R3_MMIO_WRITE;
    1115 #else
    1116             return VINF_SUCCESS;
    1117 #endif
    1118         }
    11191112
    11201113        LogRel2(("HDA: CORB reset\n"));
    1121 
    11221114        HDA_REG(pThis, CORBRP) = HDA_CORBRP_RST;    /* Clears the pointer. */
    11231115    }
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