forked from len0rd/rockbox
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
This commit is contained in:
parent
6e21c146f8
commit
ea255fbc3a
4 changed files with 110 additions and 87 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue