Changeset 87800 in vbox
- Timestamp:
- Feb 19, 2021 10:49:01 AM (4 years ago)
- Location:
- trunk/src/VBox/Devices/Audio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHDA.cpp
r87799 r87800 890 890 } 891 891 892 #e ndif /* IN_RING3*/892 #else /* IN_RING0 */ 893 893 894 894 /** … … 1012 1012 return rc; 1013 1013 } 1014 1015 #endif /* IN_RING3 */ 1014 1016 1015 1017 /* Register access handlers. */ -
trunk/src/VBox/Devices/Audio/HDACodec.cpp
r87799 r87800 2344 2344 } 2345 2345 2346 #ifdef IN_RING0 2347 2346 2348 static DECLCALLBACK(int) codecR0Lookup(PHDACODEC pThis, PHDACODECR0 pThisCC, uint32_t cmd, uint64_t *puResp) 2347 2349 { … … 2387 2389 return VERR_NOT_FOUND; 2388 2390 } 2391 2392 #endif /* IN_RING0 */ 2389 2393 2390 2394 /*
Note:
See TracChangeset
for help on using the changeset viewer.