summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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];