summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorMichiel Van Der Kolk <not.valid@email.address>2005-06-06 19:36:54 +0000
committerMichiel Van Der Kolk <not.valid@email.address>2005-06-06 19:36:54 +0000
commit127f14210fb632e069ac6c8891cf28d01bf79e2f (patch)
treee0315886083e4f889969cd7c6127cad01e6b13dd /apps/plugins
parent261bb920c2719a472be388d320cdfadfa3732ad6 (diff)
downloadrockbox-127f14210fb632e069ac6c8891cf28d01bf79e2f.zip
rockbox-127f14210fb632e069ac6c8891cf28d01bf79e2f.tar.gz
rockbox-127f14210fb632e069ac6c8891cf28d01bf79e2f.tar.bz2
rockbox-127f14210fb632e069ac6c8891cf28d01bf79e2f.tar.xz
sound disabled.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6589 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/rockboy/rbsound.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/plugins/rockboy/rbsound.c b/apps/plugins/rockboy/rbsound.c
index 26cec7c..529cf6e 100644
--- a/apps/plugins/rockboy/rbsound.c
+++ b/apps/plugins/rockboy/rbsound.c
@@ -15,7 +15,10 @@ rcvar_t pcm_exports[] =
RCV_END
};
-#if CONFIG_HWCODEC == MASNONE && !defined(SIMULATOR)
+/*#if CONFIG_HWCODEC == MASNONE && !defined(SIMULATOR)
+ * disabled cause it crashes with current audio implementation.. no sound.
+ */
+#if 0
static short* buf1;
static short front_buf[512];