- Timestamp:
- Jan 3, 2017 11:34:35 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHDA.cpp
r65068 r65070 1356 1356 return rc; 1357 1357 } 1358 #endif /* IN_RING3 */1359 1358 1360 1359 … … 1379 1378 1380 1379 1381 #ifdef IN_RING31382 1380 /** 1383 1381 * Returns the HDA stream of specified HDA sink. … … 4856 4854 const uint32_t uSDCTL = HDA_STREAM_REG(pThis, CTL, HDA_SD_NUM_FROM_REG(pThis, CTL, idxRegDsc)); 4857 4855 4858 #ifdef LOG_ENABLED4859 PHDASTREAM pStream = hdaStreamGetFromSD(pThis, HDA_SD_NUM_FROM_REG(pThis, CTL, idxRegDsc));4860 Log3(("hdaWriteReg: %s: fInReset=%RTbool, %R[sdctl]\n",4861 g_aHdaRegMap[idxRegDsc].abbrev, pStream ? ASMAtomicReadBool(&pStream->State.fInReset) : false, uSDCTL));4862 #endif4863 4856 /* 4864 4857 * Some OSes (like Win 10 AU) violate the spec by writing stuff to registers which are not supposed to be be touched
Note:
See TracChangeset
for help on using the changeset viewer.