File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / ntp / include / audio.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue May 29 12:08:38 2012 UTC (12 years, 1 month ago) by misho
Branches: ntp, MAIN
CVS tags: v4_2_6p5p0, v4_2_6p5, HEAD
ntp 4.2.6p5

    1: /*
    2:  * Header file for audio drivers
    3:  */
    4: #include "ntp_types.h"
    5: 
    6: #define MAXGAIN		255	/* max codec gain */
    7: #define	MONGAIN		127	/* codec monitor gain */
    8: 
    9: /*
   10:  * Function prototypes
   11:  */
   12: int	audio_init		(char *, int, int);
   13: int	audio_gain		(int, int, int);
   14: void	audio_show		(void);

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>