]> Git Repo - qemu.git/blobdiff - audio/ossaudio.c
iotests: skip 042 with qcow which dosn't support zero sized images
[qemu.git] / audio / ossaudio.c
index 349e9dd53de86b83130496dec56ad251834c7662..0edd7ea5fedd57f67468f46795a3f145e05128e5 100644 (file)
@@ -22,7 +22,6 @@
  * THE SOFTWARE.
  */
 #include "qemu/osdep.h"
-#include <sys/mman.h>
 #include <sys/ioctl.h>
 #include <sys/soundcard.h>
 #include "qemu-common.h"
@@ -898,7 +897,7 @@ static struct audio_option oss_options[] = {
         .name  = "EXCLUSIVE",
         .tag   = AUD_OPT_BOOL,
         .valp  = &glob_conf.exclusive,
-        .descr = "Open device in exclusive mode (vmix wont work)"
+        .descr = "Open device in exclusive mode (vmix won't work)"
     },
 #ifdef USE_DSP_POLICY
     {
This page took 0.024111 seconds and 4 git commands to generate.