components/qemu/patches/ossaudio.patch
branchoi_151a
changeset 313 3d3a654f57d0
parent 312 b88ea635ba51
child 314 af6efb706a23
--- a/components/qemu/patches/ossaudio.patch	Mon Sep 03 19:05:07 2012 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-diff --git a/audio/ossaudio.c b/audio/ossaudio.c
-index b49e102..724f696 100644
---- a/audio/ossaudio.c
-+++ b/audio/ossaudio.c
-@@ -315,10 +315,12 @@ static int oss_open (int in, struct oss_params *req,
-         goto err;
-     }
- 
-+#ifndef CONFIG_SOLARIS
-     if (ioctl (fd, SNDCTL_DSP_NONBLOCK, NULL)) {
-         oss_logerr2 (errno, typ, "Failed to set non-blocking mode\n");
-         goto err;
-     }
-+#endif
- 
- #ifdef USE_DSP_POLICY
-     if (conf.policy >= 0) {
-