Applied patch from Jeremy Meng <void.foo@gmail.com>:

1. Update contact email.
2. Remove debug messages
3. Give the operating system a little break during sound playing.


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1031 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2005-12-16 07:48:02 +00:00
parent aa7b579355
commit 1cbaccbc15

View File

@ -3,7 +3,7 @@
Sound Channel Process Functions - SGI/IRIX
Copyright (C) Matthew Chapman 2003
Copyright (C) GuoJunBo guojunbo@ict.ac.cn 2003
Copyright (C) Jeremy Meng voidfoo@cwazy.co.uk 2004
Copyright (C) Jeremy Meng void.foo@gmail.com 2004, 2005
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -24,7 +24,7 @@
#include <errno.h>
#include <dmedia/audio.h>
#define IRIX_DEBUG 1
/* #define IRIX_DEBUG 1 */
#define IRIX_MAX_VOL 65535
@ -332,6 +332,7 @@ wave_out_play(void)
/* fprintf(stderr,"Busy playing...\n"); */
#endif
g_dsp_busy = True;
usleep(10);
return;
}
}