Changeset 63362 in vbox for trunk/src/VBox/Devices/Audio/DrvHostALSAAudio.cpp
- Timestamp:
- Aug 12, 2016 2:21:25 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostALSAAudio.cpp
r63360 r63362 1364 1364 pCfgAcq->cSamples = obt.samples * 4; 1365 1365 1366 PDM PCMPROPS Props;1366 PDMAUDIOPCMPROPS Props; 1367 1367 rc = DrvAudioHlpStreamCfgToProps(pCfgAcq, &Props); 1368 1368 if (RT_FAILURE(rc)) … … 1428 1428 pCfgAcq->cSamples = obt.samples; 1429 1429 1430 PDM PCMPROPS Props;1430 PDMAUDIOPCMPROPS Props; 1431 1431 rc = DrvAudioHlpStreamCfgToProps(pCfgAcq, &Props); 1432 1432 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.