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
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
external
/
bsd
/
ntp
/
dist
/
include
/
audio.h
blob
d1bbba392bd3b0511c12113ec5e4c6ab1ef0850b
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
(
char
*,
int
,
int
);
15
int
audio_gain
(
int
,
int
,
int
);
16
void
audio_show
(
void
);