From d6c054575b4561b4c657565ecb4ff82565fa6c78 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 29 Aug 2005 21:15:27 +0000 Subject: Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and SWCODEC, respectively. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7416 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/rockboy/rbsound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/rockboy') diff --git a/apps/plugins/rockboy/rbsound.c b/apps/plugins/rockboy/rbsound.c index 529cf6e733..139c33d037 100644 --- a/apps/plugins/rockboy/rbsound.c +++ b/apps/plugins/rockboy/rbsound.c @@ -15,7 +15,7 @@ rcvar_t pcm_exports[] = RCV_END }; -/*#if CONFIG_HWCODEC == MASNONE && !defined(SIMULATOR) +/*#if CONFIG_CODEC == SWCODEC && !defined(SIMULATOR) * disabled cause it crashes with current audio implementation.. no sound. */ #if 0 -- cgit v1.2.3