xref: /freebsd/contrib/ntp/include/audio.h (revision 23f282aa31e9b6fceacd449020e936e98d6f2298)
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((void));
12 int	audio_gain		P((int, int));
13 void	audio_show		P((void));
14