VirtualBox

Changeset 89023 in vbox


Ignore:
Timestamp:
May 12, 2021 10:28:14 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
144362
Message:

DrvHostAudioCoreAudio: COREAUDIOSTREAM::pDrv is not used or needed. bugref:9890

File:
1 edited

Legend:

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

    r89022 r89023  
    44 *
    55 * For relevant Apple documentation, here are some starters:
    6  *     - http://developer.apple.com/mac/library/technotes/tn2004/tn2097.html
    7  *     - http://developer.apple.com/mac/library/technotes/tn2002/tn2091.html
     6 *     - TN2097: Playing a sound file using the Default Output Audio Unit
     7 *       https://developer.apple.com/library/archive/technotes/tn2097/
     8 *     - TN2091: Device input using the HAL Output Audio Unit
     9 *       https://developer.apple.com/library/archive/technotes/tn2091/
    810 *     - http://developer.apple.com/mac/library/qa/qa2007/qa1533.html
    911 *     - http://developer.apple.com/mac/library/qa/qa2001/qa1317.html
     
    170172    /** List node for the device's stream list. */
    171173    RTLISTNODE                  Node;
    172     /** Pointer to driver instance this stream is bound to. */
    173     PDRVHOSTCOREAUDIO           pDrv;
    174174    /** The stream's thread handle for maintaining the audio queue. */
    175175    RTTHREAD                    hThread;
     
    16961696         * Basic structure init.
    16971697         */
    1698         pStreamCA->pDrv         = pThis;
    16991698        pStreamCA->hThread      = NIL_RTTHREAD;
    17001699        pStreamCA->fRun         = false;
     
    18521851
    18531852        pStreamCA->Unit.pDevice = NULL;
    1854         pStreamCA->pDrv         = NULL;
    18551853
    18561854        RTCritSectDelete(&pStreamCA->CritSect);
Note: See TracChangeset for help on using the changeset viewer.

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