summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire/pcm-coldfire.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/coldfire/pcm-coldfire.c')
-rw-r--r--firmware/target/coldfire/pcm-coldfire.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/coldfire/pcm-coldfire.c b/firmware/target/coldfire/pcm-coldfire.c
index 6d79ed08f1..d30ef87c61 100644
--- a/firmware/target/coldfire/pcm-coldfire.c
+++ b/firmware/target/coldfire/pcm-coldfire.c
@@ -78,7 +78,7 @@ static const unsigned char pcm_freq_parms[HW_NUM_FREQ][3] =
78}; 78};
79#endif 79#endif
80 80
81#if CONFIG_CPU == MCF5250 && defined(HAVE_TLV320) 81#if (CONFIG_CPU == MCF5250 || CONFIG_CPU == MCF5249) && defined(HAVE_TLV320)
82static const unsigned char pcm_freq_parms[HW_NUM_FREQ][3] = 82static const unsigned char pcm_freq_parms[HW_NUM_FREQ][3] =
83{ 83{
84 [HW_FREQ_88] = { 0x0c, 0x01, 0x02 }, 84 [HW_FREQ_88] = { 0x0c, 0x01, 0x02 },