]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/ntp/include/audio.h
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / ntp / include / audio.h
1 /*
2  * Header file for audio drivers
3  */
4 #include "ntp_types.h"
5
6 #define MAXGAIN         255     /* max codec gain */
7 #define MONGAIN         127     /* codec monitor gain */
8
9 /*
10  * Function prototypes
11  */
12 int     audio_init              P((char *, int, int));
13 int     audio_gain              P((int, int, int));
14 void    audio_show              P((void));