changeset 12148:62d569821d5d

10l, patch by Bjoern Sandell
author faust3
date Tue, 06 Apr 2004 20:06:57 +0000
parents 1e98df395332
children 2cce4d42f4a8
files libao2/ao_sun.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libao2/ao_sun.c	Tue Apr 06 18:09:43 2004 +0000
+++ b/libao2/ao_sun.c	Tue Apr 06 20:06:57 2004 +0000
@@ -628,7 +628,7 @@
 static void reset(){
     audio_info_t info;
 
-    uninit();
+    uninit(1);
     audio_fd=open(audio_dev, O_WRONLY);
     if(audio_fd<0){
 	printf("\nFatal error: *** CANNOT RE-OPEN / RESET AUDIO DEVICE (%s) ***\n", strerror(errno));