qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: malc <malc@pulsesoft.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] SDL Audio
Date: Tue, 2 Nov 2004 23:38:28 +0300 (MSK)	[thread overview]
Message-ID: <Pine.LNX.4.55.0411022337390.26844@home.oyster.ru> (raw)


Following should (theoretically) fix shutdown problem.

--- sdlaudio.c  Sun Oct 31 06:00:32 2004
+++ sdlaudio-shutdown.c Tue Nov  2 23:36:43 2004
@@ -154,6 +154,9 @@
     HWVoice *hw = &sdl->hw;
     int samples = len >> hw->shift;

+    if (glob_sdl.exit) {
+        return;
+    }
     while (samples) {
         int to_mix, live, decr;


-- 
mailto:malc@pulsesoft.com

             reply	other threads:[~2004-11-02 20:47 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-02 20:38 malc [this message]
2004-11-03  7:46 ` [Qemu-devel] SDL Audio zitu
2004-11-03  8:51   ` [Qemu-devel] running Wine on LinuxPPC Igor Shmukler
2004-11-03 13:27     ` David Woodhouse
2004-11-03 18:13       ` Re[2]: " Igor Shmukler
2004-11-03 18:55         ` Jernej Simonиiи
2004-11-03 19:00           ` Re[2]: " Igor Shmukler
2004-11-03 22:53         ` David Woodhouse
2004-11-03  9:11 ` [Qemu-devel] Re: SDL Audio Ronald

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.55.0411022337390.26844@home.oyster.ru \
    --to=malc@pulsesoft.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).