qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Sound & Win98


From: Johannes Martin
Subject: Re: [Qemu-devel] Sound & Win98
Date: Mon, 2 Aug 2004 11:01:41 +0200 (CEST)

Hi,

On Fri, 30 Jul 2004, Johannes Martin wrote:
> I tested the Win98 sound patch available at
>   http://www.h7.dion.ne.jp/~qemu-win/download/qemu-0.6.0-6_aqemu.patch.gz
> with the additional patch posted by malc on July 25.
> [in short: Win98 still didn't work, OS/2 & Win95 stopped working]

I found out what the problem was that made OS/2 and Win95 stop working.
The second part of the patch posted by malc on July 25:

--- oss.c       Mon Jul 26 01:00:48 2004
+++ ../qq/oss.c Mon Jul 26 01:04:45 2004
@@ -895,6 +896,9 @@
             elapsed += s->leftover;
         }
     }
+
+    if (elapsed < 1024)
+        return 0;

     if (elapsed > free) {
         lwarn ("audio can not keep up elapsed %d free %d\n", elapsed, free);


If I don't apply that patch, OS/2 and Win95 continue to work (i.e. sound
is not or only mildly distorted).

Johannes





reply via email to

[Prev in Thread] Current Thread [Next in Thread]