VirtualBox

Changeset 76048 in vbox for trunk/src


Ignore:
Timestamp:
Dec 7, 2018 10:30:38 AM (6 years ago)
Author:
vboxsync
Message:

Audio/HDA: Checking for valid PCM properties in hdaR3StreamPeriodInit() is enough for now.

File:
1 edited

Legend:

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

    r71736 r76048  
    8989    if (   !u16LVI
    9090        || !u32CBL
    91         || !DrvAudioHlpStreamCfgIsValid(pStreamCfg))
     91        || !DrvAudioHlpPCMPropsAreValid(&pStreamCfg->Props))
    9292    {
    9393        return VERR_INVALID_PARAMETER;
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