Changeset 85900 in vbox
- Timestamp:
- Aug 27, 2020 9:46:01 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHDA.cpp
r85899 r85900 1109 1109 /* Do a CORB reset. */ 1110 1110 if (pThis->cbCorbBuf) 1111 {1112 1111 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 #else1116 return VINF_SUCCESS;1117 #endif1118 }1119 1112 1120 1113 LogRel2(("HDA: CORB reset\n")); 1121 1122 1114 HDA_REG(pThis, CORBRP) = HDA_CORBRP_RST; /* Clears the pointer. */ 1123 1115 }
Note:
See TracChangeset
for help on using the changeset viewer.

