VirtualBox

Ignore:
Timestamp:
Feb 8, 2021 3:01:05 PM (4 years ago)
Author:
vboxsync
Message:

Audio/Core Audio: Detect the default duplex output device and mark that enumeration device as default. ticketref:20171

File:
1 edited

Legend:

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

    r85655 r87639  
    787787                            pDevDst->enmUsage           = PDMAUDIODIR_ANY;
    788788                            pDevDst->cMaxOutputChannels = pDevSrcOut->cMaxOutputChannels;
     789
     790                            if (pDevSrcOut->fFlags & PDMAUDIODEV_FLAGS_DEFAULT)
     791                                pDevDst->fFlags |= PDMAUDIODEV_FLAGS_DEFAULT;
    789792                            break;
    790793                        }
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