Changeset 65038 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Dec 30, 2016 3:05:07 PM (8 years ago)
- Location:
- trunk/src/VBox/Devices/Audio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevHDA.cpp
r65026 r65038 4545 4545 RTStrPrintf2(szThreadName, sizeof(szThreadName), "hdaAIO%RU8", pStream->u8SD); 4546 4546 4547 /** @todo Create threads on demand? */4548 4549 4547 rc = RTThreadCreate(&pAIO->Thread, hdaStreamAsyncIOThread, &Ctx, 4550 4548 0, RTTHREADTYPE_IO, RTTHREADFLAGS_WAITABLE, szThreadName); -
trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
r65026 r65038 1126 1126 RTStrPrintf2(szThreadName, sizeof(szThreadName), "ac97AIO%RU8", pStream->u8Strm); 1127 1127 1128 /** @todo Create threads on demand? */1129 1130 1128 rc = RTThreadCreate(&pAIO->Thread, ichac97StreamAsyncIOThread, &Ctx, 1131 1129 0, RTTHREADTYPE_IO, RTTHREADFLAGS_WAITABLE, szThreadName);
Note:
See TracChangeset
for help on using the changeset viewer.