2000-01-28 14:55:50 +00:00
|
|
|
/*
|
|
|
|
* Header file for audio drivers
|
|
|
|
*/
|
|
|
|
#include "ntp_types.h"
|
|
|
|
|
2004-07-20 15:01:56 +00:00
|
|
|
#define MAXGAIN 255 /* max codec gain */
|
|
|
|
#define MONGAIN 127 /* codec monitor gain */
|
2000-01-28 14:55:50 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Function prototypes
|
|
|
|
*/
|
2004-07-20 15:01:56 +00:00
|
|
|
int audio_init P((char *, int, int));
|
|
|
|
int audio_gain P((int, int, int));
|
2000-01-28 14:55:50 +00:00
|
|
|
void audio_show P((void));
|