VirtualBox

Ignore:
Timestamp:
May 24, 2016 3:48:51 PM (9 years ago)
Author:
vboxsync
Message:

Audio: Renaming.

File:
1 edited

Legend:

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

    r61166 r61167  
    32293229
    32303230    PDMPCMPROPS Props;
    3231     int rc = DrvAudioStreamCfgToProps(pCfg, &Props);
     3231    int rc = DrvAudioHlpStreamCfgToProps(pCfg, &Props);
    32323232    if (RT_FAILURE(rc))
    32333233        return rc;
     
    37143714    /* Update the sink's format. */
    37153715    PDMPCMPROPS PCMProps;
    3716     int rc = DrvAudioStreamCfgToProps(pCfg, &PCMProps);
     3716    int rc = DrvAudioHlpStreamCfgToProps(pCfg, &PCMProps);
    37173717    if (RT_SUCCESS(rc))
    37183718        rc = AudioMixerSinkSetFormat(pSink->pMixSink, &PCMProps);
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