mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-19 18:12:54 -05:00
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:
parent
729388f741
commit
26a05afe10
7 changed files with 82 additions and 9 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue