Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 8db4483c516e5a0f4271f031b6159c3a > files > 2

squeak-vm-3.10.5-5.fc13.src.rpm

http://tracker.squeakland.org/browse/SQ-638
http://dev.laptop.org/ticket/9375

--- trunk/platforms/unix/vm-sound-ALSA/sqUnixSoundALSA.c	2008/04/28 19:04:11	1857
+++ trunk/platforms/unix/vm-sound-ALSA/sqUnixSoundALSA.c	2009/12/17 18:29:39	2147
@@ -2,7 +2,7 @@
  *
  * Author: Ian.Piumarta@squeakland.org
  * 
- * Last edited: 2008-04-21 14:48:26 by piumarta on emilia
+ * Last edited: 2009-12-17 10:26:20 by piumarta on ubuntu
  *
  *   Copyright (C) 2006 by Ian Piumarta
  *   All rights reserved.
@@ -168,7 +168,8 @@
   if (!output_handle) return 0;
 
   snd_pcm_delay(output_handle, &delay);
-  state= snd_pcm_state (output_handle);
+  snd_pcm_avail_update(output_handle);
+  state= snd_pcm_state(output_handle);
 
   /* if underrun causes, max delay is loosened */
   if (state == SND_PCM_STATE_XRUN)