aboutsummaryrefslogtreecommitdiff
path: root/include/audio.h
blob: 1b969bd49ebd6090225ebca61f3ccd0ade4cfad6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * 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		(char *, int, int);
int	audio_gain		(int, int, int);
void	audio_show		(void);