VirtualBox

Changeset 24856 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Nov 22, 2009 9:06:56 PM (15 years ago)
Author:
vboxsync
Message:

VBoxManage: Make it possible to set the OSS audio driver on FreeBSD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp

    r24599 r24856  
    14511451
    14521452#endif /* !RT_OS_DARWIN */
     1453# ifdef RT_OS_FREEBSD
     1454                else if (!strcmp(ValueUnion.psz, "oss"))
     1455                {
     1456                    CHECK_ERROR(audioAdapter, COMSETTER(AudioDriver)(AudioDriverType_OSS));
     1457                    CHECK_ERROR(audioAdapter, COMSETTER(Enabled)(true));
     1458                }
     1459# endif
    14531460                else
    14541461                {
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