VirtualBox

Ignore:
Timestamp:
May 24, 2016 3:48:51 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107453
Message:

Audio: Renaming.

File:
1 edited

Legend:

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

    r60925 r61167  
    5353    PDMPCMPROPS props;
    5454
    55     int rc = DrvAudioStreamCfgToProps(&config, &props);
     55    int rc = DrvAudioHlpStreamCfgToProps(&config, &props);
    5656    AssertRC(rc);
    5757
     
    155155    PDMPCMPROPS props;
    156156
    157     int rc = DrvAudioStreamCfgToProps(&cfg_p, &props);
     157    int rc = DrvAudioHlpStreamCfgToProps(&cfg_p, &props);
    158158    AssertRC(rc);
    159159
     
    172172    };
    173173
    174     rc = DrvAudioStreamCfgToProps(&cfg_c1, &props);
     174    rc = DrvAudioHlpStreamCfgToProps(&cfg_c1, &props);
    175175    AssertRC(rc);
    176176
     
    190190    };
    191191
    192     rc = DrvAudioStreamCfgToProps(&cfg_c2, &props);
     192    rc = DrvAudioHlpStreamCfgToProps(&cfg_c2, &props);
    193193    AssertRC(rc);
    194194
     
    275275    };
    276276
    277     int rc = DrvAudioStreamCfgToProps(&cfg_p, &props);
     277    int rc = DrvAudioHlpStreamCfgToProps(&cfg_p, &props);
    278278    AssertRC(rc);
    279279
     
    299299    };
    300300
    301     rc = DrvAudioStreamCfgToProps(&cfg_c, &props);
     301    rc = DrvAudioHlpStreamCfgToProps(&cfg_c, &props);
    302302    AssertRC(rc);
    303303
     
    385385    };
    386386
    387     int rc = DrvAudioStreamCfgToProps(&cfg_p, &props);
     387    int rc = DrvAudioHlpStreamCfgToProps(&cfg_p, &props);
    388388    AssertRC(rc);
    389389
     
    402402    };
    403403
    404     rc = DrvAudioStreamCfgToProps(&cfg_c, &props);
     404    rc = DrvAudioHlpStreamCfgToProps(&cfg_c, &props);
    405405    AssertRC(rc);
    406406
     
    489489    };
    490490
    491     int rc = DrvAudioStreamCfgToProps(&cfg, &props);
     491    int rc = DrvAudioHlpStreamCfgToProps(&cfg, &props);
    492492    AssertRC(rc);
    493493
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