repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
dist
/
ntp
/
include
/
audio.h
blob
924230df74b88659e800a1c9375f96c045e345a1
1
/* $NetBSD$ */
2
3
/*
4
* Header file for audio drivers
5
*/
6
#include
"ntp_types.h"
7
8
#define MAXGAIN 255
/* max codec gain */
9
#define MONGAIN 127
/* codec monitor gain */
10
11
/*
12
* Function prototypes
13
*/
14
int
audio_init
P
((
char
*,
int
,
int
));
15
int
audio_gain
P
((
int
,
int
,
int
));
16
void
audio_show
P
((
void
));