From ea255fbc3a5842d200e943522cea9bd2cb701dd6 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Fri, 22 Jun 2007 09:34:57 +0000 Subject: Prevent initial spinup when starting first file when in a stopped state on non-RTC targets. Fix some states that are dangerous on SWCODEC and could result in data loss. Had to make plugin API incopatible since specified numbered filename creation is enabled now on all non-RTC targets with recording; increase version and sort the items that looked like they had a place to go. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13683 a1c6a512-1295-4272-9138-f99709370657 --- apps/misc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/misc.h') diff --git a/apps/misc.h b/apps/misc.h index b0adb92a0e..25937fae29 100644 --- a/apps/misc.h +++ b/apps/misc.h @@ -38,9 +38,9 @@ char *output_dyn_value(char *buf, int buf_size, int value, * less than zero to number automatically. The final number used will also * be returned in *num. If *num is >= 0 then *num will be incremented by * one. */ -#if CONFIG_CODEC == SWCODEC && defined(HAVE_RECORDING) && (CONFIG_RTC == 0) -/* this feature is needed by SWCODEC recording without a RTC to prevent - disk access when changing files */ +#if defined(HAVE_RECORDING) && (CONFIG_RTC == 0) +/* this feature is needed by recording without a RTC to prevent disk access + when changing files */ #define IF_CNFN_NUM_(...) __VA_ARGS__ #define IF_CNFN_NUM #else -- cgit v1.2.3