freebsd-dev/contrib/ntp/include/audio.h

14 lines
254 B
C
Raw Normal View History

2000-01-28 14:55:50 +00:00
/*
* Header file for audio drivers
*/
#include "ntp_types.h"
#define AUDIO_BUFSIZ 160 /* codec buffer size (Solaris only) */
/*
* Function prototypes
*/
2001-08-29 14:35:15 +00:00
int audio_init P((char *));
2000-01-28 14:55:50 +00:00
int audio_gain P((int, int));
void audio_show P((void));