VirtualBox

Changeset 88800 in vbox


Ignore:
Timestamp:
Apr 30, 2021 12:57:27 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
144133
Message:

Audio/SB16: Resolved another todo. bugref:9890

File:
1 edited

Legend:

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

    r88799 r88800  
    460460            if (RT_SUCCESS(rc))
    461461            {
    462                 /** @todo Make the device thread naming more specific once we have more streams here. */
    463 
    464                 char szDevTag[20];
    465                 RTStrPrintf(szDevTag, sizeof(szDevTag), "SB16-%u", pDevIns->iInstance);
     462                char szDevTag[16]; /* see RTTHREAD_NAME_LEN. */
     463                RTStrPrintf(szDevTag, sizeof(szDevTag), "SB16%RU32-%RU8", pDevIns->iInstance, pStream->uIdx);
    466464
    467465                PSB16STREAMTHREADCTX pCtx = (PSB16STREAMTHREADCTX)RTMemAllocZ(sizeof(SB16STREAMTHREADCTX));
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