Changeset 59351 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jan 14, 2016 3:53:42 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/Audio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
r59348 r59351 2247 2247 } 2248 2248 2249 static voidichac97Detach(PPDMDEVINS pDevIns, unsigned uLUN, uint32_t fFlags)2249 static DECLCALLBACK(void) ichac97Detach(PPDMDEVINS pDevIns, unsigned uLUN, uint32_t fFlags) 2250 2250 { 2251 2251 LogFunc(("iLUN=%u, fFlags=0x%x\n", uLUN, fFlags)); -
trunk/src/VBox/Devices/Audio/DevSB16.cpp
r59348 r59351 264 264 } 265 265 266 static voidsb16Detach(PPDMDEVINS pDevIns, unsigned uLUN, uint32_t fFlags)266 static DECLCALLBACK(void) sb16Detach(PPDMDEVINS pDevIns, unsigned uLUN, uint32_t fFlags) 267 267 { 268 268 LogFunc(("iLUN=%u, fFlags=0x%x\n", uLUN, fFlags));
Note:
See TracChangeset
for help on using the changeset viewer.