VirtualBox

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


Ignore:
Timestamp:
Jun 16, 2021 1:49:46 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
145194
Message:

DevIchAc97: Addressed todo in ichac97R3StreamSetUp regarding zero rate, making it return VERR_OUT_OF_RANGE rather than VINF_SUCCESS and check for any unsupported uHz values. bugref:9890

File:
1 edited

Legend:

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

    r89742 r89743  
    20462046                            ("Invalid stream #%u rate: %s\n", pStreamCC->u8SD,
    20472047                             PDMAudioStrmCfgToString(&Cfg, szTmp, sizeof(szTmp)) ),
    2048                             VERR_INVALID_PARAMETER);
     2048                            VERR_OUT_OF_RANGE);
    20492049
    20502050    /*
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