VirtualBox

Changeset 90127 in vbox for trunk


Ignore:
Timestamp:
Jul 9, 2021 2:22:24 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
145629
Message:

DevHdaCodec: More doc work. bugref:9890

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DevHdaCodec.h

    r90122 r90127  
    573573     * This is always a valid pointer in ring-3, while elsewhere a NULL indicates
    574574     * 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).
    575588     */
    576589    DECLCALLBACKMEMBER(int,    pfn, (PHDACODEC pThis, PHDACODECCC pThisCC, uint32_t uCmd, uint64_t *puResp));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette