VirtualBox

Ignore:
Timestamp:
Aug 12, 2016 2:21:25 PM (8 years ago)
Author:
vboxsync
Message:

Audio: PDMPCMPROPS -> PDMAUDIOPCMPROPS.

File:
1 edited

Legend:

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

    r63360 r63362  
    13641364        pCfgAcq->cSamples      = obt.samples * 4;
    13651365
    1366         PDMPCMPROPS Props;
     1366        PDMAUDIOPCMPROPS Props;
    13671367        rc = DrvAudioHlpStreamCfgToProps(pCfgAcq, &Props);
    13681368        if (RT_FAILURE(rc))
     
    14281428        pCfgAcq->cSamples      = obt.samples;
    14291429
    1430         PDMPCMPROPS Props;
     1430        PDMAUDIOPCMPROPS Props;
    14311431        rc = DrvAudioHlpStreamCfgToProps(pCfgAcq, &Props);
    14321432        if (RT_FAILURE(rc))
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