A few minor cleanups for the Gigabeat S

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14812 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Will Robertson 2007-09-22 02:17:08 +00:00
parent 729388f741
commit 26a05afe10
7 changed files with 82 additions and 9 deletions

View file

@ -70,7 +70,8 @@ void pcm_mute(bool mute)
}
#endif /* defined(CPU_COLDFIRE) || (CONFIG_CPU == S3C2440) */
#if defined(CPU_COLDFIRE) || (CONFIG_CPU == S3C2440) || defined(CPU_PP)
#if defined(CPU_COLDFIRE) || (CONFIG_CPU == S3C2440) || defined(CPU_PP) \
|| (CONFIG_CPU == IMX31L)
/* Implemented in target/... */
#else
static int pcm_freq = HW_SAMPR_DEFAULT; /* 44.1 is default */