summaryrefslogtreecommitdiff
path: root/audio/s3mod/files/patch-dsp.h
blob: f1c0a1a4eb8b3bd9d388d757794e28e3f25fca6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- dsp.h.orig	2012-10-10 23:31:11.000000000 +0800
+++ dsp.h	2012-10-10 23:31:22.000000000 +0800
@@ -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 */