summaryrefslogtreecommitdiff
path: root/firmware/pcm_playback.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/pcm_playback.c')
-rw-r--r--firmware/pcm_playback.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/pcm_playback.c b/firmware/pcm_playback.c
index 1b16eb47db..123b7e3505 100644
--- a/firmware/pcm_playback.c
+++ b/firmware/pcm_playback.c
@@ -70,7 +70,8 @@ void pcm_mute(bool mute)
70} 70}
71#endif /* defined(CPU_COLDFIRE) || (CONFIG_CPU == S3C2440) */ 71#endif /* defined(CPU_COLDFIRE) || (CONFIG_CPU == S3C2440) */
72 72
73#if defined(CPU_COLDFIRE) || (CONFIG_CPU == S3C2440) || defined(CPU_PP) 73#if defined(CPU_COLDFIRE) || (CONFIG_CPU == S3C2440) || defined(CPU_PP) \
74 || (CONFIG_CPU == IMX31L)
74/* Implemented in target/... */ 75/* Implemented in target/... */
75#else 76#else
76static int pcm_freq = HW_SAMPR_DEFAULT; /* 44.1 is default */ 77static int pcm_freq = HW_SAMPR_DEFAULT; /* 44.1 is default */