VirtualBox

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


Ignore:
Timestamp:
Dec 30, 2016 3:05:07 PM (8 years ago)
Author:
vboxsync
Message:

Removed resolved @todo comments.

Location:
trunk/src/VBox/Devices/Audio
Files:
2 edited

Legend:

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

    r65026 r65038  
    45454545                RTStrPrintf2(szThreadName, sizeof(szThreadName), "hdaAIO%RU8", pStream->u8SD);
    45464546
    4547                 /** @todo Create threads on demand? */
    4548 
    45494547                rc = RTThreadCreate(&pAIO->Thread, hdaStreamAsyncIOThread, &Ctx,
    45504548                                    0, RTTHREADTYPE_IO, RTTHREADFLAGS_WAITABLE, szThreadName);
  • trunk/src/VBox/Devices/Audio/DevIchAc97.cpp

    r65026 r65038  
    11261126                RTStrPrintf2(szThreadName, sizeof(szThreadName), "ac97AIO%RU8", pStream->u8Strm);
    11271127
    1128                 /** @todo Create threads on demand? */
    1129 
    11301128                rc = RTThreadCreate(&pAIO->Thread, ichac97StreamAsyncIOThread, &Ctx,
    11311129                                    0, RTTHREADTYPE_IO, RTTHREADFLAGS_WAITABLE, szThreadName);
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