- Timestamp:
- Jul 9, 2021 2:22:24 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145629
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHdaCodec.h
r90122 r90127 573 573 * This is always a valid pointer in ring-3, while elsewhere a NULL indicates 574 574 * that we must return to ring-3 to process it. 575 * 576 * @returns VINF_SUCCESS 577 * @todo r=bird: I couldn't spot a single handler not returning VINF_SUCCESS, 578 * nor could I see what purpose the return code would have other than 579 * maybe something in VERR_INTERNAL_ERROR area... Get rid of it and 580 * make it return @a *puResp instead? 581 * 582 * @param pThis The shared codec intance data. 583 * @param pThisCC The codec instance data for the current context (ring-3). 584 * @param uCmd The command. 585 * @param puResp Where to return the response value. 586 * 587 * @thread EMT or task worker thread (see HDASTATE::hCorbDmaTask). 575 588 */ 576 589 DECLCALLBACKMEMBER(int, pfn, (PHDACODEC pThis, PHDACODECCC pThisCC, uint32_t uCmd, uint64_t *puResp));
Note:
See TracChangeset
for help on using the changeset viewer.