qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] SDL Audio
@ 2004-11-02 20:38 malc
  2004-11-03  7:46 ` zitu
  2004-11-03  9:11 ` [Qemu-devel] Re: SDL Audio Ronald
  0 siblings, 2 replies; 9+ messages in thread
From: malc @ 2004-11-02 20:38 UTC (permalink / raw)
  To: qemu-devel


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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2004-11-03 23:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-02 20:38 [Qemu-devel] SDL Audio malc
2004-11-03  7:46 ` 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

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