/contrib/ntp/include/audio.h
C++ Header | 14 lines | 6 code | 2 blank | 6 comment | 0 complexity | e083a93ede4d42cfc642e917dd17697e MD5 | raw file
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 */ 12int audio_init P((char *, int, int)); 13int audio_gain P((int, int, int)); 14void audio_show P((void));