Changeset 58928 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Nov 30, 2015 10:23:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchHda.cpp
r58927 r58928 2251 2251 LogRel(("HDA: %s DMA position buffer\n", fEnabled ? "Enabled" : "Disabled")); 2252 2252 pThis->fDMAPosition = fEnabled; 2253 2254 if (pThis->fDMAPosition)2255 {2256 /* Immediately tell the position. */2257 hdaStreamUpdateLPIB(pThis, &pThis->StrmStLineIn, HDA_STREAM_REG(pThis, LPIB, pThis->StrmStLineIn.u8Strm));2258 hdaStreamUpdateLPIB(pThis, &pThis->StrmStMicIn, HDA_STREAM_REG(pThis, LPIB, pThis->StrmStMicIn.u8Strm));2259 hdaStreamUpdateLPIB(pThis, &pThis->StrmStOut, HDA_STREAM_REG(pThis, LPIB, pThis->StrmStOut.u8Strm));2260 }2261 2253 } 2262 2254 break;
Note:
See TracChangeset
for help on using the changeset viewer.