mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
13 lines
254 B
C
13 lines
254 B
C
/*
|
|
* 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));
|