VirtualBox

Ignore:
Timestamp:
Aug 12, 2016 2:21:25 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
110003
Message:

Audio: PDMPCMPROPS -> PDMAUDIOPCMPROPS.

File:
1 edited

Legend:

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

    r62981 r63362  
    5151        PDMAUDIOENDIANNESS_LITTLE /* ENDIANNESS */
    5252    };
    53     PDMPCMPROPS props;
     53    PDMAUDIOPCMPROPS props;
    5454
    5555    int rc = DrvAudioHlpStreamCfgToProps(&config, &props);
     
    154154        PDMAUDIOENDIANNESS_LITTLE /* ENDIANNESS */
    155155    };
    156     PDMPCMPROPS props;
    157 
     156
     157    PDMAUDIOPCMPROPS props;
    158158    int rc = DrvAudioHlpStreamCfgToProps(&cfg_p, &props);
    159159    AssertRC(rc);
     
    260260static int tstConversion8(RTTEST hTest)
    261261{
    262     unsigned        i;
    263     uint32_t        cBufSize = 256;
    264     PDMPCMPROPS    props;
     262    unsigned         i;
     263    uint32_t         cBufSize = 256;
     264    PDMAUDIOPCMPROPS props;
    265265
    266266    RTTestSubF(hTest, "Sample conversion (U8)");
     
    368368static int tstConversion16(RTTEST hTest)
    369369{
    370     unsigned        i;
    371     uint32_t        cBufSize = 256;
    372     PDMPCMPROPS    props;
     370    unsigned         i;
     371    uint32_t         cBufSize = 256;
     372    PDMAUDIOPCMPROPS props;
    373373
    374374    RTTestSubF(hTest, "Sample conversion (S16)");
     
    468468static int tstVolume(RTTEST hTest)
    469469{
    470     unsigned        i;
    471     uint32_t        cBufSize = 256;
    472     PDMPCMPROPS    props;
     470    unsigned         i;
     471    uint32_t         cBufSize = 256;
     472    PDMAUDIOPCMPROPS props;
    473473
    474474    RTTestSubF(hTest, "Volume control");
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