Changeset 59441 in vbox for trunk/src/VBox/Devices/Audio/DevIchHda.cpp
- Timestamp:
- Jan 22, 2016 3:03:07 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchHda.cpp
r59439 r59441 2250 2250 2251 2251 /* Note: Will be called for both, BDPL and BDPU, registers. */ 2252 staticDECLINLINE(int) hdaRegWriteSDBDPX(PHDASTATE pThis, uint32_t iReg, uint32_t u32Value, uint8_t u8Strm)2252 DECLINLINE(int) hdaRegWriteSDBDPX(PHDASTATE pThis, uint32_t iReg, uint32_t u32Value, uint8_t u8Strm) 2253 2253 { 2254 2254 if (!hdaRegWriteSDIsAllowed(pThis, iReg, u32Value))
Note:
See TracChangeset
for help on using the changeset viewer.