VirtualBox

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


Ignore:
Timestamp:
Nov 15, 2010 6:05:09 AM (14 years ago)
Author:
vboxsync
Message:

Audio/HDA: typo.

File:
1 edited

Legend:

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

    r34061 r34062  
    13151315        return written;
    13161316    }
    1317     temp = audio_MIN(SDFIFOS(pState, 4) + 1, temp);
    13181317    while (temp)
    13191318    {
    13201319        int copied;
    1321         to_copy = audio_MIN(temp, 4096U);
     1320        to_copy = audio_MIN(SDFIFOS(pState, 4) + 1, temp);
    13221321        PDMDevHlpPhysRead(ICH6_HDASTATE_2_DEVINS(pState), pBdle->u64BdleCviAddr + pBdle->u32BdleCviPos, tmpbuf, to_copy);
    13231322        copied = AUD_write (OSD0FMT_TO_AUDIO_SELECTOR(pState), tmpbuf, to_copy);
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