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+).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/ossaudio.c

    r3785 r20501  
    275275    }
    276276
     277/* Obsolete on Solaris (using O_NONBLOCK is sufficient) */
     278#if !(defined(VBOX) && defined(RT_OS_SOLARIS))
    277279    if (ioctl (fd, SNDCTL_DSP_NONBLOCK)) {
    278 #ifndef VBOX
     280# ifndef VBOX
    279281        oss_logerr2 (errno, typ, "Failed to set non-blocking mode\n");
    280 #else
     282# else
    281283        LogRel(("OSS: Failed to set non-blocking mode (%s)\n", strerror(errno)));
    282 #endif
     284# endif
    283285        goto err;
    284286    }
     287#endif
    285288
    286289    mmmmssss = (req->nfrags << 16) | lsbindex (req->fragsize);
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