VirtualBox

Ignore:
Timestamp:
Feb 10, 2017 12:18:59 PM (8 years ago)
Author:
vboxsync
Message:

Audio/ValKit: Fix compilation errors and driver name, bugref:7673

File:
1 edited

Legend:

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

    r65694 r65726  
    397397    RT_NOREF(pInterface, pStream);
    398398
    399     return (PDMAUDIOSTRMSTS_FLAG_INITIALIZED | PDMAUDIOSTRMSTS_FLAG_ENABLED;
     399    return (PDMAUDIOSTRMSTS_FLAG_INITIALIZED | PDMAUDIOSTRMSTS_FLAG_ENABLED);
    400400}
    401401
     
    453453    PDM_DRVREG_VERSION,
    454454    /* szName */
    455     "VaKitAudio",
     455    "ValidationKitAudio",
    456456    /* szRCMod */
    457457    "",
     
    459459    "",
    460460    /* pszDescription */
    461     "VaKit audio host driver",
     461    "ValidationKitAudio audio host driver",
    462462    /* fFlags */
    463463    PDM_DRVREG_FLAGS_HOST_BITS_DEFAULT,
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