Changeset 57442 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Aug 18, 2015 4:47:42 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/Audio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchHda.cpp
r57393 r57442 2269 2269 * @interface_method_impl{HDACODEC,pfnReset} 2270 2270 */ 2271 DECLCALLBACK(int) hdaCodecReset(PHDACODEC pCodec)2271 static DECLCALLBACK(int) hdaCodecReset(PHDACODEC pCodec) 2272 2272 { 2273 2273 PHDASTATE pThis = pCodec->pHDAState; -
trunk/src/VBox/Devices/Audio/DrvAudio.cpp
r57417 r57442 1713 1713 } 1714 1714 1715 DECLCALLBACK(int) drvAudioOpenOut(PPDMIAUDIOCONNECTOR pInterface, const char *pszName,1716 PPDMAUDIOSTREAMCFG pCfg, PPDMAUDIOGSTSTRMOUT *ppGstStrmOut)1715 static DECLCALLBACK(int) drvAudioOpenOut(PPDMIAUDIOCONNECTOR pInterface, const char *pszName, 1716 PPDMAUDIOSTREAMCFG pCfg, PPDMAUDIOGSTSTRMOUT *ppGstStrmOut) 1717 1717 { 1718 1718 AssertPtrReturn(pInterface, VERR_INVALID_POINTER); … … 1825 1825 } 1826 1826 1827 DECLCALLBACK(void) drvAudioCloseOut(PPDMIAUDIOCONNECTOR pInterface, PPDMAUDIOGSTSTRMOUT pGstStrmOut)1827 static DECLCALLBACK(void) drvAudioCloseOut(PPDMIAUDIOCONNECTOR pInterface, PPDMAUDIOGSTSTRMOUT pGstStrmOut) 1828 1828 { 1829 1829 PDRVAUDIO pThis = PDMIAUDIOCONNECTOR_2_DRVAUDIO(pInterface);
Note:
See TracChangeset
for help on using the changeset viewer.