Move some more files around and get the main build compiling

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14919 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Karl Kurbjun 2007-09-30 16:29:21 +00:00
parent 5be5674b06
commit a56b65342f
24 changed files with 314 additions and 21 deletions

View file

@ -50,7 +50,8 @@ void pcm_play_pause_unpause(void);
/** Functions that require targeted implementation **/
#if defined(CPU_COLDFIRE) || (CONFIG_CPU == S3C2440) || (CONFIG_CPU == IMX31L)
#if defined(CPU_COLDFIRE) || (CONFIG_CPU == S3C2440) || (CONFIG_CPU == IMX31L) \
|| (CONFIG_CPU == DM320)
/* Implemented in target/... */
#else
/* dummy functions for those not actually supporting all this yet */
@ -71,7 +72,7 @@ void pcm_mute(bool mute)
#endif /* defined(CPU_COLDFIRE) || (CONFIG_CPU == S3C2440) */
#if defined(CPU_COLDFIRE) || (CONFIG_CPU == S3C2440) || defined(CPU_PP) \
|| (CONFIG_CPU == IMX31L)
|| (CONFIG_CPU == IMX31L) || (CONFIG_CPU == DM320)
/* Implemented in target/... */
#else
static int pcm_freq = HW_SAMPR_DEFAULT; /* 44.1 is default */