comparison playercode/unix_drv/drv_sun.c @ 13:32f80cd7bfee

General tidy up..
author darius
date Thu, 23 Apr 1998 07:20:19 +0000
parents 990c9dadb348
children
comparison
equal deleted inserted replaced
12:437e8455d862 13:32f80cd7bfee
37 37
38 static int sndfd; /* we need these in a few places */ 38 static int sndfd; /* we need these in a few places */
39 static int play_encoding = -1, play_precision, fragsize = DEFAULT_FRAGSIZE; 39 static int play_encoding = -1, play_precision, fragsize = DEFAULT_FRAGSIZE;
40 static char *audiobuffer; 40 static char *audiobuffer;
41 41
42 static char rcsid[] = "$Id: drv_sun.c,v 1.1 1998/01/23 16:05:10 darius Exp $"; 42 static char rcsid[] = "$Id: drv_sun.c,v 1.2 1998/04/23 07:20:19 darius Exp $";
43 43
44 /* 44 /*
45 45
46 This is from/based on the SOX package (libst.h and raw.c) by Lance Norskog. 46 This is from/based on the SOX package (libst.h and raw.c) by Lance Norskog.
47 Parts of this.. 47 Parts of this..