Changeset 61167 in vbox for trunk/src/VBox/Devices/Audio/DevIchHda.cpp
- Timestamp:
- May 24, 2016 3:48:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchHda.cpp
r61166 r61167 3229 3229 3230 3230 PDMPCMPROPS Props; 3231 int rc = DrvAudio StreamCfgToProps(pCfg, &Props);3231 int rc = DrvAudioHlpStreamCfgToProps(pCfg, &Props); 3232 3232 if (RT_FAILURE(rc)) 3233 3233 return rc; … … 3714 3714 /* Update the sink's format. */ 3715 3715 PDMPCMPROPS PCMProps; 3716 int rc = DrvAudio StreamCfgToProps(pCfg, &PCMProps);3716 int rc = DrvAudioHlpStreamCfgToProps(pCfg, &PCMProps); 3717 3717 if (RT_SUCCESS(rc)) 3718 3718 rc = AudioMixerSinkSetFormat(pSink->pMixSink, &PCMProps);
Note:
See TracChangeset
for help on using the changeset viewer.