Expand PMF_FN_* macros.
[netbsd-mini2440.git] / dist / ntp / include / audio.h
blob924230df74b88659e800a1c9375f96c045e345a1
1 /* $NetBSD$ */
3 /*
4 * Header file for audio drivers
5 */
6 #include "ntp_types.h"
8 #define MAXGAIN 255 /* max codec gain */
9 #define MONGAIN 127 /* codec monitor gain */
12 * Function prototypes
14 int audio_init P((char *, int, int));
15 int audio_gain P((int, int, int));
16 void audio_show P((void));