1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/contrib/ntp/include/audio.h
Cy Schubert 2b15cb3d09 MFV ntp 4.2.8p1 (r258945, r275970, r276091, r276092, r276093, r278284)
Thanks to roberto for providing pointers to wedge this into HEAD.

Approved by:	roberto
2015-03-30 13:30:15 +00:00

15 lines
283 B
C

/*
* 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);