VirtualBox

Changeset 89565 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jun 8, 2021 9:29:35 AM (4 years ago)
Author:
vboxsync
Message:

DrvAudio: Shut up assertion in drvAudioStreamInitAsync due to play state update race (I guess). bugref:9890

File:
1 edited

Legend:

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

    r89564 r89565  
    13571357                    break;
    13581358                case DRVAUDIOPLAYSTATE_PLAY:
     1359                case DRVAUDIOPLAYSTATE_PREBUF_COMMITTING:
     1360                    break; /* possible race here, so don't assert. */
    13591361                case DRVAUDIOPLAYSTATE_PLAY_PREBUF:
    1360                 case DRVAUDIOPLAYSTATE_PREBUF_COMMITTING:
    13611362                    AssertFailedBreak();
    13621363                /* no 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