summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/include/audio.h
blob: 9f728ddbba6ef29fb8b007e3c7eb5bb1a1177a93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Header file for audio drivers
 */
#include "ntp_types.h"

#define AUDIO_BUFSIZ    160     /* codec buffer size (Solaris only) */

/*
 * Function prototypes
 */
int	audio_init		P((char *));
int	audio_gain		P((int, int));
void	audio_show		P((void));
OpenPOWER on IntegriCloud