comparison src/linuxplay.c @ 424:11054d720c21 r21-2-20

Import from CVS: tag r21-2-20
author cvs
date Mon, 13 Aug 2007 11:26:11 +0200
parents 697ef44129c6
children
comparison
equal deleted inserted replaced
423:28d9c139be4c 424:11054d720c21
123 } audio; 123 } audio;
124 } parsestate; 124 } parsestate;
125 125
126 /* Use a global buffer as scratch-pad for possible conversions of the 126 /* Use a global buffer as scratch-pad for possible conversions of the
127 sampling format */ 127 sampling format */
128 unsigned char linuxplay_sndbuf[SNDBUFSZ]; 128 static unsigned char linuxplay_sndbuf[SNDBUFSZ];
129 129
130 static int mix_fd; 130 static int mix_fd;
131 static int audio_vol; 131 static int audio_vol;
132 static int audio_fd; 132 static int audio_fd;
133 static char *audio_dev = "/dev/dsp"; 133 static char *audio_dev = "/dev/dsp";