1 /* 2 * Header file for audio drivers 3 */ 4 #include "ntp_types.h" 5 6 #define AUDIO_BUFSIZ 160 /* codec buffer size (Solaris only) */ 7 8 /* 9 * Function prototypes 10 */ 11 int audio_init P((char *)); 12 int audio_gain P((int, int)); 13 void audio_show P((void)); 14