VirtualBox

Changeset 44637 in vbox for trunk/src/VBox/Devices/Audio


Ignore:
Timestamp:
Feb 11, 2013 3:27:22 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83725
Message:

Forgot one header.

File:
1 edited

Legend:

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

    r44528 r44637  
    55
    66/*
    7  * Copyright (C) 2006-2011 Oracle Corporation
     7 * Copyright (C) 2006-2013 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    1515 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
    1616 */
     17
    1718#ifndef DEV_CODEC_H
    1819#define DEV_CODEC_H
     
    493494    /** PCM out */
    494495    SWVoiceOut              *SwVoiceOut;
    495     void                    *pHDAState;
     496    void                   *pvHDAState;
    496497    bool                    fInReset;
    497498#ifndef VBOX_WITH_HDA_CODEC_EMU
     
    523524    DECLR3CALLBACKMEMBER(void, pfnCodecDbgSelector, (CODECState *pState, PCDBGFINFOHLP pHlp, const char *pszArgs));
    524525} CODECState, *PCODECState;
     526/** The ICH HDA (Intel) codec state. */
     527typedef CODECState HDACODEC;
     528/** Pointer to the Intel ICH HDA codec state. */
     529typedef HDACODEC *PHDACODEC;
    525530
    526531int codecConstruct(PPDMDEVINS pDevIns, CODECState *pCodecState, PCFGMNODE pCfgHandle);
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