Changeset 73209 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jul 18, 2018 3:03:47 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHDA.cpp
r72320 r73209 2028 2028 static int hdaRegWriteSDFMT(PHDASTATE pThis, uint32_t iReg, uint32_t u32Value) 2029 2029 { 2030 #ifdef IN_RING3 /** @todo this can be done from R0 & RC, even the logging. */2031 2030 DEVHDA_LOCK(pThis); 2032 2031 … … 2050 2049 DEVHDA_UNLOCK(pThis); 2051 2050 return VINF_SUCCESS; /* Never return failure. */ 2052 #else /* !IN_RING3 */2053 RT_NOREF_PV(pThis); RT_NOREF_PV(iReg); RT_NOREF_PV(u32Value);2054 return VINF_IOM_R3_MMIO_WRITE;2055 #endif2056 2051 } 2057 2052
Note:
See TracChangeset
for help on using the changeset viewer.