opnsense-ports/audio/s3mod/files/patch-dsp.h
Franco Fichtner 6e79da282a */*: sync with upstream
Taken from: FreeBSD
2016-07-27 07:58:02 +02:00

11 lines
354 B
C

--- dsp.h.orig 1995-10-21 06:52:31 UTC
+++ dsp.h
@@ -34,7 +34,7 @@ extern uint8 *audio_sta
extern uint8 *audio_end_buffer;
extern uint8 *audio_curptr;
-int get_dsp_device(void);
+void get_dsp_device(void);
void write_dsp_device(void *buf, int size);
void close_dsp_device(void);
#endif /* DSP */