Make usage of TALK_PARTIAL_LOAD actually Ondio specific. MMC is not always slow.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30917 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2011-11-06 14:25:33 +00:00
parent 544fb6a5a4
commit ae601954aa
3 changed files with 5 additions and 2 deletions

View file

@ -113,8 +113,7 @@ struct queue_entry /* one entry of the internal queue */
/***************** Globals *****************/ /***************** Globals *****************/
#if (CONFIG_CODEC == SWCODEC && MEMORYSIZE <= 2) \ #if (CONFIG_CODEC == SWCODEC && MEMORYSIZE <= 2) || defined(ONDIO_SERIES)
|| (CONFIG_STORAGE & STORAGE_MMC)
/* On low memory swcodec targets the entire voice file wouldn't fit in memory /* On low memory swcodec targets the entire voice file wouldn't fit in memory
* together with codecs, so we load clips each time they are accessed. * together with codecs, so we load clips each time they are accessed.
* The Ondios have slow storage access and loading the entire voice file would * The Ondios have slow storage access and loading the entire voice file would

View file

@ -3,6 +3,8 @@
#define MODEL_NAME "Ondio FM" #define MODEL_NAME "Ondio FM"
#define ONDIO_SERIES
/* Define bitmask of input sources - recordable bitmask can be defined /* Define bitmask of input sources - recordable bitmask can be defined
explicitly if different */ explicitly if different */
#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN) #define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN)

View file

@ -3,6 +3,8 @@
#define MODEL_NAME "Ondio SP" #define MODEL_NAME "Ondio SP"
#define ONDIO_SERIES
/* define this if you can flip your LCD */ /* define this if you can flip your LCD */
#define HAVE_LCD_FLIP #define HAVE_LCD_FLIP