NetBSD/dist/ntp/include/audio.h

17 lines
351 B
C
Raw Normal View History

/* $NetBSD: audio.h,v 1.2 2003/12/04 16:23:36 drochner Exp $ */
2000-03-29 16:38:44 +04:00
/*
* Header file for audio drivers
*/
#include "ntp_types.h"
2003-12-04 19:05:14 +03:00
#define MAXGAIN 255 /* max codec gain */
#define MONGAIN 127 /* codec monitor gain */
2000-03-29 16:38:44 +04:00
/*
* Function prototypes
*/
2003-12-04 19:05:14 +03:00
int audio_init P((char *, int, int));
int audio_gain P((int, int, int));
2000-03-29 16:38:44 +04:00
void audio_show P((void));