VirtualBox

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


Ignore:
Timestamp:
Jul 18, 2018 3:33:17 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123819
Message:

Audio/AC97: (Debug) Assertion not needed here; it might happen that the function wasn't able to read the formerly announced data due to timing (scheduling) constraints.

File:
1 edited

Legend:

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

    r71761 r73214  
    55
    66/*
    7  * Copyright (C) 2006-2017 Oracle Corporation
     7 * Copyright (C) 2006-2018 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    13741374                rc2 = ichac97R3StreamRead(pThis, pStream, pSink, cbUsed, &cbRead);
    13751375                AssertRC(rc2);
    1376 
    1377                 AssertMsg(cbUsed == cbRead, ("[SD%RU8] %RU32 bytes announced to be ready to read but %RU32 bytes read\n",
    1378                                              pStream->u8SD, cbUsed, cbRead));
    13791376            }
    13801377
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette