VirtualBox

Ignore:
Timestamp:
Jun 12, 2009 11:31:37 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48494
Message:

Solaris/Audio: Boomer(OSS) support (disabled, requires snv_115+).

Location:
trunk/src/VBox/Frontends/VBoxManage
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk

    r20318 r20501  
    3939        $(if $(VBOX_WITH_HEADLESS), VBOX_WITH_HEADLESS) \
    4040        $(if $(VBOX_WITH_ALSA), VBOX_WITH_ALSA) \
     41        $(if $(VBOX_WITH_SOLARIS_OSS), VBOX_WITH_SOLARIS_OSS) \
    4142        $(if $(VBOX_WITH_PULSE),VBOX_WITH_PULSE) \
    4243        $(if $(VBOX_WITH_E1000),VBOX_WITH_E1000) \
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp

    r20313 r20501  
    199199        if (fSolaris)
    200200        {
    201             RTPrintf(                        "|solaudio");
     201            RTPrintf(                        "|solaudio"
     202#ifdef VBOX_WITH_SOLARIS_OSS
     203                                             "|oss"
     204#endif
     205                                              );
    202206        }
    203207        if (fLinux)
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp

    r20474 r20501  
    14421442                }
    14431443
     1444# ifdef VBOX_WITH_SOLARIS_OSS
     1445                else if (!strcmp(audio, "oss"))
     1446                {
     1447                    CHECK_ERROR(audioAdapter, COMSETTER(AudioDriver)(AudioDriverType_OSS));
     1448                    CHECK_ERROR(audioAdapter, COMSETTER(Enabled)(true));
     1449                }
     1450# endif
     1451
    14441452#endif /* !RT_OS_SOLARIS */
    14451453#ifdef RT_OS_DARWIN
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