summaryrefslogtreecommitdiff
path: root/apps/pcmbuf.c
diff options
context:
space:
mode:
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. */