diff 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
line wrap: on
line diff
--- a/src/alsa-ng/alsa-core.c	Fri Jun 19 08:38:14 2009 -0500
+++ b/src/alsa-ng/alsa-core.c	Fri Jun 19 09:10:13 2009 -0500
@@ -212,7 +212,7 @@
 static gpointer
 alsaplug_loop(gpointer unused)
 {
-    gchar buf[2048];
+    guchar buf[2048];
 
     while (pcm_going)
     {