Changeset 98625 in vbox
- Timestamp:
- Feb 17, 2023 9:06:39 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155922
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
r98456 r98625 2753 2753 and the DMA processing stopped. We clear the status condition, 2754 2754 update LVI and then try to load the next BDLE. Unfortunately, 2755 we cannot do this from ring- 3as much of the BDLE state is2755 we cannot do this from ring-0 as much of the BDLE state is 2756 2756 ring-3 only. */ 2757 2757 pStream->Regs.sr &= ~(AC97_SR_DCH | AC97_SR_CELV); … … 2776 2776 AssertRC(rc2); 2777 2777 #else 2778 DEVAC97_UNLOCK(pDevIns, pThis); 2778 2779 rc = VINF_IOM_R3_IOPORT_WRITE; 2779 2780 #endif
Note:
See TracChangeset
for help on using the changeset viewer.