VirtualBox

Changeset 75964 in vbox for trunk/src/VBox/Devices/Audio


Ignore:
Timestamp:
Dec 5, 2018 10:02:58 AM (6 years ago)
Author:
vboxsync
Message:

Forward ported r127180 (Audio/HDA: Warn (in verbose mode) if a guest requests output striping over multiple SDOs, as we don't support that (yet)).

File:
1 edited

Legend:

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

    r75962 r75964  
    13041304             uSD, fRun, fInRun, fReset, fInReset, u32Value));
    13051305
    1306 # ifdef DEBUG
    13071306    if (hdaGetDirFromSD(uSD) == PDMAUDIODIR_OUT)
    13081307    {
    13091308        const uint8_t uStripeCtl = ((u32Value >> HDA_SDCTL_STRIPE_SHIFT) & HDA_SDCTL_STRIPE_MASK) + 1;
    13101309        LogFunc(("[SD%RU8] Using %RU8 SDOs (stripe control)\n", uSD, uStripeCtl));
    1311     }
    1312 # endif
     1310        if (uStripeCtl > 1)
     1311            LogRel2(("HDA: Warning: Striping output over more than one SDO for stream #%RU8 currently is not implemented " \
     1312                     "(%RU8 SDOs requested)\n", uSD, uStripeCtl));
     1313    }
    13131314
    13141315    /*
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