Changeset 87639 in vbox for trunk/src/VBox/Devices/Audio/DrvHostCoreAudio.cpp
- Timestamp:
- Feb 8, 2021 3:01:05 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostCoreAudio.cpp
r85655 r87639 787 787 pDevDst->enmUsage = PDMAUDIODIR_ANY; 788 788 pDevDst->cMaxOutputChannels = pDevSrcOut->cMaxOutputChannels; 789 790 if (pDevSrcOut->fFlags & PDMAUDIODEV_FLAGS_DEFAULT) 791 pDevDst->fFlags |= PDMAUDIODEV_FLAGS_DEFAULT; 789 792 break; 790 793 }
Note:
See TracChangeset
for help on using the changeset viewer.