diff src/alsa/audio.c @ 2228:0f2ac612f318

eliminate warning.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Fri, 14 Dec 2007 23:36:11 +0900
parents 755b62131d7a
children 415e67d313ad
line wrap: on
line diff
--- a/src/alsa/audio.c	Fri Dec 14 23:03:38 2007 +0900
+++ b/src/alsa/audio.c	Fri Dec 14 23:36:11 2007 +0900
@@ -294,6 +294,7 @@
 }
 
 /* reopen ALSA PCM */
+#if 0
 static int alsa_reopen(struct snd_format *f)
 {
 	/* remember the current position */
@@ -304,6 +305,7 @@
 
 	return alsa_setup(f);
 }
+#endif
 
 /* do flush (drop) operation */
 static void alsa_do_flush(int time)