/contrib/ntp/include/audio.h
https://bitbucket.org/freebsd/freebsd-head/ · C++ Header · 14 lines · 6 code · 2 blank · 6 comment · 0 complexity · e083a93ede4d42cfc642e917dd17697e MD5 · raw file
- /*
- * Header file for audio drivers
- */
- #include "ntp_types.h"
- #define MAXGAIN 255 /* max codec gain */
- #define MONGAIN 127 /* codec monitor gain */
- /*
- * Function prototypes
- */
- int audio_init P((char *, int, int));
- int audio_gain P((int, int, int));
- void audio_show P((void));