Changeset 63373 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Aug 12, 2016 5:03:50 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110014
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchHda.cpp
r63368 r63373 940 940 static int hdaRegWriteU32(PHDASTATE pThis, uint32_t iReg, uint32_t u32Value); 941 941 static int hdaRegReadU24(PHDASTATE pThis, uint32_t iReg, uint32_t *pu32Value); 942 #ifdef IN_RING3 942 943 static int hdaRegWriteU24(PHDASTATE pThis, uint32_t iReg, uint32_t u32Value); 944 #endif 943 945 static int hdaRegReadU16(PHDASTATE pThis, uint32_t iReg, uint32_t *pu32Value); 944 946 static int hdaRegWriteU16(PHDASTATE pThis, uint32_t iReg, uint32_t u32Value); … … 2075 2077 } 2076 2078 2079 #ifdef IN_RING3 2077 2080 static int hdaRegWriteU24(PHDASTATE pThis, uint32_t iReg, uint32_t u32Value) 2078 2081 { … … 2080 2083 return hdaRegWriteU32(pThis, iReg, u32Value); 2081 2084 } 2085 #endif 2082 2086 2083 2087 /* U32 */
Note:
See TracChangeset
for help on using the changeset viewer.