summaryrefslogtreecommitdiff
path: root/apps/pcmbuf.c
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-12-25 14:01:47 +0000
committerJens Arnold <amiconn@rockbox.org>2006-12-25 14:01:47 +0000
commit2597a1349772fe505d27cb94392eb4d8a3c3b35d (patch)
tree185a4809430f9dded488bb1b058d3f97345058a3 /apps/pcmbuf.c
parent37aeb12cc99cc22f62c44d5b0adcae35d0c471d8 (diff)
downloadrockbox-2597a1349772fe505d27cb94392eb4d8a3c3b35d.tar.gz
rockbox-2597a1349772fe505d27cb94392eb4d8a3c3b35d.zip
Next round of static'ing and related fixes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11836 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/pcmbuf.c')
-rw-r--r--apps/pcmbuf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/pcmbuf.c b/apps/pcmbuf.c
index e87d27f261..f9d60e9b58 100644
--- a/apps/pcmbuf.c
+++ b/apps/pcmbuf.c
@@ -873,6 +873,7 @@ void pcmbuf_write_complete(size_t length)
873 } 873 }
874} 874}
875 875
876#if 0
876bool pcmbuf_insert_buffer(char *buf, size_t length) 877bool pcmbuf_insert_buffer(char *buf, size_t length)
877{ 878{
878 if (crossfade_active) 879 if (crossfade_active)
@@ -889,6 +890,7 @@ bool pcmbuf_insert_buffer(char *buf, size_t length)
889 } 890 }
890 return true; 891 return true;
891} 892}
893#endif
892 894
893/* Generates a constant square wave sound with a given frequency 895/* Generates a constant square wave sound with a given frequency
894 in Hertz for a duration in milliseconds. */ 896 in Hertz for a duration in milliseconds. */