comparison src/alsa-ng/alsa-core.c @ 3188:68bb898b8ae0

alsa-ng: Some fixes
author William Pitcock <nenolod@atheme.org>
date Fri, 19 Jun 2009 09:10:13 -0500
parents 2e988f44b85d
children a65f440cbed3
comparison
equal deleted inserted replaced
3187:360e92f3211d 3188:68bb898b8ae0
210 } 210 }
211 211
212 static gpointer 212 static gpointer
213 alsaplug_loop(gpointer unused) 213 alsaplug_loop(gpointer unused)
214 { 214 {
215 gchar buf[2048]; 215 guchar buf[2048];
216 216
217 while (pcm_going) 217 while (pcm_going)
218 { 218 {
219 if (flush_request != -1) 219 if (flush_request != -1)
220 { 220 {