VirtualBox

Changeset 64859 in vbox for trunk


Ignore:
Timestamp:
Dec 13, 2016 6:39:05 PM (8 years ago)
Author:
vboxsync
Message:

Comment typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DevHDA.cpp

    r64849 r64859  
    722722} HDASTREAM, *PHDASTREAM;
    723723
     724#ifdef VBOX_WITH_HDA_ASYNC_IO
    724725typedef struct HDASTREAMTHREADCTX
    725726{
     
    727728    PHDASTREAM pStream;
    728729} HDASTREAMTHREADCTX, *PHDASTREAMTHREADCTX;
     730#endif
    729731
    730732/**
     
    45144516 * @returns IPRT status code.
    45154517 * @param   pThis               HDA state.
    4516  * @param   pStream             HDA stream to write.
    4517  * @param   cbToWrite           Number of bytes to write.
    4518  * @param   pcbWritten          Number of bytes written. Optional.
     4518 * @param   pStream             HDA stream to read from.
     4519 * @param   cbToRead            Number of bytes to read.
     4520 * @param   pcbRead             Number of bytes read. Optional.
    45194521 */
    45204522static int hdaStreamRead(PHDASTATE pThis, PHDASTREAM pStream, uint32_t cbToRead, uint32_t *pcbRead)
     
    45664568 * @returns IPRT status code.
    45674569 * @param   pThis               HDA state.
    4568  * @param   pStream             HDA stream to write.
     4570 * @param   pStream             HDA stream to write to.
    45694571 * @param   cbToWrite           Number of bytes to write.
    45704572 * @param   pcbWritten          Number of bytes written. Optional.
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