summaryrefslogtreecommitdiff
path: root/apps/plugins/zxbox/spsound.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/zxbox/spsound.c')
-rw-r--r--apps/plugins/zxbox/spsound.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/zxbox/spsound.c b/apps/plugins/zxbox/spsound.c
index 6a550e2033..8b3aa3d84f 100644
--- a/apps/plugins/zxbox/spsound.c
+++ b/apps/plugins/zxbox/spsound.c
@@ -189,7 +189,7 @@ void autoclose_sound(void)
189 } 189 }
190#endif 190#endif
191} 191}
192void get_more(unsigned char** start, size_t* size) 192static void get_more(unsigned char** start, size_t* size)
193{ 193{
194 doneplay = 1; 194 doneplay = 1;
195 rb->pcm_play_stop(); 195 rb->pcm_play_stop();
@@ -199,7 +199,7 @@ void get_more(unsigned char** start, size_t* size)
199 199
200/* sp_sound_buf is Unsigned 8 bit, Rate 8000 Hz, Mono */ 200/* sp_sound_buf is Unsigned 8 bit, Rate 8000 Hz, Mono */
201 201
202void write_buf(void){ 202static void write_buf(void){
203 int i,j; 203 int i,j;
204 204
205 /* still not sure what is the best way to do this */ 205 /* still not sure what is the best way to do this */