From 127f14210fb632e069ac6c8891cf28d01bf79e2f Mon Sep 17 00:00:00 2001 From: Michiel Van Der Kolk Date: Mon, 6 Jun 2005 19:36:54 +0000 Subject: [PATCH] sound disabled. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6589 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/rockboy/rbsound.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/plugins/rockboy/rbsound.c b/apps/plugins/rockboy/rbsound.c index 26cec7c62d..529cf6e733 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];