Changeset 59442 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jan 22, 2016 3:05:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchHda.cpp
r59441 r59442 836 836 837 837 #ifdef IN_RING3 838 static int hdaBDLEFetch(PHDASTATE pThis, PHDABDLE pBDLE, uint64_t u64BaseDMA, uint16_t u16Entry); 839 static DECLINLINE(void) hdaStreamUpdateBDLBase(PHDASTATE pThis, PHDASTREAM pStrmSt, uint64_t u64BDLBase); 840 static DECLINLINE(void) hdaStreamUpdateLPIB(PHDASTATE pThis, PHDASTREAM pStrmSt, uint32_t u32LPIB); 838 static int hdaBDLEFetch(PHDASTATE pThis, PHDABDLE pBDLE, uint64_t u64BaseDMA, uint16_t u16Entry); 839 DECLINLINE(void) hdaStreamUpdateLPIB(PHDASTATE pThis, PHDASTREAM pStrmSt, uint32_t u32LPIB); 841 840 # ifdef LOG_ENABLED 842 841 static void hdaBDLEDumpAll(PHDASTATE pThis, uint64_t u64BaseDMA, uint16_t cBDLE);
Note:
See TracChangeset
for help on using the changeset viewer.