Changeset 70669 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jan 22, 2018 9:08:52 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHDA.cpp
r70642 r70669 4614 4614 DEVHDA_LOCK_RETURN(pThis, VINF_IOM_R3_MMIO_WRITE); 4615 4615 4616 LogFunc(("uLUN=%u, fFlags=0x%x\n", uLUN, fFlags)); 4617 4616 4618 PHDADRIVER pDrv; 4617 4619 int rc2 = hdaAttachInternal(pThis, uLUN, fFlags, &pDrv); … … 4654 4656 PHDASTATE pThis = PDMINS_2_DATA(pDevIns, PHDASTATE); 4655 4657 4658 DEVHDA_LOCK(pThis); 4659 4656 4660 LogFunc(("uLUN=%u, fFlags=0x%x\n", uLUN, fFlags)); 4657 4658 DEVHDA_LOCK(pThis);4659 4661 4660 4662 PHDADRIVER pDrv, pDrvNext;
Note:
See TracChangeset
for help on using the changeset viewer.