Changeset 44637 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Feb 11, 2013 3:27:22 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83725
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevCodec.h
r44528 r44637 5 5 6 6 /* 7 * Copyright (C) 2006-201 1Oracle Corporation7 * Copyright (C) 2006-2013 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 17 18 #ifndef DEV_CODEC_H 18 19 #define DEV_CODEC_H … … 493 494 /** PCM out */ 494 495 SWVoiceOut *SwVoiceOut; 495 void *pHDAState;496 void *pvHDAState; 496 497 bool fInReset; 497 498 #ifndef VBOX_WITH_HDA_CODEC_EMU … … 523 524 DECLR3CALLBACKMEMBER(void, pfnCodecDbgSelector, (CODECState *pState, PCDBGFINFOHLP pHlp, const char *pszArgs)); 524 525 } CODECState, *PCODECState; 526 /** The ICH HDA (Intel) codec state. */ 527 typedef CODECState HDACODEC; 528 /** Pointer to the Intel ICH HDA codec state. */ 529 typedef HDACODEC *PHDACODEC; 525 530 526 531 int codecConstruct(PPDMDEVINS pDevIns, CODECState *pCodecState, PCFGMNODE pCfgHandle);
Note:
See TracChangeset
for help on using the changeset viewer.