summaryrefslogtreecommitdiff
path: root/external/bsd/ntp/dist/include/audio.h
blob: e6401b8aeb8776a71b1bad12f4f2b5208eb8111f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*	$NetBSD: audio.h,v 1.7 2020/05/25 20:47:19 christos Exp $	*/

/*
 * 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		(const char *, int, int);
int	audio_gain		(int, int, int);
void	audio_show		(void);