diff libao2/ao_oss.c @ 1456:8c57a5a3c645

printfs cleanup - moved to higher -v level or moved to stderr
author arpi
date Mon, 06 Aug 2001 23:59:50 +0000
parents f9a46e7843ee
children a444bd456fcc
line wrap: on
line diff
--- a/libao2/ao_oss.c	Mon Aug 06 23:59:22 2001 +0000
+++ b/libao2/ao_oss.c	Mon Aug 06 23:59:50 2001 +0000
@@ -102,8 +102,8 @@
 // return: 1=success 0=fail
 static int init(int rate,int channels,int format,int flags){
 
-  printf("ao2: %d Hz  %d chans  %s\n",rate,channels,
-    audio_out_format_name(format));
+//  printf("ao2: %d Hz  %d chans  %s\n",rate,channels,
+//    audio_out_format_name(format));
 
   if (ao_subdevice)
     dsp = ao_subdevice;